diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-04-29 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-04-29 00:00:00 +0000 |
commit | 43ea1d8ae931cfafe9a921c71e40c1a2c13804701d3166ce16c4778a02b4e07b (patch) | |
tree | 174ed3be313335a746d8f77b081a0255dc4add7436c4b19efaed72dc4e0be580 /content/entry/site-update-012.md | |
parent | b912154649ce41bfcece7c306a907f276e71c942ef9befc626b067b9782dc012 (diff) | |
download | journal-43ea1d8ae931cfafe9a921c71e40c1a2c13804701d3166ce16c4778a02b4e07b.tar.gz journal-43ea1d8ae931cfafe9a921c71e40c1a2c13804701d3166ce16c4778a02b4e07b.zip |
Change post to entry
Diffstat (limited to 'content/entry/site-update-012.md')
-rw-r--r-- | content/entry/site-update-012.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/content/entry/site-update-012.md b/content/entry/site-update-012.md new file mode 100644 index 0000000..5d1a666 --- /dev/null +++ b/content/entry/site-update-012.md @@ -0,0 +1,14 @@ +--- +title: "Site Update 012" +date: 2021-06-10T00:00:00 +draft: false +--- +# What's New +* The wonky CSS is fixed. The result is the site is much more presentable and easy to read on mobile and desktop. Specifically, the spacing is more consistent. +* Gitlab pages now correctly generates my website using .gitlab-ci.yml. I deleted my Github mirror since I didn't want to write a CI script to support the proprietary Github pages system. +* New Privatebin instance on the bin subdomain + +# Future Plans +* Support multithreading in capsule / site generation scripts. This should make generation go faster. + +It just didn't occur to me to support multithreading when I was writing the scripts. Page generation speed isn't a problem now and probably never will be even if I don't update the scripts, but the intermediary changes I have to make before I support multithreading will improve the readability and maintainability of my scripts on its own. I like my code to be as easy to understand as possible for my future self and for others and I'm sure I can do better with those scripts. |