From 09bb2854478e552523c15de6f80c9f92d71376a3 Mon Sep 17 00:00:00 2001 From: Aoi Koizumi Date: Fri, 29 Apr 2022 10:06:13 -0300 Subject: Moving git host yet again --- gph/a8fccc0f.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 gph/a8fccc0f.txt (limited to 'gph/a8fccc0f.txt') diff --git a/gph/a8fccc0f.txt b/gph/a8fccc0f.txt new file mode 100644 index 0000000..21e3c07 --- /dev/null +++ b/gph/a8fccc0f.txt @@ -0,0 +1,19 @@ +ID: a8fccc0f-e914-4dac-a51d-fc259a181010 +Title: My experience on static site generators +Authors: Aoi Koizumi +Date: 2022-01-11T18:30:52-03:00 +Topics: Computing + +Disclaimer: I had very weird experiences with all of those. + +# hugo +Complex without reason and requires a lot of effort(?) just to get the job done (configuration files, metadata, themes, and other shenanigans), and the result is literally HTML5 instead of a saner markup like XHTML. +Imho, HTML5 sucks anyway. Hugo has very poor documentation, wonder if it even has a manual page lol. + +# saait +Perfect for a blog like the one at codemadness, can generate various kinds of feeds, like Atom, RSS and even twtxt. Every page requires its own setting, like metadata and the output filename to use. The resulting site can be rendered on any browser without any issue. A bit complex but it gets the job done really well. + +# zs +Doesn't have an output format by default, since you have to design the layout yourself, which is well, okay. +It generates the pages from Markdown input, and metadata is included in a yaml-like syntax on the document's header, separate from the main text. +It is also very extensible with tools you can write on virtually any language, even shell script, and then invoke them as if it were a built-in command. Pretty neat I guess. -- cgit 1.4.1-2-gfad0