diff options
author | Volpeon <git@volpeon.ink> | 2020-12-26 23:37:48 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2020-12-26 23:37:48 +0100 |
commit | afaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502 (patch) | |
tree | 17c7e522f3d0c3fef647cf0a6daae03debbd8394 /content/blog | |
parent | Improved SCSS structure, keep less glyphs in fonts (diff) | |
download | volpeon.ink-afaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502.tar.gz volpeon.ink-afaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502.tar.bz2 volpeon.ink-afaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502.zip |
Improved CSS variable names, improved script variable names, added initial support for finding child pages
Diffstat (limited to 'content/blog')
-rw-r--r-- | content/blog/index.md | 4 | ||||
-rw-r--r-- | content/blog/test1.md | 0 | ||||
-rw-r--r-- | content/blog/test2/index.md | 0 |
3 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | --- | 1 | --- |
2 | id: "blog" | 2 | id: blog |
3 | title: "Blog" | 3 | title: Blog |
4 | --- | 4 | --- |
5 | 5 | ||
6 | # Blog | 6 | # Blog |
diff --git a/content/blog/test1.md b/content/blog/test1.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/content/blog/test1.md | |||
diff --git a/content/blog/test2/index.md b/content/blog/test2/index.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/content/blog/test2/index.md | |||