-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
68 lines (62 loc) · 1.88 KB
/
_config.yml
File metadata and controls
68 lines (62 loc) · 1.88 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
url: "https://blog.meshcore.io"
baseurl: ""
title: "MeshCore Blog"
subtitle: "Posts from the MeshCore Developers"
description: "Posts from the MeshCore Developers"
image: "assets/images/icon.png"
permalink: ":year/:month/:day/:title"
logo: "assets/images/icon.png"
authors:
admin:
name: "Admin"
title: "Site Admin"
avatar: "assets/images/authors/admin.png"
donate_url: "https://github.com/sponsors/meshcore-dev"
donate_description: "Donate to the MeshCore Team"
liamcottle:
name: "Liam Cottle"
title: "MeshCore App Developer"
avatar: "assets/images/authors/liamcottle.jpg"
donate_url: "https://github.com/sponsors/liamcottle"
scottpowell:
name: "Scott Powell"
title: "Lead Firmware Developer"
avatar: "assets/images/authors/scottpowell.jpg"
donate_url: "https://buymeacoffee.com/ripplebiz"
recrof:
name: "Rastislav Vysoky (recrof)"
title: "Web/Firmware Developer"
avatar: "assets/images/authors/rastislavvysoky.jpeg"
donate_url: "https://github.com/sponsors/recrof?frequency=one-time&sponsor=recrof"
taco:
name: "Huw Duddy (Taco)"
title: "Firmware Developer"
avatar: "assets/images/authors/taco.webp"
donate_url: "https://ko-fi.com/oltaco"
rightup:
name: "Rightup"
title: "Python Developer"
avatar: "assets/images/authors/rightup.png"
donate_url: "https://buymeacoffee.com/rightup"
# social links
discord_url: "https://discord.gg/APQSQZNV7t"
github_url: "https://github.com/liamcottle"
twitter_url: "https://twitter.com/liamcottle"
contact_url: "https://liamcottle.com/contact"
linkedin_url: "https://www.linkedin.com/in/liamcottle/"
paypal_url: "https://paypal.me/liamcarncottle"
plugins:
- jekyll-feed
- jekyll-postcss
postcss:
cache: false
exclude:
- vendor
- CNAME
- Gemfile
- Gemfile.lock
- package.json
- package-lock.json
- postcss.config.js
- README.md
- tailwind.config.js