-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
59 lines (52 loc) · 1.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
[deploy]
host = "0.0.0.0"
port = 5299
[meta]
blog_name = "rsomhaP"
blog_url = "https://rsomhap.fly.dev"
blog_author = "JmPotato"
about_url = "https://github.com/JmPotato/rsomhaP"
[admin]
# The admin username used to login to the admin page.
# Its password is the same as the username, so please change it after deploying ASAP.
username = "rsomhaP"
# The number of inactive days that the admin session will be expired.
inactive_expiry_days = 30
[style]
# Article per page to display in the home page.
article_per_page = 15
# Supported code syntax highlight themes:
# - `base16-ocean.dark`,`base16-eighties.dark`,`base16-mocha.dark`,`base16-ocean.light`
# - `InspiredGitHub` from [here](https://github.com/sethlopezme/InspiredGitHub.tmtheme)
# - `Solarized (dark)` and `Solarized (light)`
code_syntax_highlight_theme = "base16-ocean.light"
[mysql]
# If `connection_url` is set, other connection-related configs will be ignored.
# connection_url = "mysql://root:[email protected]:4000/rsomhaP"
username = "root"
password = "password"
host = "127.0.0.1"
port = 4000
database = "rsomhaP"
[giscus]
enable = false
# https://giscus.app
category = ""
category_id = ""
emit_metadata = "0"
input_position = "top"
lang = "en"
loading = ""
mapping = "og:title"
reactions_enabled = "1"
repo = ""
repo_id = ""
theme = "light"
[analytics]
# https://analytics.google.com
# google = "G-XXXXXXXXXX"
# https://plausible.io
# plausible = "data.domain"
[twitter_card]
enabled = false
user_id = "@JmPotat0"