-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (40 loc) · 1.01 KB
/
_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
# Site settings
title: Greenshot
#email: [email protected]
description: "Greenshot - a free screenshot tool optimized for productivity"
baseurl: ""
# TODO change URL to getgreenshot.org
url: "http://greenshot.github.io"
twitter_username: greenshot_tool
github_username: greenshot
#facebook: Greenshot.Tool
googleplus: 108405649004966849465
openhub_project: greenshot
# TODO change to index,follow before going live, also remove robots.txt
metarobots: noindex, nofollow
collections:
faqs:
output: true
permalink: /faq/:title/
posts:
output: true
permalink: /:year/:month/:day/:title/
defaults:
-
scope:
path: "faq"
type: "faqs"
values:
layout: "faq"
# Build settings
markdown: redcarpet
permalink: pretty
exclude: ['README.md', 'Gemfile.lock', 'Gemfile', 'CNAME', 'LICENSE', '*.sh']
gems:
- jemoji
- jekyll-sitemap
- jekyll-redirect-from
kramdown:
input: GFM
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "hard_wrap"]