From 8af8f7b665375f5b5c5a701aaf3631263a2e6515 Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Sat, 14 Sep 2024 23:18:53 +0200 Subject: switch to wruby site generator --- _config.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _config.yml (limited to '_config.yml') diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..fef28e4 --- /dev/null +++ b/_config.yml @@ -0,0 +1,21 @@ +site_url: 'https://arena.adast.dk' +site_name: 'arena' +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 -- cgit v1.2.3-70-g09d2