Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kgaughan/sitegen

A dumb as bricks minimal site generator using pandoc
https://github.com/kgaughan/sitegen

Last synced: 3 days ago
JSON representation

A dumb as bricks minimal site generator using pandoc

Awesome Lists containing this project

README

        

sitegen
=======

A very stupid site generator. This was an exercise in how dumb I could make a
site generator and still keep it useful. The only dependency is pandoc_. It
expects a set of reStructuredText_ or Markdown_ files in the `source`
directory and will write its output to `out`. The index is an alphabetically
sorted list of document titles.

I'm planning on adding an option for also generating an index for a
gopherspace.

.. _reStructuredText: http://docutils.sourceforge.net/rst.html
.. _Markdown: https://commonmark.org/
.. _pandoc: https://pandoc.org/

.. vim:set ft=rst: