A personal site hosted on neocities to separate my personal things from my dev work and to have a place to organize all my art. Also functions as a html/css sandbox. Javscript-free mostly for fun : )
src/ : the folder that the github action deploys to neocities.
src/
├‒ _assets/ # local assets
| ├‒ fonts/
| └‒ img/
├‒ _css/ # stylesheets
| ├‒ bulma/
├‒ art/ # site folders
├‒ links/
├‒ media/
|
├‒ credits.html # attributions page
├‒ index.html # landing page
├‒ not_found.html # 404 page
- Bulma - CSS Framework by jgthms
- deploy-to-neocities - Github action by bcomnes
- Hack Club - Global nonprofit dedicated to high school hackers
All code in this project is dedicated to the public domain under The Unlicense excluding the Bulma CSS framework, which is under the MIT License.