diff options
author | Alan Pearce | 2023-09-22 08:40:59 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-22 12:03:47 +0200 |
commit | 1f8292fcb328a95a9987f03cd88c05632efad52d (patch) | |
tree | c1532ae7ca20c842801cf1075235db92a6782ea5 /post/_index.md | |
parent | 2b5b84173f96f3346206d366a9b2f293a10e4383 (diff) | |
download | website-1f8292fcb328a95a9987f03cd88c05632efad52d.tar.lz website-1f8292fcb328a95a9987f03cd88c05632efad52d.tar.zst website-1f8292fcb328a95a9987f03cd88c05632efad52d.zip |
Replace zola with DOM-based static site generation code
Diffstat (limited to 'post/_index.md')
-rw-r--r-- | post/_index.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/post/_index.md b/post/_index.md deleted file mode 100644 index e0d2523..0000000 --- a/post/_index.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "Posts" -sort_by = "date" -paginate_reversed = true -transparent = true -+++ |