Generate site in a sane way #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The site is currently generated using a bizarre conglomeration of Make and Python with a home-grown templating system.
While fun, this approach has its downsides:
1, 2, 4 and 6 are directly addressed by using an off-the-shelf site builder instead of this custom thing. 3 would be mitigated somewhat: Make is still useful for shell integration, but would no longer need to fill the role of managing a build system. 5 would likely be ameliorated too, since converting a dated folder hierarchy is not a new problem.
To pick a new site builder, some requirements should be outlined to compare possible options against:
Current options under consideration:
Of these, kiln looks to be the simplest, but is Gemini-focused and in "low maintenance" mode. Though it mentions templates, it is not clear how they are intended to work.
look into pelican for static site generationto use a more standard static site generatoruse a more standard static site generatorto sensible static site generationsensible static site generationto Generate site in a sane wayThis issue could probably be a project instead?