-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
34 lines (30 loc) · 749 Bytes
/
_config.yml
File metadata and controls
34 lines (30 loc) · 749 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
26
27
28
29
30
31
32
33
34
# Site settings
title: "StatLore"
# email: myemail@gmail.com
description: "Quick statistics reference"
google_analytics: G-RJBL4JRZQ8
plugins:
# search engine optimization
- jekyll-seo-tag
# create sitemap
- jekyll-sitemap
# Build settings
markdown: kramdown
permalink: /:title
repository: luiarthur/statlore
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
comments: true
# To include special collections:
# create a dir called _mycollections, and put things there
# You can replace `mycollections` with anything
# http://jekyllrb.com/docs/collections/
# NOTE: Uncomment below
#
# collections:
# mycollection:
# output: true
# permalink: /mycollection/:title/