A website full of the trials and tribulations of Declan Chidlow. You can view the site live at vale.rocks.
Note
I don't accept pull requests on this repository as it is a personal project. However, you are welcome to open issues where necessary.
This site is built using the Origami programming language.
To get started, run the installation command in the root of the repository using your preferred package manager (Npm, Bun, Pnpm, Yarn, etc):
npm install # or use bun, pnpm, yarn, etc.
Once the dependencies are installed, you can run one of the following scripts:
start
: Launches the local development server.build
: Generates the static files for the project.sitemap
: Creates a sitemap (run after the build script).
Currently, the site is hosted on GitHub Pages and behind Cloudflare. To simplify deployment, a GitHub action is setup which will deploy the site from gh-pages
.