Hi, what did you use to make your original writing/fanfic site? It looks so nice!
Navi: Thanks! I created an Astro site template to mimic some of the AO3 features, you can find it here: https://github.com/naivchan/astro-fanfics-template . I then modified the css stylesheets to give it a different look. To build the site (since AStro is a static site generator), I use netlify, so I connect the github repo and then changes to the repo automatically cause the site to rebuild. It's possible to run Astro (https://astro.build/) locally on your computer and then just upload the html files it produces too.