-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
108 lines (97 loc) · 2.13 KB
/
_config.yml
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Shane's Slides repo, 2022-forward version
title: Shane's Slides
description: Open Source Community And Trademark Slides
url: https://shaneslides.com
author:
name: Shane Curcuru
twitter: shanecurcuru
remote_theme: benbalter/retlab
repository: ShaneCurcuru/shaneslides
logo: "/assets/img/headshot.jpg"
# TODO Leave some slide decks alone, TBD
exclude:
timezone: America/New_York
encoding: UTF-8
lang: en-US
branch: main
ga_username: G-WW06SZZD5W
# Pages to include in header/footer navigation
nav_pages:
- index.html
- about.md
- contact.md
footer_pages:
- colophon.md
- contact.md
# Disqus login information, for comments
disqus:
shortname: shanecurcuru
social:
name: Shane Curcuru
links:
- https://twitter.com/ShaneCurcuru
- https://www.linkedin.com/in/ShaneCurcuru
- https://github.com/ShaneCurcuru
- https://fosstodon.org/@shanecurcuru
# Links to include on the contact page
contact_links:
- name: Twitter
url: https://twitter.com/ShaneCurcuru
icon: twitter
- name: Mastodon
url: https://fosstodon.org/@shanecurcuru
icon: mastodon
- name: GitHub
url: https://github.com/ShaneCurcuru
icon: github
- name: LinkedIn
url: https://www.linkedin.com/in/ShaneCurcuru
icon: linkedin
- name: Keybase
url: https://keybase.io/shanecurcuru
icon: key
- name: Slideshare
url: https://www.slideshare.net/shanecurcuru
icon: slideshare
- name: Medium
url: https://medium.com/@shanecurcuru
icon: medium
# Build CFPs as well
collections:
cfps:
output: true
excerpt: "Shane's other CFP submissions or ideas"
label: "Shane CFPs"
permalink: /:collection/:path
# Front matter defaults
permalink: "/:year/:month/:title/"
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: post
comments: true
-
scope:
path: ""
type: "pages"
values:
layout: page
comments: false
-
scope:
path: "cfp"
type: cfps
values:
layout: cfp
comments: true
# Plugins
plugins:
- jemoji
- jekyll-seo-tag
- jekyll-avatar
- jekyll-github-metadata
- jekyll-feed
- jekyll-sitemap