From b6325ccac57a49f7625243a1d2f1d3ebf0828e76 Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Thu, 22 Feb 2024 11:49:37 -0800 Subject: [PATCH] Name --- config.toml | 2 +- content/about.html | 4 ++-- layouts/partials/header.html | 2 +- layouts/partials/seo.html | 16 ++++++++-------- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/config.toml b/config.toml index e325f6a..9e885b7 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = "https://makyo.ink/" languageCode = "en-us" -title = "The Writing of Madison Scott-Clary" +title = "The Writing of Madison Rye Progress" [taxonomies] tag = "tags" diff --git a/content/about.html b/content/about.html index e0a4170..956ba42 100644 --- a/content/about.html +++ b/content/about.html @@ -7,9 +7,9 @@ permalink: /about/
- Madison Scott-Clary + Madison Rye Progress
-

Madison Scott-Clary is a transgender writer, editor, and software engineer. She focuses on furry fiction and non-fiction, using that as a framework for exploring across genres. She has edited and written for [adjective][species] since 2011, and edited Arcana: A Tarot Anthology for Thurston Howl Publications in 2017. She is the editor-in-chief of Hybrid Ink, LLC, a small publisher focused on thoughtful fiction, exploratory poetry, and creative non-fiction. She lives in the Pacific Northwest with her cat and two dogs, as well as her husband, who is also a dog.

+

Madison Rye Progress is a transgender writer, editor, and software engineer. She focuses on furry fiction and non-fiction, using that as a framework for exploring across genres. She has edited and written for [adjective][species] since 2011, and edited Arcana: A Tarot Anthology for Thurston Howl Publications in 2017. She is the editor-in-chief of Hybrid Ink, LLC, a small publisher focused on thoughtful fiction, exploratory poetry, and creative non-fiction. She lives in the Pacific Northwest with her cat and two dogs, as well as her husband, who is also a dog.

If you're interested in supporting my writing work (and development work, if that's your bag!), I will be eternally grateful! I have a few mechanisms for support:

diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 17b0488..16fa4f8 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -14,7 +14,7 @@
  • About
  • - +
    diff --git a/layouts/partials/seo.html b/layouts/partials/seo.html index 53b26d7..02757bc 100644 --- a/layouts/partials/seo.html +++ b/layouts/partials/seo.html @@ -1,16 +1,16 @@ - - + + - + - - + + @@ -18,9 +18,9 @@ { "@context": "http://schema.org", "@type": "WebSite", - "name": "The Writing of Madison Scott-Clary", - "headline": "{{ if .Params.title }}{{.Params.title | plainify }} | {{end}}The Writing of Madison Scott-Clary", - "description": "{{ if .Params.description }}{{ .Params.description }}{{ else }}The Writing of Madison Scott-Clary{{ end }}", + "name": "The Writing of Madison Rye Progress", + "headline": "{{ if .Params.title }}{{.Params.title | plainify }} | {{end}}The Writing of Madison Rye Progress", + "description": "{{ if .Params.description }}{{ .Params.description }}{{ else }}The Writing of Madison Rye Progress{{ end }}", "url": "{{ .Permalink }}" }