Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kgaughan/sitegen
- Owner: kgaughan
- Created: 2018-01-26T09:35:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T11:44:16.000Z (about 5 years ago)
- Last Synced: 2024-08-02T05:13:13.385Z (3 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
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: