forked from sylhare/Type-on-Strap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
50 lines (44 loc) · 873 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
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
# SITE CONFIGURATION
baseurl: ""
url: ""
defaults:
- scope:
path: "" # an empty string here means all files in the project
values:
image: /assets/img/shx_square.jpg # seo tag
- scope:
path: "_pages"
values:
layout: page
collections:
pages:
output: true
permalink: /:name/
core:
output: true
permalink: /:name/
# enable netlify cms
netlify_cms: true
# THEME-SPECIFIC CONFIGURATION
theme_settings:
# Scripts / Features
google_analytics: UA-150223086-1
# Colours, typography and padding
# Open the "_sass > base" folder, and open "_variables.scss"
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: :compressed
plugins:
plugins:
- jekyll-seo-tag
exclude:
- ".gitignore"
- "_site"
- ".jekyll-cache"
- "Gemfile"
- "Gemfile.lock"
- "LICENSE"
- "README.md"