ipsumgenera
ipsumgenera copied to clipboard
Static blog generator written in Nim
When ipsumgenera is installed with 0.9.6 the output it produces generates an extra amount of encoded characters. Here is a diff extract: ``` diff … One strange feature of git...
hi. for example,can u publish ur site: http://picheta.me/'s source on github? tks very much
One has to use the vertical bar to indent some text to get this: ``` | foo | bar ```
The following article throws `Unknown node kind in rst: rnInterpretedText`: ``` --- title: Unknown node kind in rst: rnInterpretedText date: 2013-10-01 17:12 tags: bug --- My preciouussss `http://www.elhaso.es`. ```
The following article throws `Unknown node kind in rst: rnOverline`: ``` --- title: Unknown node date: 2013-10-01 17:11 tags: bug --- ======== Helllooo ======== ```
Generate rss feeds for specific tags, possibly generating `tags/.xml` files by side of their html version.
Now the rss contains the full articles. If the articles are long, the rss will really take a long time to download. An option should allow the generator to limit...
Since the `body` of `default.html` lists the articles, it would be nice if the date contained the most recent date from all the linked articles, so as to indicate global...
Sometimes you don't care about hours and minutes, the software could try to detect that and avoid generating these values. At the moment a date tag without this info will...
I'm currently using a symlink for `output` to the location I want, but I guess it would be better to have an option for windows users.