-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
39 lines (33 loc) · 834 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
highlighter: rouge
permalink: /:year/:month/:day/:slug:output_ext
timezone: America/New_York
include: [~weng]
exclude: [.git/]
kramdown:
syntax_highlighter: true
syntax_highlighter_opts:
default_lang: "ocaml"
url: "https://www.prover.me" # the base hostname & protocol for your site
plugins:
- jekyll-analytics
- jekyll-feed
- jekyll-sitemap
jekyll_analytics:
GoogleAnalytics: # Add, if you want to track with Google Analytics
id: UA-168108339-1 # Required - replace with your tracking id
anonymizeIp: false # Optional - Default: false - set to true for anonymized tracking
liquid:
error_mode: 'warn'
defaults:
-
scope:
path: ""
type: "pages"
values:
category: "english"
-
scope:
path: "cn"
type: "pages"
values:
head: "cccc"