From: Joe Wreschnig Date: Sun, 30 Jul 2017 14:39:21 +0000 (+0200) Subject: Those points are no longer enforced, but customizable. X-Git-Tag: v20170807~22 X-Git-Url: https://git.korewanetadesu.com/?p=pelican-mode.git;a=commitdiff_plain;h=fdfb3a275949d1923df471312789e0f7d8bc530a Those points are no longer enforced, but customizable. However, do enforce my new whitespace preference. --- diff --git a/README.md b/README.md index 8b365cb..9463fe7 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,6 @@ something like it. In particular it assumes: * If the next component is `pages`, that indicates a static page rather than a dated post. -It also enforces some parts of my preferred Pelican configuration: - - * Categories are never provided (you can have one if you want, but - the default interactive commands don't provide one). - * Tags are always provided. - * Slugs are explicit, and include nested subdirectories. ## Quick Guide @@ -27,12 +21,14 @@ It also enforces some parts of my preferred Pelican configuration: * `C-c P h` - Generate HTML output for a site (equivalent to `make html`) * `C-c P u` - Upload a site using rsync (equivalent to `make rsync_upload`) + ## Troubleshooting If the commands which invoke `make` can find the Makefile but can't find `pelican`, your `exec-path` may not be set right. Try out [exec-path-from-shell][]. + ## License This program is free software; you can redistribute it and/or modify