-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
57 lines (50 loc) · 1.47 KB
/
Copy path_config.yml
File metadata and controls
57 lines (50 loc) · 1.47 KB
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
48
49
50
51
52
53
54
55
56
57
#
# * Copyright © SoftLayer, an IBM Company
# *
# * _config.yml
# * Localized configuration file. Config values should always be defined in _config.yml. Do not edit
# * existing config values. Use spaces only, no tabs. Wrap quotes around words or phrases that contain
# * commas or apostrophes.
#
# ==============================
# Project
# ==============================
github:
title: Hatch
tagline: Product Documentation
owner: Fictitious Corp
license: MIT
user:
name: caleorourke
repo: hatch
keywords: "css,framework,github,github pages,hatch,html5,IBM,javascript,jekyll,js,liquid,markdown,redcarpet,softlayer"
# ==============================
# Markdown
# ==============================
markdown: redcarpet
redcarpet:
extensions: ["autolink",
"fenced_code_blocks",
"highlight",
"lax_spacing",
"smart",
"strikethrough",
"superscript",
"tables",
"underline",
"with_toc_data"]
# ==============================
# Server
# ==============================
baseurl: /hatch
permalink: pretty
exclude: [".csscomb.json",
".gitignore",
"CONTRIBUTING.md",
"Gruntfile.js",
"js",
"less",
"node_modules",
"package.json"]
gems:
- jekyll-sitemap