Documentation site for Cadence of Hyrule, with focus on going fast.
For now pull requests shall only contain changes and additions to content and images.
The master branch is where the site is automatically built from.
cadence.link is built with Hugo, make sure that you have it installed first.
To view the site locally, you first need to clone this repository:
git clone https://github.com/CloudMax94/cadence.link.gitNext you need to install the local JavaScript packages:
npm installThen to view the site in your browser, run Hugo and open up the link:
▶ hugo server
Started building sites ...
.
.
Serving pages from memory
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop