-
Notifications
You must be signed in to change notification settings - Fork 18
/
config.toml
81 lines (66 loc) · 2 KB
/
config.toml
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
74
75
76
77
78
79
80
81
baseURL = "https://taiwangoldcard.com/"
title = "Taiwan Gold Card - Taiwan Foreign Talent Community"
enableRobotsTXT = true
theme = "compose"
enableGitInfo = true
publishDir = "docs"
disableKinds = ["taxonomy", "taxonomyTerm"]
# menu items
[[menu.main]]
name = "Do I qualify?"
weight = 1
url = "https://goldcard.nat.gov.tw/en/apply/step-1/"
[[menu.main]]
name = "Application Process"
weight = 2
url = "application-faq/"
[[menu.main]]
name = "Life in Taiwan"
weight = 3
url = "goldcard-holders-faq/"
[[menu.main]]
name = "Community"
weight = 4
url = "community"
[[menu.main]]
name = "Events"
weight = 5
url = "https://lu.ma/calendar/cal-YD66Z9Ov9mm8M2z"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = false
style = "monokai"
tabWidth = 2
# Everything below this are Site Params
[params]
author = "Taiwan Gold Card Community"
enableSearch = true
searchPlaceholder = "Search..."
repo = "https://github.com/taiwangoldcard/website"
description = "We are a strong community of professionals with Taiwan Gold Card visa. We happily help newcomers and support each other within the Gold Card community"
title = "Taiwan Gold Card | Taiwan Foreign Talent Community"
# Integrate Javascript files by adding the url to the external assets or by
# linking local files with their path relative to the static folder, e.g. "js/myscript.js"
customJS = []
time_format_blog = "Monday, January 02, 2006"
time_format_default = "January 2, 2006"
[params.logo]
lightMode = "gc.svg"
darkMode = "gc-light.svg"
[params.source]
name = "Apply"
icon = "github.svg"
url = "https://coa.immigration.gov.tw/coa-frontend/four-in-one/entry/golden-card"
[outputs]
home = ["HTML", "AMP", "RSS"]
page = ["HTML", "AMP"]
section = ["HTML", "AMP", "RSS"]