summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Fix all the Guix development package references.Mathieu Lirzin2015-11-102-2/+3
* reader: Add texinfo support.David Thompson2015-10-154-2/+80
* post: Add read-metadata-headers procedure.David Thompson2015-10-153-17/+35
* tests: Add post tests.David Thompson2015-10-152-0/+72
* Bump version to 0.2.David Thompson2015-10-151-1/+1
* Add beginnings of a reference manual.David Thompson2015-10-155-2/+820
* Ignore build-aux/test-driver.David Thompson2015-10-152-148/+1
* utils: Clean up and add tests.David Thompson2015-10-147-5/+287
* Update Guix development package.David Thompson2015-10-122-5/+7
* Add support for Skribe document format.David Thompson2015-10-128-6/+264
* utils: Add make-user-module.David Thompson2015-10-121-1/+10
* ui: Add CWD to Guile load path.David Thompson2015-10-121-0/+3
* builder: blog: Export render-post and render-collection.David Thompson2015-10-081-0/+2
* html: Remove 'raw' element type.David Thompson2015-10-022-4/+4
* builder: blog: Export "theme-collection-template".Ricardo Wurmus2015-09-041-1/+1
* README: Add examples section.David Thompson2015-08-181-0/+10
* README: Explain the pre-inst-env script.David Thompson2015-08-181-0/+7
* Add package.scm to release tarballs.David Thompson2015-08-121-1/+2
* website: Add license information to home page.David Thompson2015-08-101-0/+9
* Include example and website directories in release tarballs.David Thompson2015-08-106-5/+59
* Include README.md in future release tarballs.David Thompson2015-08-101-1/+3
* website: Add Piwik analytics.David Thompson2015-08-092-2/+41
* Add THANKS file.David Thompson2015-08-091-0/+1
* 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