Skip to content

The new Webpage for the Friday Scientifikas at Nordita/Stockholm University/Oscar Klein Centre.

Notifications You must be signed in to change notification settings

The-Ludwig/Scientifika

Repository files navigation

Scientifika

Live Demo The new Scientifika webpage is being constructed here right now. At Scientifika you can enjoy fun scientific talks on Fridays at 16:00 with delicious Swedish pastries. The talks are generally directed towards any interested student or senior. Scientifika is organized by the Oscar Klein Centre. Hosted on Github Pages, build with Jekyll, using the CSS framework Bootstrap and theme inspired by the Toucan theme.

Updating the Webpage

Copy an old post in the _posts folder and update the information. Then create a pull request here on Github, this can be done in Github's web interface, or locally (see next section).

Local Development

(Knowledge in command line usage and with git advisable.)

Required Sofware

You need a browser (doo...) and ruby. Follow the installation instruction for jekyll, for example on Ubuntu:

sudo apt install ruby-full build-essential zlib1g-dev

and then install jekyll and bundler

gem install jekyll bundler

Hosting the webpage locally

Clone the repository

git clone github.com/The-Ludwig/Scientifika

change to it's cloned directory

cd Scientifika

tell ruby to install plugins ('gems') locally

bundle config set --local path '.bundle'

install the required ruby packages

bundle install

and start the server locally

bundle exec jekyll serve

You can now go to http://localhost:4000/ on your local browser and start developing locally.

About

The new Webpage for the Friday Scientifikas at Nordita/Stockholm University/Oscar Klein Centre.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published