The Static (Hugo) website for pharmb.io.
hugo server
When making changes please follow these steps:
-
Clone this repo
git clone [email protected]:pharmbio/pharmbio-web.git
or if you already have a clone of this repo
git checkout master git pull
-
Create a new branch with your name and what you are changing
name/topic-of-change
git checkout -b kalle/update-my-profile
-
Make your edits
-
Push your edits to a new branch in this repo (Important! otherwise it will not work)
git push -u origin kalle/update-my-profile
-
Create a Pull Request (PR) on GitHub and select
base:master <- compare:kalle/update-my-profile
-
Check that the PR build status is passed (green) If not got to step 3 and repeate
-
Ask for it to be merged (goglepox, jonalv, olas)
-
Done!
Note that you are supposed to work with this repository only. Don't fork the repo, as the encryption stuff in the travis build will not work then.
(Don't mix this repository with the public HTML version, which is located in github.com/pharmbio/pharmbio.github.io, and which you are not supposed to edit directly).