forked from niallermoran/techcasestudies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
24 lines (22 loc) · 827 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
# Site settings
title: Microsoft Technical Case Studies
email: [email protected]
# description:
baseurl: "/techcasestudies" # the subpath of your site, e.g. /blog/
url: "https://microsoft.github.io" # the base hostname & protocol for your site
twitter_username: dcaro
github_username: microsoft
encoding: utf-8
use_static_category_list: false # true/false: use true to indicate that site will use
# the static category list to build the category tree.
# Use false to indicate the site to build the category
# tree dynamically using the posts' metadata
# Build settings
# markdown: redcarpet
# highlighter: pygments
# extensions: [tables fenced_code_blocks]
exclude: [vendor]
kramdown:
input: GFM
gems:
- jekyll-sitemap