diff options
author | bptato <nincsnevem662@gmail.com> | 2023-06-26 12:19:43 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-06-26 12:19:43 +0200 |
commit | 2dc72e8e131d91c4d0b46d3b4d8214a515fe6007 (patch) | |
tree | 92a6fc949207ff7bbb3ef2a02ef5fefa46b5ad82 /doc/config.md | |
parent | ec2d2411a5bd97e847cc185cc0b3f84121b93b93 (diff) | |
download | chawan-2dc72e8e131d91c4d0b46d3b4d8214a515fe6007.tar.gz |
config: add stylesheet, apply siteconf to piped input
Diffstat (limited to 'doc/config.md')
-rw-r--r-- | doc/config.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md index 2cf0a02d..f043541d 100644 --- a/doc/config.md +++ b/doc/config.md @@ -417,6 +417,16 @@ Defaults to false. in [encoding].</td> </tr> +<tr> +<td>stylesheet</td> +<td>CSS stylesheet</td> +<td>Specify an additional user-stylesheet for this site. +Note: other user-stylesheets (specified under [css] or additional matching +siteconfs) are not overridden. (In other words, they will be concatenated +with this stylesheet to get the final user stylesheet.)</td> +</tr> + + </table> ## Stylesheets |