jenny
jenny copied to clipboard
A bash-based static blog generator
Hi, `jenny` is simple awesome! Btw, it will be convenient if `jenny` have build in command like `jenny create` to create post. Something like `jenny` on `make install` will check...
Add optional time for future posts so that they can be scheduled to go live at a specific time instead of just when ever the post date is when jenny...
fresh install from master branch: ``` $ jenny [jenny] Sourced .blogrc [jenny] Generating main index [jenny] ☶ 2020-03-13 hello-world.md gawk: ~/.local/share/jenny/lib/md2html.awk:30: warning: regexp escape sequence `\!' is not a known...
- Test installation - Test script setup stage, symlinked - Test script setup stage, installed - Test blank blog directory render - Test CLI option overrides - Test valid blog...
It seems that there is wrong regex, so annoying warning always throws on build ``` /usr/bin/grep: warning: stray \ before white space /usr/bin/grep: warning: stray \ before # /usr/bin/grep: warning:...
If you have enough posts that the navigation becomes visible, an entry is mistakenly generated in the list of blogposts that does not belong there. In your blog, this is...
A friend of mine spotted an issue in the feed for a tag. The item link looks like `http://manilafunctional.com./../post/python-list-comprehensions.html` (comes from[ your website](https://manilafunctional.com/tag/python/feed.xml) ). If the `./../` can be supported...