forked from github-tools/github-release-notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·25 lines (22 loc) · 767 Bytes
/
_config.yml
File metadata and controls
executable file
·25 lines (22 loc) · 767 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
# Site settings
title: gren
full_title: github release notes
description: Node module to publish release notes based on commits between the last two tags.
baseurl: "/github-release-notes"
docsurl: "github-release-notes/"
url: "http://github-tools.github.io/github-release-notes" # the base hostname & protocol for your site
twitter_username: alexcanessa
github_username: alexcanessa
# Build settings
markdown: kramdown
markdown_ext: markdown,mkdown,mkdn,mkd,md
kramdown:
auto_ids: true
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
input: GFM
hard_wrap: false
footnote_nr: 1
redcarpet:
extensions: ["tables", "autolink", "strikethrough", "space_after_headers", "fenced_code_blocks"]