diff options
author | Anton L. Šijanec <anton@sijanec.eu> | 2020-05-05 21:22:27 +0200 |
---|---|---|
committer | Anton L. Šijanec <anton@sijanec.eu> | 2020-05-05 21:22:27 +0200 |
commit | e7d1afd46b66ffbdab0ef7989c6f0c0017d6e3d8 (patch) | |
tree | f0dbd04a59cdfaf956307ffe3077f705b13cbb98 /assets/content/global.bvr | |
parent | forgot to increment version number, lol (diff) | |
download | bverbose-e7d1afd46b66ffbdab0ef7989c6f0c0017d6e3d8.tar bverbose-e7d1afd46b66ffbdab0ef7989c6f0c0017d6e3d8.tar.gz bverbose-e7d1afd46b66ffbdab0ef7989c6f0c0017d6e3d8.tar.bz2 bverbose-e7d1afd46b66ffbdab0ef7989c6f0c0017d6e3d8.tar.lz bverbose-e7d1afd46b66ffbdab0ef7989c6f0c0017d6e3d8.tar.xz bverbose-e7d1afd46b66ffbdab0ef7989c6f0c0017d6e3d8.tar.zst bverbose-e7d1afd46b66ffbdab0ef7989c6f0c0017d6e3d8.zip |
Diffstat (limited to '')
-rw-r--r-- | assets/content/global.bvr | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/assets/content/global.bvr b/assets/content/global.bvr index 5fc4dbf..1fbd141 100644 --- a/assets/content/global.bvr +++ b/assets/content/global.bvr @@ -1,21 +1,21 @@ # max 128 characters -<@?s site_name=Anton Luka Šijanec@> +<@?s site_name Anton Luka Šijanec@> # max 2 characters -<@?s site_language=sl@> + <@?s site_language sl@> # max 128 characters -<@?s site_description=Moj osebni blog.@> +<@?s site_description Moj osebni blog.@> # max 32, max 64 characters per entry -<@?s featured_links=posts/about,posts/contact,posts/sample-post@> + <@?s featured_links posts/about posts/contact posts/sample-post@> # max 64 characters or latest-posts -<@?s index_page=pages/about@> +<@?s index_page pages/about@> # centered paragraph width. Can be 1, 2, 3, 4; 5 means text is left centered. -<@?s content_width=8@> +<@?s content_width 8@> # hour offset to format dates with. NOTE: 11 is subtracted to this value. GMT is then 11, Ljubljana is then 13 -<@?s timezone=13@> +<@?s timezone 13@> # what folders to copy from layout to dist (such as fonts) -<@?s copy_folders=fonts,media@> -# path, where bvr files will be searched for -<@?s bvr_include_path assets/content/;assets/content/posts/;assets/layout/;assets/content/html/@> +<@?s copy_folders fonts,media@> +# path, where bvr files will be searched for. split with spaces. +<@?s bvr_include_path assets/content/ assets/content/posts/ assets/layout/ assets/layout/html/ test/@> # post-specific variables --- you should set them now. unset variables may cause problems --- they return BVR_UNDEFINED <@?s post_description Unset description.@> <@?s post_author anonymous@> |