diff _config.yml @ 78:5fdf5f346b92

*: use jekyll for templates, blogging, etc. I changed the pages to now use templates, so adding new stuff should be much much easier in the future
author Paper <paper@paper.us.eu.org>
date Mon, 20 May 2024 02:49:07 -0400
parents
children a2c83f182127
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/_config.yml	Mon May 20 02:49:07 2024 -0400
@@ -0,0 +1,10 @@
+title: Paper's website
+url: https://paper.us.eu.org/
+permalink: /blog/:categories/:year/:month/:day/:title:output_ext
+
+feed:
+  path: /blog/feed.xml
+  posts_limit: 20
+
+plugins:
+  - jekyll-feed