Skip to content

dsrp/solnascente-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sol Nascente website

The website for Sol Nascente, statically rendered with Hugo, with a theme based on Now UI Kit.

Usage instructions

Installing dependencies

Getting started

  • Clone the repo: git clone --recurse-submodules https://github.com/dsrp/solnascente-website.git

Running the website

  • Open the project folder: cd solnascente-website
  • Render and watch for changes: hugo server -w
  • Open http://localhost:1313/ in your browser.

Contributing changes

All commands below are to be executed from the project folder, entered into using cd solnascente-website.

  1. Pull most recent changes from repository (GitHub): git pull
  2. Locally run the website (see above, essentially hugo server -w).
  3. Make changes using text editor as desired (for example subl .).
  4. Commit changes: git commit -a -m "<Description of what changed.>"
  5. Push changes back to repository: git push
  6. Optional: double-check on the GitHub website that changes were indeed committed.
  7. Request Mathijs to deploy the updated content.