This is the source code for the Speckdrumm blog, a Jekyll-powered website.
The project's design and theme are based on the niklasbuschmann/contrast theme.
This guide will help you set up and run the project locally. It has been tested with Ubuntu 22.04.
To run this project, you need to have Ruby and Bundler installed.
- Clone the repository to your local machine.
- Navigate to the project directory in your terminal.
- Install the necessary dependencies by running:
bundle install
To start a local server and view the website, you can use the provided serve.sh script:
./serve.shThe site will be available at http://127.0.0.1:4000 in your browser.