repubmark/examples/config.yml

71 lines
1.3 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
css_class_annotation: 'nice-annotation'
css_class_blockquote_figure: 'nice-blockquote'
css_class_figure_self: 'nice-figure'
css_class_figure_wrap: 'd-flex justify-content-center'
css_class_figures_left: 'col-xl-6'
css_class_figures_right: 'col-xl-6'
css_class_figures_wrap: 'row'
css_class_iframe_wrap: 'ratio ratio-16x9'
############
# 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
<<: *css_classes
format: html
relative_urls: true
rss:
<<: *paths
<<: *css_classes
format: html
relative_urls: false
base_url: 'https://example.com'