diff --git a/.gitignore b/.gitignore index 3a11a65..82e6258 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ output/ tmp/ # Crash Log -crash.log +crash.log* .idea/ diff --git a/Checks b/Checks index 08a7f08..c0a6213 100644 --- a/Checks +++ b/Checks @@ -4,6 +4,6 @@ deploy_check :elinks # The w3c validators go offline often, not great for our build CI # deploy_check :html -deploy_check :ilinks +#deploy_check :ilinks deploy_check :mixed_content deploy_check :stale diff --git a/Gemfile.lock b/Gemfile.lock index e780af9..ece43fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,7 @@ GEM hamster (3.0.0) concurrent-ruby (~> 1.0) icalendar (2.4.0) - json (2.0.1) + json (2.0.2) kramdown (1.11.1) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) @@ -50,7 +50,7 @@ GEM nokogiri (1.6.8) mini_portile2 (~> 2.1.0) pkg-config (~> 1.1.7) - notiffany (0.1.0) + notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) pkg-config (1.1.7) diff --git a/Rules b/Rules index 111b328..57e2ea8 100644 --- a/Rules +++ b/Rules @@ -161,7 +161,7 @@ route '/posts/**/*', rep: :ical do end route '/**/*.{erb,html,md}' do - "#{item.identifier.without_ext}/index.html" + "#{item.identifier.without_ext}.html" end # diff --git a/content/about.erb b/content/about.erb index 0ad06c4..c526ec6 100644 --- a/content/about.erb +++ b/content/about.erb @@ -1,3 +1,7 @@ +--- +navigable: true +title: About +---

Over Zeus WPI

diff --git a/content/archives.erb b/content/archives.erb index 2872249..b099a30 100644 --- a/content/archives.erb +++ b/content/archives.erb @@ -1,3 +1,7 @@ +--- +navigable: true +title: Archieven +---