forked from OctoPrint/plugins.octoprint.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
71 lines (60 loc) · 1.56 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
# Site settings
title: OctoPrint Plugin Repository
short_title: Plugin Repo
email: contact@octoprint.org
description: The official OctoPrint Plugin Repository
external: "https://plugins.octoprint.org"
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://plugins.octoprint.org" # the base hostname & protocol for your site
twitter_username: OctoPrint3D
github_username: OctoPrint
# Build settings
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
collections:
plugins:
output: true
# if you ever change this, also change the /plugins/ and / stripping routine in plugins.json!
permalink: /plugins/:path/
topics:
output: true
permalink: /topics/:path/
carbon: //cdn.carbonads.com/carbon.js?serve=CK7DT237&placement=pluginsoctoprintorg
exclude:
- CNAME
- Gemfile
- Gemfile.lock
- vendor
- "*.iml"
- .rvmrc
- .rbenv-version
- node_modules
- fetch_yt_preview
- README.md
- .github
- .asset-cache
- _build
- .editorconfig
- .git-blame-ignore-revs
- .pre-commit-config.yaml
- black.toml
- bundle
- Taskfile.yaml
plugins:
- jekyll-redirect-from
sourcerepo: https://github.com/OctoPrint/OctoPrint
forum: https://community.octoprint.org
discord: https://discord.octoprint.org
irc: ircs://irc.libera.chat:6697/#octoprint
twitter: OctoPrint3D
mastodon: "@octoprint@fosstodon.org"
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