aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-23 09:36:35 -0400
committerBradley Taunt <bt@btxx.org>2024-07-23 09:36:35 -0400
commitd2a6023d2bf19b08ca61baf809a8b3b526e41169 (patch)
tree21fedbcc69cf60949fedda52f254a86e688e9b60 /_config.yml
parentf7f421dd3a1a0af1596719949b0024b37ccd0fe3 (diff)
Pull out configuration into separate file,update homepage post count, default post index page
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..019c3ef
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,21 @@
+site_url: 'https://wruby.btxx.org'
+site_name: 'wruby'
+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