diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | content/index.md | 2 | ||||
-rw-r--r-- | content/notebook/pages/identity.md (renamed from content/notebook/pages/i-want-to-be-a-fox.md) | 4 | ||||
-rw-r--r-- | content/profiles/fediverse.md | 4 |
5 files changed, 7 insertions, 6 deletions
@@ -3,3 +3,4 @@ assets/favicon/*.ico | |||
3 | node_modules | 3 | node_modules |
4 | .cache | 4 | .cache |
5 | out | 5 | out |
6 | Env.mk | ||
@@ -227,7 +227,7 @@ watch: all | |||
227 | done | 227 | done |
228 | 228 | ||
229 | serve: all | 229 | serve: all |
230 | python -m http.server --bind 127.0.0.1 --directory out 8000 | 230 | python -m http.server --bind 127.0.0.1 --directory out 8080 |
231 | 231 | ||
232 | dev: watch serve | 232 | dev: watch serve |
233 | 233 | ||
diff --git a/content/index.md b/content/index.md index 453b4b9..89dac1c 100644 --- a/content/index.md +++ b/content/index.md | |||
@@ -2,4 +2,4 @@ | |||
2 | title: Volpeon | 2 | title: Volpeon |
3 | --- | 3 | --- |
4 | 4 | ||
5 | Red fox and part-time dragon disguised as a software developer. Creating vector art and UI designs. | 5 | Red Fox and part-time Wyvern disguised as a Software Developer. Creator of Vector Art, UI Designs and other things. |
diff --git a/content/notebook/pages/i-want-to-be-a-fox.md b/content/notebook/pages/identity.md index 08e99a1..a8da0a6 100644 --- a/content/notebook/pages/i-want-to-be-a-fox.md +++ b/content/notebook/pages/identity.md | |||
@@ -1,7 +1,7 @@ | |||
1 | --- | 1 | --- |
2 | schema_type: DigitalDocument | 2 | schema_type: DigitalDocument |
3 | title: I Want To Be a Fox | 3 | title: Identity |
4 | date: 2022-12-28 | 4 | date: 2023-02-19 |
5 | draft: true | 5 | draft: true |
6 | --- | 6 | --- |
7 | 7 | ||
diff --git a/content/profiles/fediverse.md b/content/profiles/fediverse.md index 3bde3d4..6b83ab3 100644 --- a/content/profiles/fediverse.md +++ b/content/profiles/fediverse.md | |||
@@ -1,7 +1,7 @@ | |||
1 | --- | 1 | --- |
2 | title: Fediverse | 2 | title: Fediverse |
3 | subtitle: "@volpeon@mk.vulpes.one" | 3 | subtitle: "@volpeon@is-a.wyvern.rip" |
4 | icon: graph | 4 | icon: graph |
5 | url: https://mk.vulpes.one/@volpeon | 5 | url: https://is-a.wyvern.rip/@volpeon |
6 | rel: me | 6 | rel: me |
7 | --- | 7 | --- |