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
, settitle
to a string; - to like, set
extra.like_of
to an array of objects, each havingurl
and potentiallyname
; - to repost, set
extra.repost_of
to an array of objects each having:url
, a string;name
, a string;author
, an object which can haveurl
and must havename
; andcontent
.
- to like, set
extra.like_of
to an object that has / array of objects each having:url
, a string; andname
, a string.
- to reply, set
extra.in_reply_to
to an object that has / array of objects each having:url
, a string; andname
, a string.
- to automatically POSSE via brid.gy, set
extra.publish_on
to 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
, setdate
to a date; and - to set
dt-updated
, set `updated to a date.