X-Git-Url: https://git.korewanetadesu.com/?p=pelican-mode.git;a=blobdiff_plain;f=README.md;h=36bddfc7beafba117e56506b64c5cc628f7fb489;hp=8b365cb8e7042e9ea5eec08aa9c1c8a150158b4c;hb=613fcb09f24655e905164be3bb0df5f0f3a96749;hpb=3315a18243301484682db5648146579430001772 diff --git a/README.md b/README.md index 8b365cb..36bddfc 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,7 @@ something like it. In particular it assumes: ancestor is irrelevant. * 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