forked from zahin-mohammad/markdown-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
38 lines (29 loc) · 715 Bytes
/
_config.yml
File metadata and controls
38 lines (29 loc) · 715 Bytes
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
title: "Markdown Guide"
url: https://www.markdownguide.org # site url
baseurl: "" # apply repo name if use it under gh-pages branch
repo: http://github.com/mattcone/markdown-guide
comments: false
plugins:
- jekyll-last-modified-at
- jekyll-sitemap
- jemoji
collections:
- basic-syntax
- extended-syntax
# 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"]