this page describes how this site was made, what software is the base for it and what hardware it runs on.
i made this site using kirby 5. all the php code was pieced together by me drawing from the excellent kirby docs -- it's all available here! i hand-crafted the css after trying to use tailwind and hating it...
it is hosted on digital ocean's cheapest droplet, proxied behind nginx.
the site layout is pretty simple:
/directory
contains most pages. this is based on the slashpages concept and is an indieweb thing. even though all my slashpages are subpages of /directory
kirby also routes the proper slash page endpoints to these./portfolio
is my portfolio. all my projects are subpages of it and they are listed on /portfolio
with a tag filtering system./writing
is a vague promise to myself. it has the same filtering system as /portfolio