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

479
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -9,7 +9,7 @@
<body>
<header class="main-header">
<span>
<a class="name" href="/">zyllian's website</a> |
<a class="name" href="/">zyl's website</a> |
<span class="pronouns">she/it/they</span>
</span>
<span class="spacer"></span>

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(),

View file

@ -18,8 +18,8 @@ pub fn build_images(site_builder: &SiteBuilder) -> anyhow::Result<()> {
resource_template: "image".to_string(),
resource_list_template: "images".to_string(),
rss_template: "rss/image".to_string(),
rss_title: "Zyllian's images".to_string(),
rss_description: "Feed of newly uploaded images from Zyllian's website.".to_string(),
rss_title: "zyl's images".to_string(),
rss_description: "Feed of newly uploaded images from zyl's website.".to_string(),
list_title: "Images".to_string(),
tag_list_title: "Image Tags".to_string(),
resource_name_plural: "Images".to_string(),