mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
HECKING KILL zyllian and replace her with zyl
This commit is contained in:
parent
bb25cc944d
commit
eab677d5d9
4 changed files with 302 additions and 187 deletions
479
Cargo.lock
generated
479
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -9,7 +9,7 @@
|
||||||
<body>
|
<body>
|
||||||
<header class="main-header">
|
<header class="main-header">
|
||||||
<span>
|
<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 class="pronouns">she/it/they</span>
|
||||||
</span>
|
</span>
|
||||||
<span class="spacer"></span>
|
<span class="spacer"></span>
|
||||||
|
|
|
@ -16,8 +16,8 @@ pub fn build_blog(site_builder: &SiteBuilder) -> anyhow::Result<()> {
|
||||||
resource_template: "blog-post".to_string(),
|
resource_template: "blog-post".to_string(),
|
||||||
resource_list_template: "blog-list".to_string(),
|
resource_list_template: "blog-list".to_string(),
|
||||||
rss_template: "rss/blog-post".to_string(),
|
rss_template: "rss/blog-post".to_string(),
|
||||||
rss_title: "Zyllian's blog".to_string(),
|
rss_title: "zyl's blog".to_string(),
|
||||||
rss_description: "Feed of recent blog posts on Zyllian's website.".to_string(),
|
rss_description: "Feed of recent blog posts on zyl's website.".to_string(),
|
||||||
list_title: "Blog".to_string(),
|
list_title: "Blog".to_string(),
|
||||||
tag_list_title: "Blog Tags".to_string(),
|
tag_list_title: "Blog Tags".to_string(),
|
||||||
resource_name_plural: "Blog posts".to_string(),
|
resource_name_plural: "Blog posts".to_string(),
|
||||||
|
|
|
@ -18,8 +18,8 @@ pub fn build_images(site_builder: &SiteBuilder) -> anyhow::Result<()> {
|
||||||
resource_template: "image".to_string(),
|
resource_template: "image".to_string(),
|
||||||
resource_list_template: "images".to_string(),
|
resource_list_template: "images".to_string(),
|
||||||
rss_template: "rss/image".to_string(),
|
rss_template: "rss/image".to_string(),
|
||||||
rss_title: "Zyllian's images".to_string(),
|
rss_title: "zyl's images".to_string(),
|
||||||
rss_description: "Feed of newly uploaded images from Zyllian's website.".to_string(),
|
rss_description: "Feed of newly uploaded images from zyl's website.".to_string(),
|
||||||
list_title: "Images".to_string(),
|
list_title: "Images".to_string(),
|
||||||
tag_list_title: "Image Tags".to_string(),
|
tag_list_title: "Image Tags".to_string(),
|
||||||
resource_name_plural: "Images".to_string(),
|
resource_name_plural: "Images".to_string(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue