Skip to content

The Static (Hugo) website for pharmb.io

Notifications You must be signed in to change notification settings

jordicarr/pharmbio-web

 
 

Repository files navigation

Pharmb.io Web Source Repository

Build Status

The Static (Hugo) website for pharmb.io.

Local development

hugo server

Automated publishing

When making changes please follow these steps:

  1. 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
  2. Create a new branch with your name and what you are changing name/topic-of-change

    git checkout -b kalle/update-my-profile
  3. Make your edits

  4. Push your edits to a new branch in this repo (Important! otherwise it will not work)

    git push -u origin kalle/update-my-profile
  5. Create a Pull Request (PR) on GitHub and select base:master <- compare:kalle/update-my-profile

  6. Check that the PR build status is passed (green) If not got to step 3 and repeate

  7. Ask for it to be merged (goglepox, jonalv, olas)

  8. 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.

Notes

(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).

About

The Static (Hugo) website for pharmb.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.8%
  • CSS 20.4%
  • HTML 17.4%
  • Python 1.1%
  • Other 0.3%