Skip to content

A website full of the trials and tribulations of Declan Chidlow

Notifications You must be signed in to change notification settings

DeclanChidlow/vale.rocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vale.Rocks

Stars Forks Pull Requests Issues Contributors

Personal website of Declan Chidlow

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.

Development

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.