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 (jonalv, olas)
-
Done!
Note that you are supposed to work with this repository only. Don't fork the repo.
Github Actions is used to generate the HTML pages by HUGO from this web template, and by Github actions also pushed to the branch gh_pages. The HTML pages in branch gh_pages are served by Github on domain pharmb.io (configured in settings of this repo)