aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-02 14:28:49 -0400
committerBradley Taunt <bt@btxx.org>2024-07-02 14:28:49 -0400
commitdc6db80fa72286704849ef61ee0e5ccb5841cb09 (patch)
tree9235d796229d49211c27a07b9d18585d503baa94 /_config.yml
parent088c87bcb58be576308da503d4f11a68843c5013 (diff)
Conversion to barf for testing purposes
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml48
1 files changed, 0 insertions, 48 deletions
diff --git a/_config.yml b/_config.yml
deleted file mode 100644
index 7226597..0000000
--- a/_config.yml
+++ /dev/null
@@ -1,48 +0,0 @@
-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/