-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path_config.yml
More file actions
89 lines (76 loc) · 2.59 KB
/
_config.yml
File metadata and controls
89 lines (76 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
#
# This file contains configuration flags to customize your site
#
# Name of your site (displayed in the header)
name: Java User Group Darmstadt
# Short bio or description (displayed in the header)
description: Community der Java Anwender in und um Darmstadt
# URL of your avatar or profile pic (you could use your GitHub profile pic)
avatar: /images/jugda_logo_rund.png
# Includes an icon in the footer for each username you enter
footer-links:
email: orga@jug-da.de
linkedin: company/jug-da
mastodon: https://darmstadt.social/@JUG_DA
youtube: "@jugda"
# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
# Used for Sitemap.xml and your RSS feed
url: https://www.jug-da.de
# If you're hosting your site at a Project repository on GitHub pages
# (http://yourusername.github.io/repository-name)
# and NOT your User repository (http://yourusername.github.io)
# then add in the baseurl here, like this: "/repository-name"
baseurl: ""
timezone: "Europe/Berlin"
# some default values for Front Matter
defaults:
-
scope:
path: "" # emtpy means all files
type: posts
values:
layout: post
eventType: talk # talk, barbecue, report, hackathon, conference
startTime: "18:30"
duration: 2
location: Online
direction: "/anfahrt/"
hideRegistration: false
registrationUrl: https://registration.jug-da.de/registration
opensBeforeInMonths: 1
seatLimit: 100
showPub: false
raffle: true
hideVideoRecording: false
hybrid: false
externalEvent: false
canceled: false
lastModified: now
# important: "Standardmäßig führen wir momentan unsere Veranstaltungen als Remote-Events durch (weitere Infos unten bei der Registrierung). Wir planen aber bereits wieder erste Präsenzveranstaltungen."
# attachments: "" # single url, single filename as absolute path (/files/...) or a hash with a names (Folien, Demos, ...) as key
# !! You don't need to change any of the configuration flags below !!
markdown: kramdown
highlighter: rouge
permalink: /:year/:month/:title/
future: true
# Set the Sass partials directory, as we're using @imports
sass:
style: compressed
# style: expanded # You might prefer to minify using :compressed
# Use the following plug-ins
plugins:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
- jekyll-last-modified-at
# Exclude these files from your production _site
exclude:
- .git
- .github
- .sass-cache
- .jekyll-cache
- _config.dev.yml
- docker-compose.yml
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME