repubmark/examples/config.yml

72 lines
1.2 KiB
YAML
Raw Normal View History

2024-02-24 23:54:16 -05:00
---
##########
# Shared #
##########
2024-09-12 09:08:35 -04:00
common:
footnotes:
- category: self
links: true
title:
en: Related articles
pl: Powiązane artykuły
tu: Связанные статьи
- category: link
links: true
title:
en: Links
pl: Odnośniki
ru: Ссылки
- category: book
links: false
title:
en: Literature
pl: Literature
ru: Литература
2024-02-24 23:54:16 -05:00
paths: &paths
current_path: '/xxxxx.xxx'
images_prefix: '/assets/images'
css_classes: &css_classes
2024-10-18 12:22:37 -04:00
annotation: 'nice-annotation'
blockquote_figure: 'nice-blockquote'
figure_self: 'nice-figure'
figure_wrap: 'd-flex justify-content-center'
figures_left: 'col-xl-6'
figures_right: 'col-xl-6'
figures_wrap: 'row'
iframe_wrap: 'ratio ratio-16x9'
2024-02-24 23:54:16 -05:00
############
# Profiles #
############
word_count:
format: word_count
2024-09-27 18:49:30 -04:00
chapters:
format: chapters
2024-02-25 02:43:16 -05:00
summary_plain:
format: summary_plain
2024-02-24 23:54:16 -05:00
gemini:
<<: *paths
format: gemtext
relative_urls: true
http:
<<: *paths
format: html
relative_urls: true
2024-10-17 16:06:59 -04:00
chapter_anchor_prefix: 'chapter'
2024-10-18 12:22:37 -04:00
css_classes: *css_classes
2024-02-24 23:54:16 -05:00
rss:
<<: *paths
format: html
relative_urls: false
base_url: 'https://example.com'
2024-10-18 12:22:37 -04:00
css_classes: *css_classes