codeformuenster / codeformuenster.github.io

Das Repository für unsere CodeForMünster-Webseite.
http://codeformuenster.org
5 stars 14 forks source link

codeformuenster.org

This repository contains the source code of our homepage codeformuenster.org.

The site is being built with jekyll and is hosted on GitHub Pages.

We're using a very fine theme called bulma-clean-theme with some modifications. The original theme is created by Chris Rhymes and is licensed under the MIT license

Development

    # Using docker-compose (recommended)
    sudo docker-compose up

    # Using docker run (deprecated)
    sudo docker run -it --rm -v "$PWD":/usr/src/app -e JEKYLL_GITHUB_TOKEN=my-github-token -p "4000:4000" starefossen/github-pages@sha256:5097d63b50e7a894b694761ded6ace912aa901b98f283824801db649ddb37684 jekyll serve --drafts --unpublished --future --host 0.0.0.0

Remove the -e JEKYLL_GITHUB_TOKEN=my-github-token option if you don't have a GitHub token handy (The GitHub API credentials you provided aren't valid.)

Error "You have already activated X, but your Gemfile requires Y"?

Deleting your Gemfile.lock should solve the problem.

I want to add an image to the front page carousel

I want to add a project

I want to add a blog post

I want to add an event

I want to add a press article