From: equilet <2237372+equilet@users.noreply.github.com> Date: Wed, 7 Dec 2022 07:49:09 +0000 (-0800) Subject: removing references to default theme X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=7d990c4176575bfa6183ab5df35aeb76656a65b0;p=jekyll-site.git removing references to default theme --- diff --git a/Gemfile b/Gemfile index 1bccf29..1818898 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ source "https://rubygems.org" # Happy Jekylling! gem "jekyll", "~> 4.3.1" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.5" +#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 diff --git a/Gemfile-bak b/Gemfile-bak index 41870a3..ba08a38 100644 --- a/Gemfile-bak +++ b/Gemfile-bak @@ -11,7 +11,7 @@ source "https://rubygems.org" gem "jekyll", "~> 3.8.5" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.0" +#gem "minima", "~> 2.0" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. diff --git a/about.md b/about.md deleted file mode 100644 index 8b4e0b2..0000000 --- a/about.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -title: About -permalink: /about/ ---- - -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: -[jekyll][jekyll-organization] / -[minima](https://github.com/jekyll/minima) - -You can find the source code for Jekyll at GitHub: -[jekyll][jekyll-organization] / -[jekyll](https://github.com/jekyll/jekyll) - - -[jekyll-organization]: https://github.com/jekyll