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.
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).
(Knowledge in command line usage and with git advisable.)
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
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.