]> git.dabkitsch.com - jekyll-site.git/commitdiff
removing references to default theme
authorequilet <2237372+equilet@users.noreply.github.com>
Wed, 7 Dec 2022 07:49:09 +0000 (23:49 -0800)
committerequilet <2237372+equilet@users.noreply.github.com>
Wed, 7 Dec 2022 07:49:09 +0000 (23:49 -0800)
Gemfile
Gemfile-bak
about.md [deleted file]

diff --git a/Gemfile b/Gemfile
index 1bccf29af2f647f798418e7998bb2bf7629f55d2..1818898f7b14b76bbb7b46cc50dd1779cf8bd6b7 100644 (file)
--- 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
index 41870a30f18c90f4b0a2f335a88532aaa01ef3d3..ba08a380828ed4cb699123806dc32a91316a10ef 100644 (file)
@@ -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 (file)
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