Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/issue_template.md

This file was deleted.

5 changes: 0 additions & 5 deletions .github/pull_request_template.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
ruby-version: '3.3'
- name: Install dependencies
run: bundle install && bundle exec appraisal install
run: bundle install
- name: Setup Pages
id: configure-pages
uses: actions/configure-pages@v5
Expand All @@ -21,6 +21,6 @@ jobs:
- name: Build site
env:
JEKYLL_ENV: production
run: bundle exec appraisal jekyll build --future --config _config_ci.yml,_config.yml
run: bundle exec jekyll build --future --config _config_ci.yml,_config.yml
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
6 changes: 0 additions & 6 deletions Appraisals

This file was deleted.

236 changes: 0 additions & 236 deletions CHANGELOG.md

This file was deleted.

8 changes: 6 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@

source "https://rubygems.org"

gemspec

gem "jekyll", ">= 3.9.3"
gem "jekyll-paginate", "~> 1.1"
gem "jekyll-sitemap", "~> 1.4"
gem "kramdown-parser-gfm", "~> 1.1"
gem "kramdown", "~> 2.3"
gem "webrick", "~> 1.8"
18 changes: 5 additions & 13 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ navbar-links:
FAQ: "faq"
Material: "material"
Eindrücke: "eindruecke"
# Resources:
# - Beautiful Jekyll: "https://beautifuljekyll.com"
# - Learn markdown: "https://www.markdowntutorial.com/"
# Author's home: "https://deanattali.com"

################
# --- Logo --- #
Expand Down Expand Up @@ -83,17 +79,17 @@ social-network-links:

# If you want your website to generate an RSS feed, provide a description
# The URL for the feed will be https://<your_website>/feed.xml
rss-description: This website is a virtual proof that I'm awesome
rss-description: Aktuelle Termine und News des CoderDojo Potsdam

###########################
# --- General options --- #
###########################

# Select which social network share links to show in posts
share-links-active:
twitter: true
facebook: true
linkedin: true
twitter: false
facebook: false
linkedin: false
vk: false

# How to display the link to your website in the footer
Expand Down Expand Up @@ -253,7 +249,7 @@ date_format: "%B %-d, %Y"
#################################################################################

# Output options (more information on Jekyll's site)
timezone: "America/Toronto"
timezone: "Europe/Berlin"
markdown: kramdown
highlighter: rouge
permalink: /:year-:month-:day-:title/
Expand Down Expand Up @@ -292,7 +288,3 @@ exclude:
plugins:
- jekyll-paginate
- jekyll-sitemap

# Beautiful Jekyll / Dean Attali
# 2fc73a3a967e97599c9763d05e564189

Loading
Loading