summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2020-01-13 00:26:41 -0600
committerDanny Holman <dholman@gymli.org>2020-01-13 00:26:41 -0600
commit7a3913ea1a354d354d5f5b13100cac035a24f27c (patch)
treef950ec6e91a314079f56153526944f1b92864a35 /_config.yml
Initial commit
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml37
1 files changed, 37 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..f130a12
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,37 @@
+title: Danny's House of Linux
+author: Danny Holman
+email: dholman@gymli.org
+description: Open source stuffs from Danny Holman
+show_excerpts: true
+baseurl: "" # the subpath of your site, e.g. /blog
+url: "https://www.gymli.org" # the base hostname & protocol for your site, e.g. http://example.com
+
+# Build settings
+theme: texture
+plugins:
+ - jekyll-feed
+
+texture:
+ style: black
+ showNav: true
+ date_format: "%b %-d, %Y"
+
+# 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
+# the internal "default list".
+#
+# Excluded items can be processed by explicitly listing the directories or
+# their entries' file path in the `include:` list.
+#
+# exclude:
+# - .sass-cache/
+# - .jekyll-cache/
+# - gemfiles/
+# - Gemfile
+# - Gemfile.lock
+# - node_modules/
+# - vendor/bundle/
+# - vendor/cache/
+# - vendor/gems/
+# - vendor/ruby/