acrylamid
acrylamid copied to clipboard
(unmaintained) static blog generator in python with incremental rendering ⛺
In my .rst file inside content/ I have the following; ``` --- title: Hello world date: 16.03.2016, 09:21 tags: [personal, blog] copy: /Users/ephexeve/photos/pic-of-day.jpg --- ... some content ... ``` Then...
The convention other generators like Jekyll use is very reasonable: A file named `2016-01-11-some-title.textile` will have **2016-01-11** set as it's publishing date. It saves one yaml entry, which is very...
With this change, the exit code of the deploy command is 1 instead of 0 when the deploy fails. As may be obvious by the list of commits in this...
If there is no date set when creating an entry, the current year is assumed. But since the permalink contains the year, we either have to make the year dynamic...
As may be obvious by the list of commits in this PR, this requires #245 to be merged first. (Or if this is merged first, #245 will be obsolete.)
Greetings, I am using travis-ci to auto bulld and deploy my blog on S3 (I'll write it up if folks are interested). However, travis-ci shows a successful build, even if...
I have a number of files in an "assets" directory, which is defined as a static directory in my config. All of them are making it over (with extensions like...
acrylamid deploy reports success, even if a command it calls fails... The following is the output of a travis-ci job ``` The command "acrylamid compile" exited with 0. $ acrylamid...
Hi, How can I pass `pandoc --from markdown --to html --mathjax --biblio mybiblio.bib` to acrylamid pandoc filter. It seems, for example, that: ``` FILTERS = ['pandoc+Markdown+mathjax', 'hyphenate', 'h1'] ``` does...
Just with default installation with --mako: ``` [xan@argonia blog]$ acrylamid check help usage: acrylamid check [-h] [-r] [-s SLEEP] [-w] [-j JOBS] [{W3C,links}] acrylamid check: error: argument action: invalid choice:...