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-devand then install jekyll and bundler
gem install jekyll bundlerClone the repository
git clone github.com/The-Ludwig/Scientifikachange to it's cloned directory
cd Scientifikatell ruby to install plugins ('gems') locally
bundle config set --local path '.bundle'install the required ruby packages
bundle installand start the server locally
bundle exec jekyll serveYou can now go to http://localhost:4000/ on your local browser and start developing locally.