diff options
author | Franck Cuny <franck@fcuny.net> | 2024-07-04 13:47:18 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-07-04 13:47:18 -0700 |
commit | bb617eea58ac35679ed9568b103fdd8d5a0937b0 (patch) | |
tree | 3f555130bf1dcd31ad413515ade89f1e285d4448 /content | |
parent | fix yaml (diff) | |
download | fcuny.net-bb617eea58ac35679ed9568b103fdd8d5a0937b0.tar.gz |
add the feed and a few more fixes
Diffstat (limited to '')
-rw-r--r-- | content/_index.md | 7 | ||||
-rw-r--r-- | content/blog/_index.md | 1 | ||||
-rw-r--r-- | content/notes/_index.md | 1 |
3 files changed, 3 insertions, 6 deletions
diff --git a/content/_index.md b/content/_index.md index ade4ba0..da8dcfd 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,7 +1,6 @@ -+++ -title = "home" -template = "index.html" -+++ +--- +title: "home" +--- My name is Franck Cuny and this is my little corner on the web. diff --git a/content/blog/_index.md b/content/blog/_index.md index 0de2091..d44a9f7 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -2,6 +2,5 @@ title: Blog sort_by: date render: true -generate_feeds: true template: blog.html --- diff --git a/content/notes/_index.md b/content/notes/_index.md index e3b7cd2..7e8d52b 100644 --- a/content/notes/_index.md +++ b/content/notes/_index.md @@ -2,6 +2,5 @@ title: Note sort_by: date render: true -generate_feeds: true template: blog.html --- |