Skip to content

Commit

Permalink
This config works for a local site
Browse files Browse the repository at this point in the history
  • Loading branch information
sebjameswml committed Nov 19, 2023
1 parent 72c6552 commit 7750917
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ build*
*.DS_Store
CMakeSettings.json
Debug
docs/Gemfile.lock
docs/_site
13 changes: 8 additions & 5 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ source "https://rubygems.org"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"

# If using Ruby 3 you need this previously standard gem
gem "webrick"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
gem "github-pages", group: :jekyll_plugins
Expand All @@ -24,10 +27,10 @@ end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
end
#install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
# gem "tzinfo", "~> 1.2"
# gem "tzinfo-data"
#end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
#gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
11 changes: 2 additions & 9 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
title: morphologica - OpenGL data visualization
#email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Learn how to use morphologica C++ classes to write fast numerical simulations
with amazing OpenGL visualization
baseurl: "/morphologica" # the subpath of your site, e.g. /blog
#url: "" # the base hostname & protocol for your site, e.g. http://example.com
#twitter_username:
description: Learn how to use morphologica C++ classes to write fast numerical simulations with amazing OpenGL visualization
baseurl: "/" # the subpath of your site, e.g. /blog
github_username: sebjameswml

# Build settings
#markdown: kramdown
theme: minima
#theme: jekyll-theme-minimal
plugins:
Expand Down
2 changes: 2 additions & 0 deletions docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: About
permalink: /about/
---

Hello World!

This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)

You can find the source code for Minima at GitHub:
Expand Down
File renamed without changes.

0 comments on commit 7750917

Please sign in to comment.