aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-12 02:32:47 -0700
committerFuwn <[email protected]>2022-06-12 02:32:47 -0700
commitd2da92336fb109600e59c9ed1e4976ebf891d82c (patch)
treea124de93b3aedf04aee8f9d3e21b987ea2bb150f /content
parentfeat(blog): projects blog (diff)
downloadlocus-d2da92336fb109600e59c9ed1e4976ebf891d82c.tar.xz
locus-d2da92336fb109600e59c9ed1e4976ebf891d82c.zip
feat(blog): sub-blog configuration
Diffstat (limited to 'content')
-rw-r--r--content/pages/blog/programming_languages/Forth.gmi6
-rw-r--r--content/pages/blog/programming_languages/Go.gmi6
-rw-r--r--content/pages/blog/programming_languages/OCaml.gmi6
-rw-r--r--content/pages/blog/programming_languages/Rust.gmi6
-rw-r--r--content/pages/blog/programming_languages/blog.json25
-rw-r--r--content/pages/blog/projects/GemRest.gmi8
-rw-r--r--content/pages/blog/projects/blog.json11
7 files changed, 36 insertions, 32 deletions
diff --git a/content/pages/blog/programming_languages/Forth.gmi b/content/pages/blog/programming_languages/Forth.gmi
index 88a5b3b..788b5dc 100644
--- a/content/pages/blog/programming_languages/Forth.gmi
+++ b/content/pages/blog/programming_languages/Forth.gmi
@@ -1,9 +1,3 @@
-# Forth
-
-Author: Fuwn
-Created: 2022. 04. 21.
-Last Modified: 2022. 04. 21.
-
## Resources
=> http://www.forth.org/ Forth Interest Group Home Page
diff --git a/content/pages/blog/programming_languages/Go.gmi b/content/pages/blog/programming_languages/Go.gmi
index dd319a7..1f2e8b2 100644
--- a/content/pages/blog/programming_languages/Go.gmi
+++ b/content/pages/blog/programming_languages/Go.gmi
@@ -1,9 +1,3 @@
-# Go
-
-Author: Fuwn
-Created: 2021. 07. 19.
-Last Modified: 2021. 07. 20.
-
Golang... Go is quite a funny language to me. I have a hard time taking it seriously, not because of the name, but because of the way it handles. Don't get me wrong, Go is a great tool to have under your belt, but it just feels very... "childish" ... to ME.
Other than the weird chills I get whilst working with it (I just had to get that off my back, for the record), I think Go is a pretty nifty language. Go has the "I can do anything! just not very well..." [0] feeling to it, and it is very much true! I don't write software in Go because it "fast!" or "great on memory!", I write software in Go because it "fast! ...", "to write in!".
diff --git a/content/pages/blog/programming_languages/OCaml.gmi b/content/pages/blog/programming_languages/OCaml.gmi
index 1b72d82..15c6ce7 100644
--- a/content/pages/blog/programming_languages/OCaml.gmi
+++ b/content/pages/blog/programming_languages/OCaml.gmi
@@ -1,9 +1,3 @@
-# OCaml
-
-Author: Fuwn
-Created: 2021. 07. 23.
-Last Modified: 2021. 07. 23.
-
## Resources
=> https://www2.lib.uchicago.edu/keith/ocaml-class/why.html OCaml for the Skeptical
diff --git a/content/pages/blog/programming_languages/Rust.gmi b/content/pages/blog/programming_languages/Rust.gmi
index f996660..32b798f 100644
--- a/content/pages/blog/programming_languages/Rust.gmi
+++ b/content/pages/blog/programming_languages/Rust.gmi
@@ -1,9 +1,3 @@
-# Rust
-
-Author: Fuwn
-Created: 2021. 07. 23.
-Last Modified: 2021. 07. 23.
-
## Resources
=> https://ceronman.com/2021/07/22/my-experience-crafting-an-interpreter-with-rust/ My experience crafting an interpreter with Rust \ No newline at end of file
diff --git a/content/pages/blog/programming_languages/blog.json b/content/pages/blog/programming_languages/blog.json
new file mode 100644
index 0000000..a35f9f4
--- /dev/null
+++ b/content/pages/blog/programming_languages/blog.json
@@ -0,0 +1,25 @@
+{
+ "description": "Thoughts and Resources of the Programming Languages Fuwn Uses",
+ "posts": {
+ "Go": {
+ "author": "Fuwn",
+ "created": "2021. 07. 19.",
+ "last_modified": "2021. 07. 20."
+ },
+ "Forth": {
+ "author": "Fuwn",
+ "created": "2022. 04. 21.",
+ "last_modified": "2022. 04. 21."
+ },
+ "OCaml": {
+ "author": "Fuwn",
+ "created": "2021. 07. 23.",
+ "last_modified": "2021. 07. 23."
+ },
+ "Rust": {
+ "author": "Fuwn",
+ "created": "2021. 07. 23.",
+ "last_modified": "2021. 07. 23."
+ }
+ }
+}
diff --git a/content/pages/blog/projects/GemRest.gmi b/content/pages/blog/projects/GemRest.gmi
index 2e2a6d3..ef14bf0 100644
--- a/content/pages/blog/projects/GemRest.gmi
+++ b/content/pages/blog/projects/GemRest.gmi
@@ -1,11 +1,3 @@
-# GemRest
-
-Author: Fuwn
-Created: 2022. 06. 11.
-Last Modified: 2022. 06. 11.
-
-Simple solutions designed for the Gemini protocol; so you can rest easy by letting us handle the hassle.
-
=> https://github.com/gemrest GitHub
=> https://gem.rest/ Website
=> gemini://gem.rest/ Gemini Capsule
diff --git a/content/pages/blog/projects/blog.json b/content/pages/blog/projects/blog.json
new file mode 100644
index 0000000..fca7c63
--- /dev/null
+++ b/content/pages/blog/projects/blog.json
@@ -0,0 +1,11 @@
+{
+ "description": "Details and Resources for a Few of Fuwn’s Projects",
+ "posts": {
+ "GemRest": {
+ "description": "Simple solutions designed for the Gemini protocol; so you can rest easy by letting us handle the hassle.",
+ "author": "Fuwn",
+ "created": "2022. 06. 11.",
+ "last_modified": "2022. 06. 11."
+ }
+ }
+}