diff options
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 --- |