this post was submitted on 04 Aug 2023
10 points (100.0% liked)
Web Development
0 readers
1 users here now
Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use eleventy + netlify. It's how I serve my docs site for free: https://www.tybalt.org/pages/eleventy-plugin/
I have a GitHub action that builds and deploys the site on every commit. No database, no running server, just html/css/js. If you're curious about the setup or have any questions trying to do the same, lemme know!