10kph.neocities.org
Welcome and take a gander at the source code for my Neocities website. Note that some of the pages are not committed here, due to the content. (Which is also why this is hosted on my throwaway account.)
Don't know where to start? Try index.md. Or base.njk.
For your browsing experience, please click Code at the top of a Markdown file instead of Preview.
The site is built with 11ty and TufteCSS as a base. See more info on site credits.
Preview
Website layout as of 2023-05-29
Getting started
I'm not sure why you'd want to do this but here are instructions on how to create a clone of my website on your local machine:
- Make sure you have latest stable Node.js version installed
- Clone the repo with
git clone https://github.com/tencurse/neocities.git
- Go to the project directory via command line
cd neocities
- Run
npm install
- Run
npm start
- Go to
localhost:8080
on your browser - ???
- Profit (Don't actually do this step.)
If you'd like to get the generated static site, run npm build
. The files will be in the public
folder.
Feedback
Found a bug? Any accessibility or design issues? I am open to any and all suggestions! Let me know here or email me at 10kph@pm.me
Or contribute to the site.
License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
This means you can modify and redistribute this code, as long as 1) it is not for commercial use, and 2) you distribute it under the same or similar license.