-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy path_config.yml
73 lines (69 loc) · 1.46 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
72
73
author: PDIS
email: hello@pdis.tw
lang: zh-TW
url: https://pdis.nat.gov.tw
baseurl: "" # the subpath of your site, e.g. /blog
logo: /images/pdis-logo-final-inverse.png
image: /images/pdis-team.jpg
google_analytics: UA-106951256-1
plugins:
- jekyll-feed
- jekyll-get-json
- jekyll-seo-tag
permalink: /:categories/:title/
sass:
style: compressed
future: true
exclude:
- ".sass-cache/"
- "package.json"
- "articles_translate.js"
- "README.md"
- "Gemfile"
- "Gemfile.lock"
- "package-lock.json"
- "vendor/"
- "node_modules/"
- "GCP.json"
- "yarn.lock"
- "Makefile"
google_site_verification: uxXHtWt7-XyZrPJb9BznXlKOOKklt1D_TAIv1UW8VhM
twitter:
username: TaiwanPDIS
card: summary_large_image
facebook:
admins: 100014438376965
social:
name: PDIS
links:
- https://twitter.com/TaiwanPDIS
- https://www.facebook.com/digitalminister.tw
- https://github.com/pdis
# --------- i18n settings ---------
languages: ["en", "zh-TW"]
exclude_from_localizations:
- "assets"
- "CNAME"
- "fonts"
- "images"
- "favicon.ico"
- "js"
- "info"
defaultLang: en
languageNames:
zh-TW: 繁體中文
en: English
# ---------- pagination settings ----------
categories:
pagination: 10
generate_all: false
directory: '.'
layout: category.html
first_page: index.html
details:
blog:
title: site.blog
# ---------- get json api ----------
jekyll_get_json:
- data: tracks_json
json: 'https://talk.pdis.nat.gov.tw/api/tracks.json'