-
Notifications
You must be signed in to change notification settings - Fork 620
/
_config.yml
46 lines (36 loc) · 877 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
title: "Markdown Guide"
url: https://www.markdownguide.org # site url
baseurl: "" # apply repo name if use it under gh-pages branch
repo: https://github.com/mattcone/markdown-guide
comments: false
plugins:
- jekyll-last-modified-at
- jekyll-sitemap
collections:
basic-syntax:
extended-syntax:
tools:
output: true
permalink: /tools/:title/
defaults:
- scope:
type: tools
values:
layout: tool
# Build settings
permalink : /:year/:title/
markdown : kramdown
highlighter : rouge
source: ./
destination: ./_site
# Author settings
author:
name : "Matt Cone"
# social settings
og_locale: "en_US"
kramdown:
syntax_highlighter: rouge
input: GFM
auto_ids: true
toc_levels: 1..3
exclude: ["vendor", "Gemfile", "Gemfile.lock", "README.md", "LICENSE.txt", "Rakefile", "netlify.toml", "deploy.sh", "redirects.conf"]