This is the source code for my Geometry Dash website project
For a documentation on how content is written and managed, see dashword.net/handbook/.
To get a local copy up and running, follow these simple steps.
git clone https://github.com/MoldyMacaroniX/gd-website.git
npm install
npx eleventy --serve
This will create an instance at http://localhost:8080/.
Alternatively, you can run the install.bat
file to install the NPM packages and then run run.bat
to run Eleventy. This is an option better for those less familiar with the command line.
This website is very minimal right now but will be expanded on over time.
Feel free to use this as a base/template for your own projects. Credit is not required but very much appreciated.
One thing to note is that this website was never designed to be a base or template, so there are a lot of bad coding practices and inconsistencies that might make using it for your own projects harder.
If that still doesn't scare you away, make sure you remove the Google Analytics and Utterances scripts (or replace them with your own).