diff options
author | Adam Stück <adam@adast.dk> | 2024-09-14 22:27:15 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2024-09-14 22:33:43 +0200 |
commit | d57b985c382d3a88f1a22f354e0ec989d18caeb2 (patch) | |
tree | 47f649c028c78b057fd2cc62ad8f214b6d35fd25 /_config.yml | |
parent | 732607ac04c2a21a9aeeb0f5e1aeb0952d7e86b0 (diff) |
switch to wruby site generator
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..1080622 --- /dev/null +++ b/_config.yml @@ -0,0 +1,21 @@ +site_url: 'https://adast.dk' +site_name: 'adast' +author_name: 'Adam Stück' + +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 |