summaryrefslogtreecommitdiffstats
path: root/content/techjournal
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-04-18 15:59:02 +0100
committerMatthew Lemon <y@yulqen.org>2023-04-18 15:59:12 +0100
commita61894890099e0f34e146462aeb90a268fa35ff6 (patch)
treebe665b88ad0de8fd923c7953001e760655da03e1 /content/techjournal
parent9b1ba964dd5310728791581fb0d66a72c9b58538 (diff)
added techjournal section
Diffstat (limited to 'content/techjournal')
-rw-r--r--content/techjournal/Jekyll_Hugo_gh_pages.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/content/techjournal/Jekyll_Hugo_gh_pages.md b/content/techjournal/Jekyll_Hugo_gh_pages.md
new file mode 100644
index 0000000..47890a2
--- /dev/null
+++ b/content/techjournal/Jekyll_Hugo_gh_pages.md
@@ -0,0 +1,20 @@
+---
+title: "From Jekyll and Github Pages, back to Hugo"
+date: 2023-04-18T15:29:16+01:00
+draft: false
+---
+
+This is a new journal where I intend to dump technical stuff.
+
+I was going to use Github Pages to host it, with Jekyll generating the stuff locally, but I couldn't get it to work. It feels like both technologies need some care. Either way, I remembered the utility of my own site, and here we are.
+
+I haven't worked out exactly the format of this series yet, but I want it to be automated, so that I can easily dump links with short commentaries, and make it searchable somehow. Once again, it is all for my own sake.
+
+Does code formatting work?
+
+```python
+def hello_world():
+ print("hello, world!")
+```
+
+It seems to, but it doesn't have colour yet and it looks a bit big. Will work on that.