-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
69 lines (57 loc) · 1.33 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
baseURL = "https://jacobproffer.com/"
languageCode = "en-us"
title = "Jacob Proffer"
theme = "jacobproffer"
paginate = 12
paginatePath = "posts"
copyright = "2024"
timeout = 60000
ignoreErrors = ["error-disable-taxonomy"]
[imaging]
anchor = "Smart"
bgColor = "#ff683f"
hint = "photo"
quality = 100
resampleFilter = "Lanczos"
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[params]
description = "Travel and language study blog of Jacob Proffer."
images = ["images/jacobproffer-social.jpg"]
[menu]
[[menu.main]]
identifier = "japanese"
name = "Japanese"
pageRef = "/japanese/"
weight = 1
[[menu.main]]
identifier = "travel"
name = "Travel"
pageRef = "/travel/"
weight = 2
[[menu.internal]]
identifier = "tags"
name = "Tags"
pageRef = "/tags/"
[[menu.internal]]
identifier = "categories"
name = "Categories"
pageRef = "/categories/"
[[menu.internal]]
identifier = "series"
name = "Series"
pageRef = "/series/"
[[menu.social]]
identifier = "dribbble"
name = "Dribbble"
url = "https://dribbble.com/jacobproffer/"
[[menu.social]]
identifier = "github"
name = "GitHub"
url = "https://github.com/jacobproffer/"
[[menu.social]]
identifier = "portfolio"
name = "Portfolio"
url = "https://proffer.dev/"