The First Post --Static Site Generators--

Hello everyone. This web site is developed by one of the site generetors calling "Nikola". Static site generators basically work like that, they store content in flat files and serve generated purely static HTML to users immediately.

Nikola uses python language to serve html. Moreover it uses jinja2 and Mako templates and has MIT licence. In this blog I use bootstrap3 template of Nikola. You can reach Nikola official web page at getnikola.com . There are several other static site generators. For example; Pelican (uses also python), Jekyll (uses Ruby), GitBook (uses JavaScript), Hugo (uses Go) and many... See Tutorial to learn more.

Comments

Comments powered by Disqus