summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* README: Fix Guile version requirements.David Thompson2015-08-091-1/+1
* website: Add real SHA1 checksum for 0.1 release.David Thompson2015-08-081-1/+1
* Update Guix development package.v0.1David Thompson2015-08-081-3/+22
* Add scripts/haunt to bin directory.David Thompson2015-08-081-0/+3
* Add website.David Thompson2015-08-087-0/+928
* Update Guix package metadata.David Thompson2015-08-081-3/+3
* Ignore gzipped tarballs.David Thompson2015-08-081-0/+1
* ui: serve: Fix auto-rebuilding logic.David Thompson2015-08-081-16/+25
* blog: Export with-layout.David Thompson2015-08-081-0/+1
* asset: Filter out assets that do not pass the site file filter.David Thompson2015-08-082-8/+11
* site: Change post-filter to file-filter.David Thompson2015-08-082-24/+25
* example: Remove unnecessary module import.David Thompson2015-08-061-2/+1
* builder: blog: Add concept of "collections".David Thompson2015-08-061-15/+19
* builder: blog: Export date->string*.David Thompson2015-08-051-0/+2
* site: Don't crash if there is no posts directory.David Thompson2015-08-051-4/+6
* site: Update default file filter.David Thompson2015-08-051-1/+1
* ui: serve: Add --watch option.David Thompson2015-08-031-3/+49
* site: Add a way to ignore post files that match a pattern.David Thompson2015-08-032-10/+36
* site: Fix procedure name in doc string.Ricardo Wurmus2015-07-281-1/+1
* site: Add site-wide slug procedure setting.Ricardo Wurmus2015-07-273-9/+22
* example: Add image asset.David Thompson2015-07-273-2/+8
* web-server: Bypass response sanitization for static files.David Thompson2015-07-271-11/+2
* Remove code that was accidentally committed.David Thompson2015-07-271-3/+0
* site: Display unicode arrow when printing asset copy actions.David Thompson2015-07-261-1/+1
* ui: Set default locale for all commands.David Thompson2015-07-261-0/+1
* utils: file-name-components: Handle empty string.David Thompson2015-07-261-1/+3
* asset: Add brief documentation.David Thompson2015-07-263-2/+10
* builder: Add assets builder.David Thompson2015-07-262-0/+40
* Rename (haunt build html) to (haunt html).David Thompson2015-07-265-4/+7
* html: Add punctuation to comment.David Thompson2015-07-261-1/+1
* html: Remove gratuitous escape codes.David Thompson2015-07-262-244/+2
* Remove hardcoded Guile executable path.David Thompson2015-07-263-1/+3
* Add GNU Guix development environment helper.David Thompson2015-07-192-3/+57
* README: Add building instructions.David Thompson2015-07-191-0/+15
* Add autotools bootstrap script.David Thompson2015-07-191-0/+3
* builder: blog: Add theme type.David Thompson2015-04-151-28/+73
* Add static asset support.David Thompson2015-04-134-3/+101
* example: Remove personal details.David Thompson2015-04-131-3/+3
* README: Remove personal details from example configuration.David Thompson2015-04-131-3/+3
* README: Remove srfi-19 import from example configuration.David Thompson2015-04-131-2/+1
* Add example site.David Thompson2015-04-134-0/+46
* builder: Add primitive blog builder.David Thompson2015-04-132-0/+82
* post: Add post-date procedure.David Thompson2015-04-133-5/+13
* post: Rename post->time to post-time.David Thompson2015-04-131-2/+2
* README: Fix date in example config.Arne Babenhauserheide2015-04-131-2/+2
* Update README.David Thompson2015-04-121-5/+39
* builder: Add Atom feed builder.David Thompson2015-04-112-0/+105
* html: Add sxml->html-string.David Thompson2015-04-111-1/+8
* post: Add posts/group-by-tag.David Thompson2015-04-111-0/+15
* serve: web-server: Fix directory rendering.David Thompson2015-04-111-2/+2