{{/* Page layout used for the art commission page. */}} {{ define "main" }}

{{ .Title }}


{{ $art_config := index $.Site.Data "art-config" }} {{ if $art_config.commissions }}

My commissions are currently OPEN!

{{ else }}

My commissions are currently CLOSED!

{{ end }}

I accept commissions for artwork from time to time. You can only commission me through my Artistree. Feel free to contact me with any questions, but I only begin work through that specific website.

The details for each request type is available on my Artistree page.

FAQ

Q: How do I know you're open for commissions?

Since my slots are limited, I will announce when I'm about to open on my Mastodon and BlueSky and then another when they finally open. Mastodon allows you to recieve a notification when someone posts, BlueSky does not.

Q: Do I need an account on Artistree?

No, and there's not even a way for clients to signup. You just to provide an e-mail address and an identifiable name (it does not need to be your online handle or real name.)

Q: How do I send reference images or photos?

Artistree allows you to drop images right inside of the request form, so you don't need to host them somewhere else. A Toyhouse or other character information site also works.

Public Commissions

{{ $p := slice "commission" }} {{ range where .Site.RegularPages "Params.arttags" "intersect" $p }} {{ if not (.Params.guest) }} {{ partial "render-art" . }} {{ end }} {{ end }}
{{ partial "gallery-js" . }} {{ end }}