diff options
| author | Fuwn <[email protected]> | 2021-07-15 22:06:22 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-15 22:06:22 +0000 |
| commit | c2fd318cce371e2563c248fe7d942500a52a0be8 (patch) | |
| tree | 265c2c0a54f71d57bb9d16a8694e489fe364ed5f /content | |
| parent | feat(templates): poc for a sysinfo footer item (diff) | |
| download | space-c2fd318cce371e2563c248fe7d942500a52a0be8.tar.xz space-c2fd318cce371e2563c248fe7d942500a52a0be8.zip | |
feat(route): implement a blogging engine
Diffstat (limited to 'content')
| -rw-r--r-- | content/pages/blog/hello-world.gmi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/pages/blog/hello-world.gmi b/content/pages/blog/hello-world.gmi new file mode 100644 index 0000000..4267d0c --- /dev/null +++ b/content/pages/blog/hello-world.gmi @@ -0,0 +1,5 @@ +# HELLO WORLD + +2021. 07. 15. + +Welcome to my first blog post!
\ No newline at end of file |