The website for Sol Nascente, statically rendered with Hugo, with a theme based on Now UI Kit.
- A text editor such as Atom, SublimeText or Visual Studio Code
- Install Hugo
- Install GIT
- Clone the repo:
git clone --recurse-submodules https://github.com/dsrp/solnascente-website.git
- Open the project folder:
cd solnascente-website
- Render and watch for changes:
hugo server -w
- Open http://localhost:1313/ in your browser.
All commands below are to be executed from the project folder, entered into using cd solnascente-website
.
- Pull most recent changes from repository (GitHub):
git pull
- Locally run the website (see above, essentially
hugo server -w
). - Make changes using text editor as desired (for example
subl .
). - Commit changes:
git commit -a -m "<Description of what changed.>"
- Push changes back to repository:
git push
- Optional: double-check on the GitHub website that changes were indeed committed.
- Request Mathijs to deploy the updated content.