diff options
| author | Fuwn <[email protected]> | 2021-07-19 19:24:12 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-19 19:24:12 +0000 |
| commit | 3a460580e99aeade85e7b16ce97827ac7fd7beb3 (patch) | |
| tree | 58e58850b8264955c274e4eb401141e58e778c5a | |
| parent | feat(route): blog description files (diff) | |
| download | space-3a460580e99aeade85e7b16ce97827ac7fd7beb3.tar.xz space-3a460580e99aeade85e7b16ce97827ac7fd7beb3.zip | |
feat(blog): programming languages
| -rw-r--r-- | content/pages/blog/programming_languages/2021-07-19-hello-world.gmi (renamed from content/pages/blog/tech/2021-07-15-hello-world.gmi) | 0 | ||||
| -rw-r--r-- | content/pages/blog/programming_languages/description.gmi | 1 | ||||
| -rw-r--r-- | content/pages/blog/tech/description.gmi | 1 | ||||
| -rw-r--r-- | handler.go | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/content/pages/blog/tech/2021-07-15-hello-world.gmi b/content/pages/blog/programming_languages/2021-07-19-hello-world.gmi index de47594..de47594 100644 --- a/content/pages/blog/tech/2021-07-15-hello-world.gmi +++ b/content/pages/blog/programming_languages/2021-07-19-hello-world.gmi diff --git a/content/pages/blog/programming_languages/description.gmi b/content/pages/blog/programming_languages/description.gmi new file mode 100644 index 0000000..702c2be --- /dev/null +++ b/content/pages/blog/programming_languages/description.gmi @@ -0,0 +1 @@ +My two cents on the programming languages I have used and actively work with diff --git a/content/pages/blog/tech/description.gmi b/content/pages/blog/tech/description.gmi deleted file mode 100644 index af8383b..0000000 --- a/content/pages/blog/tech/description.gmi +++ /dev/null @@ -1 +0,0 @@ -Currently for testing @@ -17,7 +17,7 @@ func routes() { createRoute("/gemini", "default.gmi", "pages/gemini.gmi") // TODO: Iterate over content/pages/blog directory to automate blog routing - createBlogRoute("/tech", "pages/blog/tech", "Tech") + createBlogRoute("/programming_languages", "pages/blog/programming_languages", "Programming Languages") createBlogHandler("/blog") } |