Skip to content

Latest commit

 

History

History
53 lines (45 loc) · 1.78 KB

README.md

File metadata and controls

53 lines (45 loc) · 1.78 KB

caldervalleyscouts

Calder Valley Scouts Group website and web project

Update this readme with the steps to get set up:

caldervalleyscouts

Calder Valley Scouts Group website and web project

set up and install on mac os

You will need

install the software

  • open terminal
  • install homebrew by pasting mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew into terminal
  • install hugo by typing brew install hugo into terminal

clone the repo

  • open terminal
  • git clone the Scouts repo by typing git clone [email protected]:limograf/caldervalleyscouts.git
  • change directory into the repo by typing cd caldervalleyscouts
  • serve the website locally by typing hugo serve
  • look at your local website in your browser

commit your changes

edit the content

  • open the folder in Sublime text
  • find the page in the folders
  • edit it using Markdown https://www.markdownguide.org/
  • save your changes and commit them to develop

edit the code