diff options
| author | Volpeon <git@volpeon.ink> | 2020-12-24 22:07:49 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2020-12-24 22:07:49 +0100 |
| commit | 94e30b971e93669810d8a4889d60340900ad60f3 (patch) | |
| tree | 8a3512a74042cd075a0409d873c1a3bf7cf768b5 /content | |
| parent | Added header, improved SCSS structure, use metadata file instead of param, im... (diff) | |
| download | volpeon.ink-94e30b971e93669810d8a4889d60340900ad60f3.tar.gz volpeon.ink-94e30b971e93669810d8a4889d60340900ad60f3.tar.bz2 volpeon.ink-94e30b971e93669810d8a4889d60340900ad60f3.zip | |
Various improvements: CSS classes, favicon, design
Diffstat (limited to 'content')
| -rw-r--r-- | content/favicon.ico | bin | 7406 -> 7406 bytes | |||
| -rw-r--r-- | content/index.md | 2 | ||||
| -rw-r--r-- | content/projects/index.md | 6 |
3 files changed, 7 insertions, 1 deletions
diff --git a/content/favicon.ico b/content/favicon.ico index 39895e5..b1b98ec 100644 --- a/content/favicon.ico +++ b/content/favicon.ico | |||
| Binary files differ | |||
diff --git a/content/index.md b/content/index.md index 64c3e77..403eab5 100644 --- a/content/index.md +++ b/content/index.md | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | id: "home" | 2 | id: "home" |
| 3 | title: "Home" | 3 | title: "Home" |
| 4 | 4 | ||
| 5 | ismain: true | 5 | isHome: true |
| 6 | --- | 6 | --- |
| 7 | 7 | ||
| 8 | # Volpeon's Den | 8 | # Volpeon's Den |
diff --git a/content/projects/index.md b/content/projects/index.md new file mode 100644 index 0000000..bc6204f --- /dev/null +++ b/content/projects/index.md | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | --- | ||
| 2 | id: "projects" | ||
| 3 | title: "Projects" | ||
| 4 | --- | ||
| 5 | |||
| 6 | # Projects | ||
