webdog/site/config.yaml

23 lines
783 B
YAML
Raw Normal View History

2024-11-04 17:57:51 -08:00
base_url: "https://webdog.zyl.gay"
title: webdog
description: "static site builder for dogs"
sass_styles: [index.scss]
2024-11-08 22:14:26 -08:00
cdn_url: "https://i.zyl.gay/webdog"
code_theme: base16-ocean.dark # options: base16-ocean.dark, base16-eighties.dark, base16-mocha.dark, base16-ocean.light, InspiredGitHub, Solarized (dark), and Solarized (light)
resources:
blog:
source_path: blog
output_path_short: blog
output_path_long: blog
2024-11-08 18:16:23 -08:00
resource_template: blog/blog.tera
resource_list_template: blog/list.tera
tag_list_template: basic-link-list.tera
2024-11-08 18:16:23 -08:00
rss_template: blog/rss.tera
2024-11-04 17:57:51 -08:00
rss_title: webdog blog
rss_description: feed of recent webdog blog posts.
list_title: blog
tag_list_title: blog tags
resource_name_plural: blog posts
resources_per_page: 20