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. You can read about the design decisions in my post The Design of This Site and about how the site is implemented in The Implementation of This Site.
To get started, run the installation command in the root of the repository using your preferred JavaScript tool set:
npm install
Once the dependencies are installed, you can run one of the following scripts:
start
: Launches the local development server.build
: Generates the site ready for deployment.
Currently, the site is hosted on GitHub Pages. To simplify deployment, a GitHub action is setup which will build and deploy the site from gh-pages
.