-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
95 lines (80 loc) · 2.46 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
baseURL = "https://blog.rust-jp.rs/tatsuya6502/"
languageCode = "ja"
title = "Oxidized Bookshelf"
pygmentsCodeFences = true
theme = "hugo_theme_pickles"
# theme = "hugo-material-blog"
# theme = "hugo-paper"
publishDir = "docs"
# Copyright notice. This is displayer in the footer.
copyright = "© 2019—2021 Tatsuya Kawano (tatsuya6502)"
# custom_css = "/static/css/custom.css"
[params]
# Short subtitle/tagline. This is displayed in the header.
subtitle = "プログラミング言語 Rust について気の向くままに綴っていきます | tatsuya6502"
paginate = 10
# Social accounts. Link to these accounts are displayed in the header and footer
# twitter = "tatsuya6502"
# facebook = "Your Facebook username"
# instagram = "Your Instagram username"
github = "tatsuya6502"
gitlab = "tatsuya6502"
# npm = "Your npm username"
# codepen = "Your CodePen username"
# dribbble = "Your Dribbble username"
# fivehundredpx = "Your 500px username" # 500px
# flickr = "Your Flickr username"
# pinterest = "Your Pinterest username"
# tumblr = "Your Tumblr username"
# vimeo = "Your Vimeo username"
# youtube = "Your YouTube username"
# linkedin = "Your LinkedIn username"
# Disqus shortname
# disqus = ""
# Google Analytics API key.
# ga_api_key = "Your Google Analytics tracking id"
author = "Tatsuya Kawano (tatsuya6502)"
# authorwebsite = "example.com"
# avatar = "/path/to/avatar"
# contact = "Your contact link (ex. mailto:foo@example.com)"
bio = "Rustが好きです。上海在住"
# Logo image. This is displayed ogp image.
# logo = "/path/to/logo"
# favicon = "/path/to/favicon"
[[menu.main]]
name = "Categories"
url = "/categories"
weight = 1
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 2
# [[menu.main]]
# name = "About"
# url = "/about"
# weight = 3
[[menu.main]]
name = "RSS"
url = "/index.xml"
weight = 4
[related]
# Only include matches with rank >= threshold. This is a normalized rank between 0 and 100.
threshold = 80
# To get stable "See also" sections we, by default, exclude newer related pages.
includeNewer = false
# Will lower case keywords in both queries and in the indexes.
toLower = false
[[related.indices]]
name = "keywords"
weight = 150
[[related.indices]]
name = "author"
toLower = true
weight = 30
[[related.indices]]
name = "tags"
weight = 100
[[related.indices]]
name = "date"
weight = 10
pattern = "2017"