forked from OctoPrint/plugins.octoprint.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (36 loc) · 964 Bytes
/
_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
# 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"
#external: "http://localhost:4000"
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://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/
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
plugins:
- jekyll-redirect-from