You really want to lay out web pages in in Markdown?
Static Website Generators
81–90 of 241 posts
Re: Static Website Generators
#82What are people using for hosting? I've thought about using github pages, but css ended up being severely limited.
Re: Static Website Generators
#83Re: Static Website Generators
#84Re: Static Website Generators
#85I'm still using Dreamweaver. WYSIWYG HTML generation. You really want to lay out web pages in in Markdown?
Re: Static Website Generators
#86https://staticsitegenerators.net Boom.
Btw, on LibHunt you can compare the projects by dev activity as well - https://selfhosted.libhunt.com/categories/1986-static-site-g...
Re: Static Website Generators
#87I've wanted to make a static site generator generator for a while. Run the script and out comes another script with a wicked cool name that uses one of the many markup options, header formats, and templating engines (either manually or randomly selected). Somebody, please make this.
I probably failed to understand what you described but recently found out about Nikola[1] while looking for publishing solution supporting Org mode. It does support multiple input formats and at least Jinja2 and Mako for templating: - https://getnikola.com/handbook.html#supported-input-formats 1. https://getnikola.com/
Re: Static Website Generators
#88Some people have done variations of it but not well or easy. Is easy enough to trap events that should trigger page regeneration. Just haven't taken enough time yet.
The AWS CLI has extremely amazing performance, having something that could leverage that kind of multithreading for publishing would be great. Especially for the initial site publish.
If anyone is interested in working on this project or taking it on (I'm happy to contribute ideas and/or money) feel free to reach out. mike503 at gmail.
Re: Static Website Generators
#89Re: Static Website Generators
#90Jekyll has the significant advantage of support Asciidoc out of the box as Asciidoctor is written in Ruby. We really need alternative asciidoc implementations.
Both, the original and asciidoctor, offer a CLI tool to convert asciidoc to different formats (and there is always pandoc). Additionally, asciidoctor aims to integrate with JVM languages courtesy of JRuby. So you have multiple implementations callable (in one way or another) from any language imaginable.