summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2020-09-27 14:07:55 -0500
committerKarl Hallsby <karl@hallsby.com>2020-09-27 14:07:55 -0500
commitc3cafe3c3817f52d4c588b5b0d6e71e07e06145e (patch)
treeb3399cd3faa60cc063f6f5766b70b31fb9ebdf79 /_config.yml
parent883eb6c8315524eec6d4d78613d6b857b5f0ee4a (diff)
Change theme first
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml50
1 files changed, 38 insertions, 12 deletions
diff --git a/_config.yml b/_config.yml
index 90ad48d..5e57429 100644
--- a/_config.yml
+++ b/_config.yml
@@ -26,36 +26,63 @@ email: karl@hallsby.com
description: >- # this means to ignore newlines until "baseurl:"
My (Karl Hallsby) personal website. Here I showcase my work, abilities,
and my Curriculum Vitae.
+
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://karl.hallsby.com" # the base hostname & protocol for your site, e.g. http://example.com
-github_username: KarlJoad
-linkedin_username: karlhallsby
+
+author:
+ type: "person"
+ name: "Karl Hallsby"
+ email: "karl@hallsby.com"
+ github: KarlJoad
+ linkedin: karlhallsby
+
+paths:
+ root: "/"
+ home: "/"
# Build settings
markdown: kramdown
+highlighter: rouge
kramdown:
input: GFM
hard_wrap: false
-theme: minima
+# theme: minima
# The dark skin is NOT in the 2.5.1 release!
-minima:
- skin: dark
+# minima:
+ # skin: dark
+
+theme: jekyll-text-theme
+text_skin: dark # "default" (default), "dark", "forest", "ocean", "chocolate", "orange"
+highlight_theme: tomorrow-night-bright # "default" (default), "tomorrow", "tomorrow-night", "tomorrow-night-eighties", "tomorrow-night-blue", "tomorrow-night-bright"
+
+lang: "en"
+timezone: "America/Chicago"
+
+toc:
+ selectors: "h1,h2,h3"
+
+# Enable Mathjax for rendering LaTeX
+mathjax: true
+mathjax_autoNumber: true
+
+# Mermaid
+mermaid: false
+
+# Chart
+chart: false
plugins:
- jekyll-feed
+ - jekyll-sitemap
+ - jekyll-paginate
- jekyll-pdf-embed
# 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.
@@ -64,7 +91,6 @@ plugins:
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
-#
exclude:
- .sass-cache/
- .jekyll-cache/