-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
71 lines (60 loc) · 1.02 KB
/
_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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Site settings
title: 不定期趴
title_en: IRREGULAR MEETUP
email:
description: "不定期聚会"
keywords:
- Shanghai
- Event
- Movie
- Airbnb
# URL
url: "https://event.sayidhe.com"
baseurl: ""
permalink: /:categories/:title/
collections:
events:
output: true
permalink: /:categories/:title/
defaults:
- scope:
path: ""
type: "events"
values:
layout: "event"
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
layout: "default"
# Google tracking (Analytics and Google Tag Manager)
google_tag_manager: GTM-PKZBH5W
google_analytics: UA-156086798-1
# SEO
twitter:
facebook:
logo: /assets/logo.png
image:
social:
-
# Sitemap (see sitemap.xml)
sitemap:
changefreq: weekly
# Build settings
exclude: ['README.md', 'Makefile', 'scripts']
# Plugins
plugins:
- jekyll-sitemap
# Multiligual
lang:
- zh
- en
# If not config, the first of languages will be the default
lang_default:
- zh
# sass:
# style: compressed