aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-23 09:40:14 -0400
committerBradley Taunt <bt@btxx.org>2024-07-23 09:40:14 -0400
commit0428b035d6131e2e29a61988603bedbc85de96a4 (patch)
tree442005f6e292971c2f1ea93427b7186d112a6c70 /_config.yml
parentbcbf074ca2e53762f547985e6978b10dc59095ad (diff)
Carry over core wruby changes
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..992eed7
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,21 @@
+site_url: 'https://bt.srht.site'
+site_name: 'bt'
+author_name: 'Bradley Taunt'
+
+directories:
+ posts: 'posts'
+ pages: 'pages'
+ public: 'public'
+ output: 'build'
+ posts_output: 'build/posts'
+ pages_output: 'build/'
+
+files:
+ header: 'header.html'
+ footer: 'footer.html'
+ root_index: 'index.md'
+ posts_index: 'pages/posts.md'
+ rss: 'build/index.rss'
+
+misc:
+ post_count: 5