this is the git repository for thatoddshade.is-a.dev, a personal website that, because of every Rust project's totally objective superiority, is made with zola.
if offensive content, misinformation or any mistake gets on this website, issues and pull requests are welcome.
this README.md file mainly serves as documentation for myself.
pages are any file found in ./content/.
pages' template can be found at ./templates/page.html
- to set
p-name, settitleto a string; - to like, set
extra.like_ofto an array of objects, each havingurland potentiallyname; - to repost, set
extra.repost_ofto an array of objects each having:url, a string;name, a string;author, an object which can haveurland must havename; andcontent.
- to like, set
extra.like_ofto an object that has / array of objects each having:url, a string; andname, a string.
- to reply, set
extra.in_reply_toto an object that has / array of objects each having:url, a string; andname, a string.
- to automatically POSSE via brid.gy, set
extra.publish_onto an object which can have, to set what platform to publish on, the following set to true:bluesky;flickr;github; andmastodon.
- to set
p-summary, setdescription; - to set
dt-published, setdateto a date; and - to set
dt-updated, set `updated to a date.