aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-01 16:23:43 -0400
committerBradley Taunt <bt@btxx.org>2024-07-01 16:23:43 -0400
commit088c87bcb58be576308da503d4f11a68843c5013 (patch)
tree4299b974a40b22fcc9d1d2df0a67810f1e61d50c /_config.yml
Initial new commit
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml48
1 files changed, 48 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..7226597
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,48 @@
+title: btxx
+meta_title: btxx.org
+email: bt@btxx.org
+author:
+ name: Bradley Taunt
+ email: bt@btxx.org
+description: >- # this means to ignore newlines until "baseurl:"
+ Designer, developer, hardware tinkerer, open source advocate, consumer of dark roast coffee, and writer of very long sentences.
+baseurl: "" # the subpath of your site, e.g. /blog
+url: "" # the base hostname & protocol for your site, e.g. http://example.com
+
+host: 0.0.0.0
+
+highlighter: rouge
+
+# Build settings
+plugins:
+ - jekyll-feed
+
+defaults:
+ - scope:
+ path: ""
+ type: "posts"
+ values:
+ permalink: /posts/:title/
+
+feed:
+ path: feed.xml
+
+# 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/