From afaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 26 Dec 2020 23:37:48 +0100 Subject: Improved CSS variable names, improved script variable names, added initial support for finding child pages --- content/blog/index.md | 4 ++-- content/blog/test1.md | 0 content/blog/test2/index.md | 0 content/index.md | 4 ++-- content/projects/index.md | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 content/blog/test1.md create mode 100644 content/blog/test2/index.md (limited to 'content') diff --git a/content/blog/index.md b/content/blog/index.md index 486c57b..d6de86f 100644 --- a/content/blog/index.md +++ b/content/blog/index.md @@ -1,6 +1,6 @@ --- -id: "blog" -title: "Blog" +id: blog +title: Blog --- # Blog diff --git a/content/blog/test1.md b/content/blog/test1.md new file mode 100644 index 0000000..e69de29 diff --git a/content/blog/test2/index.md b/content/blog/test2/index.md new file mode 100644 index 0000000..e69de29 diff --git a/content/index.md b/content/index.md index 403eab5..d7ee4f8 100644 --- a/content/index.md +++ b/content/index.md @@ -1,6 +1,6 @@ --- -id: "home" -title: "Home" +id: home +title: Home isHome: true --- diff --git a/content/projects/index.md b/content/projects/index.md index bc6204f..da34c2d 100644 --- a/content/projects/index.md +++ b/content/projects/index.md @@ -1,6 +1,6 @@ --- -id: "projects" -title: "Projects" +id: projects +title: Projects --- # Projects -- cgit v1.2.3-54-g00ecf