Name
This commit is contained in:
@ -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"
|
||||
|
||||
@ -7,9 +7,9 @@ permalink: /about/
|
||||
<div class="about-container">
|
||||
<section class="about-header">
|
||||
<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>
|
||||
<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 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>
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
<li><a href="/about">About</a></li>
|
||||
</ul>
|
||||
</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>
|
||||
</div>
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
<!-- OpenGraph metadata -->
|
||||
<meta property="og:title" content="{{ if .Params.title }}{{.Params.title | plainify }} | {{end}}The Writing of Madison Scott-Clary" />
|
||||
<meta property="og:site_name" content="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 Rye Progress" />
|
||||
<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: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 -->
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<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:description" content="{{ if .Params.description }}{{ .Params.description }}{{ else }}The Writing of Madison Scott-Clary{{ end }}" />
|
||||
<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 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 }}" />
|
||||
|
||||
<!-- JSON-LD metadata -->
|
||||
@ -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 }}"
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user