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-13 11:01:36 -08:00
|
|
|
cdn_url: "https://i.zyl.gay/webdog/"
|
2024-11-07 14:56:13 -08:00
|
|
|
code_theme: base16-ocean.dark # options: base16-ocean.dark, base16-eighties.dark, base16-mocha.dark, base16-ocean.light, InspiredGitHub, Solarized (dark), and Solarized (light)
|
2024-11-04 13:00:25 -08:00
|
|
|
|
|
|
|
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
|
2024-11-04 17:21:42 -08:00
|
|
|
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.
|
2024-11-04 13:00:25 -08:00
|
|
|
list_title: blog
|
|
|
|
tag_list_title: blog tags
|
|
|
|
resource_name_plural: blog posts
|
|
|
|
resources_per_page: 20
|