Skip to content

Commit

Permalink
fix page style and format
Browse files Browse the repository at this point in the history
  • Loading branch information
BW committed Jun 24, 2024
1 parent 7db1daa commit ea29b24
Show file tree
Hide file tree
Showing 22 changed files with 307 additions and 189 deletions.
1 change: 0 additions & 1 deletion 404.html → 404.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
permalink: /404.html
layout: default
---

<style type="text/css" media="screen">
Expand Down
23 changes: 6 additions & 17 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 4.3.3"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"
# 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
# If you have any plugins, put them here!

gem "jekyll"
gem "github-pages", group: :jekyll_plugins
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
end
# Arch bug: https://www.adamsdesk.com/posts/jekyll-fix-cannot-load-such-file-json/
gem "json"

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
Expand All @@ -32,5 +22,4 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

# gem "webrick", "~> 1.8"
gem "webrick", ">= 0"
gem "webrick", "~> 1.8"
Loading

0 comments on commit ea29b24

Please sign in to comment.