HECKING KILL zyllian and replace her with zyl

This commit is contained in:
zyl 2023-08-22 18:46:40 -07:00
parent bb25cc944d
commit eab677d5d9
No known key found for this signature in database
GPG key ID: 8611B896D1AAFAF2
4 changed files with 302 additions and 187 deletions

View file

@ -16,8 +16,8 @@ pub fn build_blog(site_builder: &SiteBuilder) -> anyhow::Result<()> {
resource_template: "blog-post".to_string(),
resource_list_template: "blog-list".to_string(),
rss_template: "rss/blog-post".to_string(),
rss_title: "Zyllian's blog".to_string(),
rss_description: "Feed of recent blog posts on Zyllian's website.".to_string(),
rss_title: "zyl's blog".to_string(),
rss_description: "Feed of recent blog posts on zyl's website.".to_string(),
list_title: "Blog".to_string(),
tag_list_title: "Blog Tags".to_string(),
resource_name_plural: "Blog posts".to_string(),