Skip to content

Commit 1b6a50a

Browse files
committed
Clean up _config.yml - timezone, RSS description
1 parent bf79c79 commit 1b6a50a

1 file changed

Lines changed: 5 additions & 13 deletions

File tree

_config.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ navbar-links:
2323
FAQ: "faq"
2424
Material: "material"
2525
Eindrücke: "eindruecke"
26-
# Resources:
27-
# - Beautiful Jekyll: "https://beautifuljekyll.com"
28-
# - Learn markdown: "https://www.markdowntutorial.com/"
29-
# Author's home: "https://deanattali.com"
3026

3127
################
3228
# --- Logo --- #
@@ -83,17 +79,17 @@ social-network-links:
8379

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

8884
###########################
8985
# --- General options --- #
9086
###########################
9187

9288
# Select which social network share links to show in posts
9389
share-links-active:
94-
twitter: true
95-
facebook: true
96-
linkedin: true
90+
twitter: false
91+
facebook: false
92+
linkedin: false
9793
vk: false
9894

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

255251
# Output options (more information on Jekyll's site)
256-
timezone: "America/Toronto"
252+
timezone: "Europe/Berlin"
257253
markdown: kramdown
258254
highlighter: rouge
259255
permalink: /:year-:month-:day-:title/
@@ -292,7 +288,3 @@ exclude:
292288
plugins:
293289
- jekyll-paginate
294290
- jekyll-sitemap
295-
296-
# Beautiful Jekyll / Dean Attali
297-
# 2fc73a3a967e97599c9763d05e564189
298-

0 commit comments

Comments
 (0)