diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2024-05-23 02:31:28 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2024-05-23 02:31:28 +0200 |
commit | ee7a26362f2a8c52d21704f3b6ed4b70a613d881 (patch) | |
tree | 8df307833834796046a38852afd900f81aeefb6d /man | |
parent | 2f4c1de6c3fa23e073b81b9dd9fd9869037612db (diff) | |
download | blogc-ee7a26362f2a8c52d21704f3b6ed4b70a613d881.tar.gz blogc-ee7a26362f2a8c52d21704f3b6ed4b70a613d881.tar.bz2 blogc-ee7a26362f2a8c52d21704f3b6ed4b70a613d881.zip |
make: introduce blog_prefix setting
Diffstat (limited to 'man')
-rw-r--r-- | man/blogcfile.5.ronn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/blogcfile.5.ronn b/man/blogcfile.5.ronn index 3d4f482..7feb964 100644 --- a/man/blogcfile.5.ronn +++ b/man/blogcfile.5.ronn @@ -64,6 +64,11 @@ however these rules can be customized with the following settings, from the will be used instead. The internal template can be dumped using the `atom_dump` blogc-make(1) rule. + * `blog_prefix` (default: unset): + If set, the value is added as a prefix to index, posts, tags, pagination, atom + feeds and any other resources related to blog posts. This setting is useful to + deploy the whole blog section of a website into a sub URL like "blog". + * `content_dir` (default: `content`): The directory that stores the source files. This directory is relative to `blogcfile`. |