-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config_dev.yml
47 lines (38 loc) · 1.65 KB
/
_config_dev.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
################################################################################
# _config_dev.yml #
# #
# This config file will be used by the Makefile when hosting any instances of #
# the Jekyll server on local development machines. #
################################################################################
tier: local
# Reload the page automatically in the browser when its content is edited.
livereload: true
# Process and render draft posts.
show_drafts: true
# Cause the build to fail if there is a YAML syntax error in page front matter.
strict_front_matter: true
# Use reCAPTCHA testing key for local development. See also:
# https://developers.google.com/recaptcha/docs/faq#id-like-to-run-automated-tests-with-recaptcha.-what-should-i-do
recaptcha_site_id: 6Leg5fwhAAAAAEt01he0_xfyIF59TeK3NYR5PrCA
# Development contact form.
contact_form_id: WzEwOSwxMjEsMTIxLDExMSwxMTksMTIyLDEwNiwxMTJd
# Plugins used for the development server.
# WARNING: any plugins enabled in _config.yml should also appear here!
plugins:
# GitHub Pages mandatory plugins
# See also: https://docs.github.com/en/github/working-with-github-pages/about-github-pages-and-jekyll#plugins
- jekyll-coffeescript
- jekyll-default-layout
- jekyll-gist
- jekyll-github-metadata
- jekyll-mentions
- jekyll-optional-front-matter
- jekyll-paginate
- jekyll-readme-index
- jekyll-titles-from-headings
- jekyll-relative-links
# Site plugins
- jekyll-feed
- rouge
# Development-only plugins.
- jekyll-admin