2020-05-01 21:15:07 +00:00
<!doctype html>
< html >
< head >
< title > Zk | stream< / title >
< link rel = "stylesheet" type = "text/css" href = "/style.css" / >
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | stream< / h1 >
< / header >
< article class = "content" >
< h1 id = "stream-notes" > Stream notes< / h1 >
2020-05-09 18:55:07 +00:00
< p > Welcome to the writing stream! I’ ll be trying to keep a list of what all I’ m doing here below. If you’ re interested in getting access to such not mediated through a screen, you can always check me out on Patreon at Patreon.com/Makyo - I have non-Patreon options available as well!< / p >
2020-05-01 21:15:07 +00:00
< ul >
2020-06-26 19:20:08 +00:00
< li class = "done4" > Mic: yes< / li >
< li class = "rejected" > Camera: off< / li >
< li class = "done4" > Music: Some quiet shuffle< / li >
2020-05-01 21:15:07 +00:00
< li class = "done4" > Tea interruptions< / li >
2020-06-26 19:20:08 +00:00
< li class = "done4" > #WriteForTips< ul >
< li > Tip on ko-fi.com/drabmakyo< / li >
< li > I’ ll write a few hundred words or a short poem< ul >
< li > $3 — Mood or genre< / li >
< li > $6 — Specific character (yours is fine!) + mood/genre< / li >
< li > $9 — Plot idea + character + mood/genre< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "done0" > Multistream: sure, if anyone wants!< / li >
2020-05-01 21:15:07 +00:00
< / ul >
<!--
vim: nospell
-->
< / article >
< footer >
2020-06-26 19:20:08 +00:00
< p > Page generated on 2020-06-26< / p >
2020-05-01 21:15:07 +00:00
< / footer >
< / main >
2020-06-24 07:10:07 +00:00
< script type = "text/javascript" >
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `< a href = "/tags.html#${text}" > ${text}< / a > `;
});
< / script >
2020-05-01 21:15:07 +00:00
< / body >
< / html >