This commit is contained in:
Madison Scott-Clary
2024-02-22 11:49:37 -08:00
parent 2afed90cb3
commit b6325ccac5
4 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
baseURL = "https://makyo.ink/" baseURL = "https://makyo.ink/"
languageCode = "en-us" languageCode = "en-us"
title = "The Writing of Madison Scott-Clary" title = "The Writing of Madison Rye Progress"
[taxonomies] [taxonomies]
tag = "tags" tag = "tags"

View File

@ -7,9 +7,9 @@ permalink: /about/
<div class="about-container"> <div class="about-container">
<section class="about-header"> <section class="about-header">
<div class="author-image-container"> <div class="author-image-container">
<img src="/assets/img/headshot.jpg" alt="Madison Scott-Clary"> <img src="/assets/img/headshot.jpg" alt="Madison Rye Progress">
</div> </div>
<p>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 <a href="/publications/arcana"><em>Arcana: A Tarot Anthology</em></a> for Thurston Howl Publications in 2017. She is the editor-in-chief of <a href="https://hybrid.ink">Hybrid Ink, LLC</a>, 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.</p> <p>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 <a href="/publications/arcana"><em>Arcana: A Tarot Anthology</em></a> for Thurston Howl Publications in 2017. She is the editor-in-chief of <a href="https://hybrid.ink">Hybrid Ink, LLC</a>, 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.</p>
</section> </section>
<section class="about-body"> <section class="about-body">
<p>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:</p> <p>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:</p>

View File

@ -14,7 +14,7 @@
<li><a href="/about">About</a></li> <li><a href="/about">About</a></li>
</ul> </ul>
</nav> </nav>
<p class="logo"><a href="/">Madison Scott-Clary</a></p> <p class="logo"><a href="/">Madison Rye Progress</a></p>
<div class="search-icon-container"> <div class="search-icon-container">
</div> </div>
</div> </div>

View File

@ -1,16 +1,16 @@
<!-- OpenGraph metadata --> <!-- OpenGraph metadata -->
<meta property="og:title" content="{{ if .Params.title }}{{.Params.title | plainify }} | {{end}}The Writing of Madison Scott-Clary" /> <meta property="og:title" content="{{ if .Params.title }}{{.Params.title | plainify }} | {{end}}The Writing of Madison Rye Progress" />
<meta property="og:site_name" content="The Writing of Madison Scott-Clary" /> <meta property="og:site_name" content="The Writing of Madison Rye Progress" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:image" content="{{ if .Params.ogimg }}{{ .Params.ogimg | absURL }}{{ else }}{{ if .Params.img }}{{ .Params.img | absURL }}{{ else }}{{ "/assets/img/headshot.jpg" | absURL }}{{ end }}{{ end }}" /> <meta property="og:image" content="{{ if .Params.ogimg }}{{ .Params.ogimg | absURL }}{{ else }}{{ if .Params.img }}{{ .Params.img | absURL }}{{ else }}{{ "/assets/img/headshot.jpg" | absURL }}{{ end }}{{ end }}" />
<meta property="og:url" content="{{ .Permalink }}" /> <meta property="og:url" content="{{ .Permalink }}" />
<meta property="og:description" content="{{ if .Params.description }}{{ .Params.description }}{{ else }}The Writing of Madison Scott-Clary{{ end }}" /> <meta property="og:description" content="{{ if .Params.description }}{{ .Params.description }}{{ else }}The Writing of Madison Rye Progress{{ end }}" />
<!-- Twitter Card metadata --> <!-- Twitter Card metadata -->
<meta name="twitter:card" content="summary" /> <meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@makyo_writes" /> <meta name="twitter:site" content="@makyo_writes" />
<meta name="twitter:title" content="{{ if .Params.title }}{{.Params.title | plainify }} | {{end}}The Writing of Madison Scott-Clary" /> <meta name="twitter:title" content="{{ if .Params.title }}{{.Params.title | plainify }} | {{end}}The Writing of Madison Rye Progress" />
<meta name="twitter:description" content="{{ if .Params.description }}{{ .Params.description }}{{ else }}The Writing of Madison Scott-Clary{{ end }}" /> <meta name="twitter:description" content="{{ if .Params.description }}{{ .Params.description }}{{ else }}The Writing of Madison Rye Progress{{ end }}" />
<meta name="twitter:image" content="{{ if .Params.ogimg }}{{ .Params.ogimg | absURL }}{{ else }}{{ if .Params.img }}{{ .Params.img | absURL }}{{ else }}{{ "/assets/img/headshot.jpg" | absURL }}{{ end }}{{ end }}" /> <meta name="twitter:image" content="{{ if .Params.ogimg }}{{ .Params.ogimg | absURL }}{{ else }}{{ if .Params.img }}{{ .Params.img | absURL }}{{ else }}{{ "/assets/img/headshot.jpg" | absURL }}{{ end }}{{ end }}" />
<!-- JSON-LD metadata --> <!-- JSON-LD metadata -->
@ -18,9 +18,9 @@
{ {
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "WebSite", "@type": "WebSite",
"name": "The Writing of Madison Scott-Clary", "name": "The Writing of Madison Rye Progress",
"headline": "{{ if .Params.title }}{{.Params.title | plainify }} | {{end}}The Writing of Madison Scott-Clary", "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 Scott-Clary{{ end }}", "description": "{{ if .Params.description }}{{ .Params.description }}{{ else }}The Writing of Madison Rye Progress{{ end }}",
"url": "{{ .Permalink }}" "url": "{{ .Permalink }}"
} }
</script> </script>