summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2020-08-03 10:57:47 -0500
committerKarl Hallsby <karl@hallsby.com>2020-08-03 10:57:47 -0500
commit1598c578b8d30d9876183f65053b91d68defc385 (patch)
tree407dde12f46ace380c74b62aa9e546dab79a276b
parent8c6007ae4774110db421968393571815180fe87a (diff)
Move default jekyll info (theme and options) to config file
-rw-r--r--_config.yml11
-rw-r--r--about.markdown13
2 files changed, 11 insertions, 13 deletions
diff --git a/_config.yml b/_config.yml
index d185cdc..06913ab 100644
--- a/_config.yml
+++ b/_config.yml
@@ -36,6 +36,17 @@ theme: minima
plugins:
- jekyll-feed
+# More info about customizing Jekyll theme, and basic Jekyll usage documentation at https://jekyllrb.com/
+# You can find the source code for Minima at GitHub:
+# jekyll-organization
+# https://github.com/jekyll/minima
+#
+# You can find the source code for Jekyll at GitHub:
+# jekyll-organization
+# https://github.com/jekyll/jekyll
+#
+# [jekyll-organization]: https://github.com/jekyll
+
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
diff --git a/about.markdown b/about.markdown
index 2225d5e..6b456c7 100644
--- a/about.markdown
+++ b/about.markdown
@@ -13,16 +13,3 @@ Expertise in digital hardware design, software engineering, and system security.
I am a [GNU Emacs](https://www.gnu.org/software/emacs/) user, and my dotfiles can be found [here](https://github.com/KarlJoad/Emacs_Dotfiles).<br>
You can find the source for this website [here](https://git.karl.hallsby.com/website).<br>
For further exploration of my work, please see my GitHub page, [GitHub](https://github.com/KarlJoad).
-
-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