Commit Graph

  • 568b9b8be6 site: Change post-filter to file-filter. David Thompson 2015-08-08 00:34:05 -0400
  • 35f23fb4f8 example: Remove unnecessary module import. David Thompson 2015-08-06 08:59:44 -0400
  • 9b3f82e5fa builder: blog: Add concept of "collections". David Thompson 2015-08-06 08:55:20 -0400
  • 97e31d42d2 builder: blog: Export date->string*. David Thompson 2015-08-05 18:17:49 -0400
  • ce95359aab site: Don't crash if there is no posts directory. David Thompson 2015-08-05 18:17:11 -0400
  • 49c0dec2e0 site: Update default file filter. David Thompson 2015-08-05 18:16:10 -0400
  • 5ed2006c7b ui: serve: Add --watch option. David Thompson 2015-08-03 23:14:09 -0400
  • 1edd8aa07a site: Add a way to ignore post files that match a pattern. David Thompson 2015-08-03 23:09:31 -0400
  • ed271eb079 site: Fix procedure name in doc string. Ricardo Wurmus 2015-07-28 09:22:39 +0200
  • 615361a220 site: Add site-wide slug procedure setting. Ricardo Wurmus 2015-07-27 21:05:30 +0200
  • 228932a48b example: Add image asset. David Thompson 2015-07-27 08:54:30 -0400
  • 2d82b5f2f0 web-server: Bypass response sanitization for static files. David Thompson 2015-07-27 08:48:29 -0400
  • c2a3fd273a Remove code that was accidentally committed. David Thompson 2015-07-27 08:24:49 -0400
  • 1589d024d7 site: Display unicode arrow when printing asset copy actions. David Thompson 2015-07-26 23:08:24 -0400
  • 8d027f025b ui: Set default locale for all commands. David Thompson 2015-07-26 23:07:39 -0400
  • 19a26608f2 utils: file-name-components: Handle empty string. David Thompson 2015-07-26 23:06:28 -0400
  • 2f6b06dd22 asset: Add brief documentation. David Thompson 2015-07-26 22:47:14 -0400
  • 348e16e264 builder: Add assets builder. David Thompson 2015-07-26 23:09:43 -0400
  • 5941c0d27b Rename (haunt build html) to (haunt html). David Thompson 2015-07-26 22:35:29 -0400
  • 75430def43 html: Add punctuation to comment. David Thompson 2015-07-26 22:29:57 -0400
  • d919b527fc html: Remove gratuitous escape codes. David Thompson 2015-07-26 22:27:24 -0400
  • a123965c0c Remove hardcoded Guile executable path. David Thompson 2015-07-26 15:18:19 -0400
  • 88d3b34cce Add GNU Guix development environment helper. David Thompson 2015-07-19 10:16:41 -0400
  • 07d47e2568 README: Add building instructions. David Thompson 2015-07-19 10:14:01 -0400
  • 5150d32030 Add autotools bootstrap script. David Thompson 2015-07-19 10:02:53 -0400
  • 5a0c70f145 builder: blog: Add theme type. David Thompson 2015-04-15 08:29:35 -0400
  • 1f1784f9f1 Add static asset support. David Thompson 2015-04-13 21:59:29 -0400
  • 395b510a6d example: Remove personal details. David Thompson 2015-04-13 20:29:00 -0400
  • 9e6a3efd68 README: Remove personal details from example configuration. David Thompson 2015-04-13 20:23:28 -0400
  • 0c4e28c502 README: Remove srfi-19 import from example configuration. David Thompson 2015-04-13 20:21:53 -0400
  • fdb70223a7 Add example site. David Thompson 2015-04-13 19:53:39 -0400
  • 913c6bed6f builder: Add primitive blog builder. David Thompson 2015-04-13 19:48:35 -0400
  • 3592829387 post: Add post-date procedure. David Thompson 2015-04-13 19:40:55 -0400
  • 3614b3e9b9 post: Rename post->time to post-time. David Thompson 2015-04-13 19:24:20 -0400
  • 87aaae2585 README: Fix date in example config. Arne Babenhauserheide 2015-04-13 15:42:08 +0200
  • ba85e9e6c7 Update README. David Thompson 2015-04-12 10:24:19 -0400
  • c529bbd0bd builder: Add Atom feed builder. David Thompson 2015-04-11 23:41:44 -0400
  • fc06ea3d9d html: Add sxml->html-string. David Thompson 2015-04-11 23:34:47 -0400
  • 44fdd16202 post: Add posts/group-by-tag. David Thompson 2015-04-11 23:34:23 -0400
  • 390980cf5c serve: web-server: Fix directory rendering. David Thompson 2015-04-11 23:30:59 -0400
  • 06321fbdd8 site: Fix cleaning step before building. David Thompson 2015-04-11 23:29:20 -0400
  • 325ecc7934 site: Add 'domain' field. David Thompson 2015-04-11 22:46:08 -0400
  • 5f7a963c17 reader: Export html-reader and fix style. David Thompson 2015-04-11 22:32:49 -0400
  • 84c65348ea post: Add metadata parsers. David Thompson 2015-04-11 22:31:15 -0400
  • 2464d9d06b post: Add helper procedures. David Thompson 2015-04-11 22:28:07 -0400
  • c2191a68f2 utils: Add take-up-to. David Thompson 2015-04-11 22:26:44 -0400
  • 35bb74497d utils: Add string->date*. David Thompson 2015-04-11 22:25:40 -0400
  • 2e136d15a5 config: Remove unneeded things. David Thompson 2015-04-11 18:36:43 -0400
  • db0f607f28 ui: Add "build" to command list. David Thompson 2015-04-11 18:31:54 -0400
  • 210e58c2ba ui: Add 'build' subcommand. David Thompson 2015-04-11 17:54:55 -0400
  • be627c2cab reader: sxml-reader: Use absolute path when loading Scheme file. David Thompson 2015-04-11 17:53:44 -0400
  • ad9c4b23dd server: web-server: Fix directory view. David Thompson 2015-04-11 17:51:39 -0400
  • 46d38aab9d ui: serve: Respect site configuration and default options. David Thompson 2015-04-11 17:48:19 -0400
  • 33d7c84e88 ui: Fix load-config. David Thompson 2015-04-11 17:47:33 -0400
  • 40b8242554 site: Tweak log output when building. David Thompson 2015-04-11 17:46:54 -0400
  • c7d98392ef ui: Remove use of defunct haunt-error. David Thompson 2015-04-11 15:31:36 -0400
  • d4ff34e712 page: Ensure output directory exists before writing. David Thompson 2015-04-11 15:14:27 -0400
  • 3320a67edb ui: Improve option processing and help output. David Thompson 2015-04-11 15:06:13 -0400
  • 11a3e70657 site: Add build-site procedure. David Thompson 2015-04-11 15:01:40 -0400
  • 7c7b161885 page: Change sxml field to contents. David Thompson 2015-04-11 14:53:52 -0400
  • 4d99832b6b reader: Add read-posts procedure. David Thompson 2015-04-11 14:51:44 -0400
  • a45269f523 reader: Add html-reader. David Thompson 2015-04-11 10:53:17 -0400
  • 0b5bdd9f01 Add utils module. David Thompson 2015-04-11 10:52:41 -0400
  • 65c6ca5f0b reader: Remove stray 'n'. David Thompson 2015-04-11 08:44:28 -0400
  • e5d6d820ae Add site module. David Thompson 2015-04-11 08:36:35 -0400
  • e3a548b777 Add SXML to HTML conversion module. David Thompson 2015-04-10 23:44:21 -0400
  • aa7aae9d3e Add page module. David Thompson 2015-04-10 23:39:07 -0400
  • dda114b410 Add reader module. David Thompson 2015-04-10 23:34:58 -0400
  • 18a0b7ce6b Add post module. David Thompson 2015-04-10 23:36:36 -0400
  • 2a878fd9ee ui: Display version information. David Thompson 2015-01-04 22:47:05 -0500
  • f299cca709 Add serve command. David Thompson 2015-01-04 22:23:47 -0500
  • 1cd43ba967 First commit. David Thompson 2015-01-04 20:02:16 -0500