Another one: https://ikiwiki.info/
(Can make user-editable wikis as well.)
101–110 of 241 posts
Another one: https://ikiwiki.info/
(Can make user-editable wikis as well.)
https://staticsitegenerators.net Boom.
here is a better "article" https://staticsitegenerators.net/
The main problem for me is that the absolute majority of them target blogs and if you try to adapt them for a more complicated website you gonna dive very deep inside the code or continue constant search. Now I look at hugo as it seems to be a more general-purpose tool that allows to play with structure and content types.
Github: https://github.com/Gilgamech/ARKScrape
Demo site (IIS up, but it's not currently generating reports): http://gilgamech.com/ark/PvP-Hardcore-OfficialServer92.html
edit markdown -> push github --> server does a pull -> builds -> deploy ?
Earlier quoted context omitted.
I'm not sure if this counts as a "static website", since the page is not delivered exactly as stored . It requires JavaScript to actually renders the page, which seems like an overkill.
That's just client side templating. Which has the same problem they all do of being greeted with a white page until ALL the content is ready. If someone is prepared to accept this it's not that hard to accept generating the html page yourself and uploading that.
Or being greeted with a white page period if you're using a non-JS enabled HTML client (noscript, CLI browser).
I use Hugo for several websites and I enjoy it a lot. One favorite part is the ability to create content of different types.
This statement caught my attention in the article: > It is optimized for speed (Hugo sites can be built in milliseconds) Is that true, or does it just happen to be fast? It seems to me that the performance of a static site generation is irrelevant, and thus time spent on this is really wasted effort. I don't care if it takes several minutes to build.. it'll happen on the CI server in the background, and so long as th…
I suspect it's based on a minimal set of test cases, not a full site. With hundreds of pages mine takes anything from 30 seconds to a couple of minutes to build.