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 | |
| 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')
| -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 | ||||
| -rw-r--r-- | content/index.md | 4 | ||||
| -rw-r--r-- | content/projects/index.md | 4 |
5 files changed, 6 insertions, 6 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 | |||
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 @@ | |||
| 1 | --- | 1 | --- |
| 2 | id: "home" | 2 | id: home |
| 3 | title: "Home" | 3 | title: Home |
| 4 | 4 | ||
| 5 | isHome: true | 5 | isHome: true |
| 6 | --- | 6 | --- |
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 @@ | |||
| 1 | --- | 1 | --- |
| 2 | id: "projects" | 2 | id: projects |
| 3 | title: "Projects" | 3 | title: Projects |
| 4 | --- | 4 | --- |
| 5 | 5 | ||
| 6 | # Projects | 6 | # Projects |
