mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-01-18 03:32:30 -08:00
35 lines
1 KiB
YAML
35 lines
1 KiB
YAML
base_url: "https://zyl.gay"
|
|
title: zyl is gay
|
|
description: "zyl's website."
|
|
sass_styles: [index.scss, pet.scss, click.scss]
|
|
cdn_url: "https://i.zyl.gay"
|
|
|
|
resources:
|
|
blog:
|
|
source_path: blog
|
|
output_path_short: blog
|
|
output_path_long: blog
|
|
resource_template: blog-post.tera
|
|
resource_list_template: blog-list.tera
|
|
tag_list_template: basic-link-list.tera
|
|
rss_template: rss/blog-post.tera
|
|
rss_title: zyl's blog
|
|
rss_description: feed of recent blog posts on zyl's website.
|
|
list_title: blog
|
|
tag_list_title: blog tags
|
|
resource_name_plural: blog posts
|
|
resources_per_page: 20
|
|
images:
|
|
source_path: images
|
|
output_path_short: i
|
|
output_path_long: images
|
|
resource_template: image.tera
|
|
resource_list_template: images.tera
|
|
tag_list_template: basic-link-list.tera
|
|
rss_template: rss/image.tera
|
|
rss_title: zyl's images
|
|
rss_description: feed of newly uploaded images from zyl's website.
|
|
list_title: images
|
|
tag_list_title: image tags
|
|
resource_name_plural: images
|
|
resources_per_page: 10
|