-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
_config.yaml
74 lines (68 loc) · 1.97 KB
/
_config.yaml
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
title: "elementary Blog"
description: "We design and develop the fast, open, and privacy-respecting replacement for Windows and macOS"
permalink: /:title/
theme-color: "#64baff"
gravatar: eaa3cc978770998ea2bd4382935bf0f4
sponsor_inquiry: https://github.com/sponsors/elementary?frequency=one-time
analytics: https://plausible.io/blog.elementary.io
facebook: elementaryos
mastodon: elementary
reddit: elementaryos
twitter: elementary
authors:
aroman:
name: "Avi Romanoff"
description: "Enthusiasm Evangelist"
cassidyjames:
name: Cassidy James Blaede
description: "Co-founder & CXO"
gravatar: 41275ecc8271aca852ce2c0ff72d2610 # Gravatar md5 hash
danrabbit:
name: Danielle Foré
description: "Founder & CEO"
gravatar: 1f3cc76b99b5d0dae8381a23f52ea96d
davidmhewitt:
name: David Hewitt
description: "Desktop Engineer"
gravatar: 80b17b7bacb372004600451a7eb40b35
joeysneddon:
name: Joey Sneddon
description: OMG! Ubuntu!
gravatar: 2623034032315d5cf0bcf5e213ff5547
karensophia:
name: Karen Sophia
description: "Customer Engagement"
# gravatar: e0ac5d5e717da67a36ac72adf235bc42
kgrubb:
name: Keli Grubb
description: Developer
gravatar: 8e8d16d136c38f3a28820490c17928d1
linuxplusplus:
name: Eric Londo
description: "Editor of Linux++"
gravatar: e9c9929bf9d55d9d3642524e4bde3a2f
peteruithoven:
name: Peter Uithoven
description: "Front-end Developer"
gravatar: f39b1485b28be1dc2b98f269235218bc
the-linux-experiment:
name: Nick
description: "The Linux Experiment"
gravatar: 264a76e5b40f4bb39787f617b5164b34
anonymous:
name: "Unknown Author"
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-redirect-from
- jekyll-sitemap
paginate: 7
paginate_path: "/archive/:num/"
markdown: kramdown
kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: true
future: false # Allows us to stage posts
exclude: [README.md, Gemfile, Gemfile.lock, vendor]