forked from certbot/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (48 loc) · 945 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
44
45
46
47
48
49
# Site settings
title: Certbot
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Automatically enable HTTPS on your website with EFF's Certbot, deploying Let's Encrypt certificates.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://certbot.eff.org" # the base hostname & protocol for your site
collections:
faq_entries:
output: false
instructions:
output: true
permalink: "/lets-encrypt/:path"
terms:
output: false
defaults:
- scope:
type: "instructions"
values:
layout: "instruction"
js:
- instructions
exclude:
- README.md
- package.json
- package-lock.json
- node_modules
- gulpfile.js
- vendor
- _docs
- _gulp
- build_key.enc
- build_key
- push-build.sh
- Dockerfile
- EDITING.md
- certbot-deploy
- LICENSE.txt
- nginx.conf
- docker-compose.yml
include:
- /node_modules/jquery/*
keep_files:
- css
- js
- docs
# Build settings
markdown: kramdown