The website for Studentersamfundets Symfoniorkester, available at symforch.no.
- Git
- Hugo
-
Clone the repo:
git clone git@github.com:laafte/symforch-web.git -
Add submodule:
git submodule update --init --recursive -
Start development server:
hugo serverEdit the source code and see the changes apply live onhttp://localhost:1313 -
Deploy with
deploy.sh./deploy.sh <samfundet-username>
Note
Remember to push your changes to the remote repository:
git add .
git commit -m "Some descriptive commit message"
git push
Old command to add submodule(?): git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod