-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
85 lines (80 loc) · 1.95 KB
/
_config.yml
File metadata and controls
85 lines (80 loc) · 1.95 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
title: DotNetDevs.at
email: info@dotnetdevs.at
description: >-
Monthly .NET events to spread knowledge and experience.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://dotnetdevs.at" # the base hostname & protocol for your site
locale: "en"
future: true
theme: "minimal-mistakes-jekyll"
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-include-cache
- jekyll-archives
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-collections
# Minimal Mistakes settings
minimal_mistakes_skin: "default"
search: false
logo: "/assets/images/DotNET_Community_Icon_Austria.png"
# Collections for events and speakers
collections:
events:
output: true
permalink: /events/:path/
speakers:
output: true
permalink: /speakers/:path/
sponsors:
output: true
permalink: /sponsors/:path/
defaults:
# _sponsors
- scope:
path: ""
type: sponsors
values:
layout: single
author_profile: false
share: false
# events
- scope:
path: ""
type: events
values:
layout: event
author_profile: false
share: true
# speakers
- scope:
path: ""
type: speakers
values:
layout: speaker
author_profile: false
share: false
footer:
links:
- label: "GitHub"
url: "https://github.com/dotnetdevsaustria"
icon: "fab fa-fw fa-github"
- label: "YouTube"
url: "https://www.youtube.com/channel/UCuf0V0imn7bI_wST2fEHgXQ"
icon: "fab fa-fw fa-youtube"
- label: "Twitch"
url: "https://www.twitch.tv/dotnetdevsat"
icon: "fab fa-fw fa-twitch"
- label: "LinkedIn"
url: "https://www.linkedin.com/company/dotnetdevs-austria/"
icon: "fab fa-fw fa-linkedin"
- label: "Meetup"
url: "https://www.meetup.com/dotnet-austria"
icon: "fab fa-fw fa-meetup"
- label: "BlueSky"
url: "https://bsky.app/profile/dotnetdevs.at"
icon: "fab fa-fw fa-bluesky"
atom_feed:
hide: true