Skip to content

smjolame/homepage-physikon

 
 

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.9%
  • HTML 31.1%
  • CSS 18.6%
  • Shell 1.2%
  • Ruby 1.2%