diff --git a/dev/_posts/2022-08-24-convertingtojekyll.md b/dev/_posts/2022-08-24-convertingtojekyll.md index 789902a..beb903b 100644 --- a/dev/_posts/2022-08-24-convertingtojekyll.md +++ b/dev/_posts/2022-08-24-convertingtojekyll.md @@ -4,7 +4,7 @@ title: "Converting To Jekyll" date: 2022-08-24 17:08:00 excerpt_separator: --- - +{% raw %} # Converting to Jekyll As many of you probably noticed, our layout got more simplistic, smaller, and reminiscent of the 90's. I could make a joke about I'm a ham so I'm legally obligated to build websites like it's 1992; but that's not the truth. The truth is I like this minimalistic terminal inspired design. Is it the one I wanted? No. I found several terminal themed Hugo themes that were better. But Hugo was a pain. So...here we are. @@ -164,3 +164,4 @@ popd That's literally it. There's probably some fancy way to do it; but this does the same job. Clone the repository, build, GTFO. The temporary directories are cleared out daily; there's a number of write-protected files that hang up the script. So I just do a `rm -r /tmp/blog*` as a root cronjob every 24 hours. I'm still fried over the whole thing; that's why this post is no where near my usual quality...or maybe it is. +{% endraw %}