Source
Repository of open source code and assets.
created: 2020-05-09 | author: Jason Lenz
Open source code associated with this site can be obtained from the gitea repository at:
https://git.lenzplace.org/lenzj/
The main project below consists of the source files and utilities written to generate this static blog. Other projects and source code will be added to the list below over time.
blog-lenzplace
This blog is a static website written using a text editor and some small command line utilities. In particular, the standard unix make utility along with a markdown inline filter and a template processing utility are used for the core workflow.
blog source files: The raw text files, images, Makefile etc. for this site (https://blog.lenzplace.org/). This is a customized version of makehtml (below).
makehtml: A makefile system for generating static blogs. This contains a simple example as a starting point.
pgot: A command line template processing utility using the go standard library.
chuf: A simple command line filtering utility used to process sections of markdown within files.