-
Notifications
You must be signed in to change notification settings - Fork 18
/
_config.yml
65 lines (51 loc) · 1.64 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
exclude:
- CNAME
- Gemfile
- Gemfile.lock
- vendor
- bundle
- node_modules
- .github
- "*.iml"
- fetch_yt_preview
- README.md
- Taskfile.yaml
highlighter: rouge
markdown: kramdown
external: https://octoprint.org
baseurl: ""
title : OctoPrint.org
tagline: The snappy web interface for your 3D printer.
description: OctoPrint is the snappy web interface for your 3D printer that allows you to control and monitor all aspects of your printer and print jobs, right from your browser.
paginate: 10
paginate_path: "/blog/page:num/"
repository: OctoPrint/OctoPrint
permalink: /blog/:year/:month/:day/:title/
excerpt_separator: <!-- more -->
author:
name: Gina Häußge
twitter: foosel
patreon: https://patreon.com/foosel
paypal_me: https://paypal.me/octoprint3d
paypal_mail: funding@octoprint.org
liberapay: https://liberapay.com/foosel/donate
donorbox_regularly: https://donorbox.org/support-octoprint?recurring=true
donorbox_once: https://donorbox.org/support-octoprint
github_sponsors: https://github.com/users/foosel/sponsorship
kofi: https://ko-fi.com/octoprint
sourcerepo: https://github.com/OctoPrint/OctoPrint
forum: https://community.octoprint.org
discord: https://discord.octoprint.org
irc: ircs://irc.libera.chat:6697/#octoprint
carbon: //cdn.carbonads.com/carbon.js?serve=CKYIL53W&placement=octoprintorg
twitter: OctoPrint3D
mastodon: "@[email protected]"
facebook: OctoPrint
youtube: OctoPrint3D
twitterlink: https://twitter.com/OctoPrint3D
mastodonlink: https://fosstodon.org/@octoprint
facebooklink: https://facebook.com/OctoPrint
youtubelink: https://www.youtube.com/c/OctoPrint3D
plugins:
- jekyll-paginate
- jekyll-redirect-from