···40404141nav = [
4242 { url = "/", name = "home" },
4343+ { url = "/this-one", name = "this-one" },
4444+ { url = "/this-site", name = "this-site" },
4345 { url = "/links", name = "links" },
4446 { url = "/projects", name = "projects" },
4547 { url = "/tools", name = "tools" },
+5-25
content/_index.md
···77# hiiii! :3
8899this is daisy's website! she's working on expaning it, in the mean time
1010-checkout her [projects](@/projects/index.md) and [tools it uses](@/tools/index.md).
1111-1212-## about this one {#this-one}
1313-1414-this one is refered to as daisy in speach, and goes by `da157/0xda157/893271`
1515-(pronounced daisy) online[^1].
1616-its uuid identifier is `da157dc4-31c7-4c6a-a168-e5aea24aba5c`.
1717-1818-[^1]: it was previously known by the alias awwpotato online, but this is now
1919- deprecated. do not refer to this one as awwpotato.
2020-2121-this one uses she/her or it/its pronouns (with no preference). `$READER` should
2222-refered to it in either the 2nd or 3rd person, this one likes a mix but using
2323-only way is perfectly fine. in some spaces it may choose to only use she/her
2424-pronouns and speak in the first person to prevent confusion/avoid explaining to
2525-people or if it feels unsafe.
2626-2727-## about this site {#this-site}
1010+checkout out
28112929-it is built using [zola](https://getzola.org), with html templates written in
3030-[tera](https://keats.github.io/tera) and sass for the styling. this website uses
3131-no javascript or wasm at time of writting. once pushed to the `main` branch
3232-a [forgejo action](https://code.forgejo.org/actions) runs which builds the website
3333-using [nix](https://nixos.org) ([which builds this site using zola](https://codeberg.org/da157/website/src/commit/9f03fdf0a20c7df8f1922ebd2c61f89641e075e8/package.nix))
3434-and pushes the result to the `pages` branch, where [codeberg pages](https://codeberg.page)
3535-looks for files to host.
1212+- [about this one](@/this-one/index.md)
1313+- [about this site](@/this-site/index.md)
1414+- [projects](@/projects/index.md)
1515+- [tools it uses](@/tools/index.md)
36163717## badges
3818
+42
content/this-one/index.md
···11++++
22+title = "this one"
33++++
44+55+it is referred to as daisy, and goes by `da157/0xda157/893271` (pronounced daisy)
66+online[^1]. its uuid identifier is `da157dc4-31c7-4c6a-a168-e5aea24aba5c`.
77+88+[^1]: it was previously known by the alias awwpotato online, but this is now
99+ deprecated. do not refer to this one as awwpotato.
1010+1111+this one uses she/her or it/its pronouns (with no preference). `$READER` should
1212+referred to it in either the 2nd or 3rd person, this one likes a mix but using
1313+only way is perfectly fine. in some spaces it may choose to only use she/her
1414+pronouns and speak in the first person to prevent confusion/avoid explaining to
1515+people or if it feels unsafe.
1616+1717+(the below lists are not comprehensive)
1818+1919+### likes
2020+2121+- fweinds :3
2222+- `YYYY-MM-DD` date format
2323+- digital 24-hour clocks
2424+- unix-like operating systems
2525+- functional programming
2626+- errors as values
2727+- modal editors
2828+- e2e encryption
2929+- iced drinks (especially an iced oatmilk latte)
3030+3131+### dislikes
3232+3333+- yaml
3434+- hot drinks (most of the time)
3535+- none vegetarian food
3636+- wysiwyg text editing (google docs, microsoft word, etc)
3737+- canvas lms
3838+- centralized social media
3939+- restrictions on access to the internet and usage of e2e encryption
4040+- election
4141+- the matrix protocol
4242+- inconsistent food texture
+11
content/this-site/index.md
···11++++
22+title = "this site"
33++++
44+55+it is built using [zola](https://getzola.org), with html templates written in
66+[tera](https://keats.github.io/tera) and sass for the styling. this website uses
77+no javascript or wasm at time of writting. once pushed to the `main` branch
88+a [forgejo action](https://code.forgejo.org/actions) runs which builds the website
99+using [nix](https://nixos.org) ([which builds this site using zola](https://codeberg.org/da157/website/src/commit/9f03fdf0a20c7df8f1922ebd2c61f89641e075e8/package.nix))
1010+and pushes the result to the `pages` branch, where [codeberg pages](https://codeberg.page)
1111+looks for files to host.