Skip to content

pep-dortmund/homepage-physikon

Folders and files

NameName
Last commit message
Last commit date
Feb 15, 2024
Mar 3, 2025
Mar 17, 2025
Jan 14, 2025
Nov 22, 2022
Nov 7, 2024
Apr 24, 2018
Mar 3, 2025
Nov 22, 2022
May 13, 2022
Jan 2, 2023
Jan 28, 2025
Jan 28, 2025
Feb 10, 2023
Nov 7, 2024
Nov 15, 2023
May 1, 2018
Nov 10, 2018
Nov 7, 2024
Nov 7, 2024
Nov 7, 2024
Apr 24, 2018
Nov 7, 2024

Repository files navigation

PeP et al. PhysiKon website

We use jekyll to build static html pages from markdown and travis to deploy the site.

If you want to build the site locally, install ruby, node and some optional dependencies we need using your package manager and bundler using gem.

Ubuntu

$ sudo apt install ruby-dev nodejs-legacy libxml2-dev libxslt-dev
$ sudo gem install bundler

Arch Linux

$ sudo pacman -S ruby nodejs libxml2 libxslt
$ sudo gem install bundler

macOS

$ brew install ruby node
$ gem install bundler

Testing locally

Install the necessary gems

$ bundle install --path vendor/bundle

Build and serve the site locally, automatically updates if you make changes. You might need to reload without cache (Shift + R in Chrome).

$ bundle exec jekyll serve

PeP et al. PhysiKon website remake

Über _data/unternehmen.json können weitere Messeteilnehmer zum Carousel hinzugefügt werden.

Working with git

We use the github workflow in this repository, see https://guides.github.com/introduction/flow/.

In short, to contribute:

  1. Synchronize latest updates git fetch
  2. Switch to the new branch using git switch -c <my new branch> origin/main
  3. Make changes and commit
  4. Push the Branch using git push -u origin <name>
  5. Open a Pull Request on github.