-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
74 lines (67 loc) · 2.08 KB
/
config.toml
File metadata and controls
74 lines (67 loc) · 2.08 KB
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
[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-eighties.dark"
[database]
# Which backend to use when building a connection URL from the split fields
# below. Accepted values: `mysql`, `postgres`.
backend = "mysql"
#
# If `connection_url` is set, it is used as-is and its own scheme still
# selects the actual driver:
# - mysql://user:pass@host:port/db
# - postgres://user:pass@host:port/db (or postgresql://)
# Examples:
# connection_url = "mysql://root:password@127.0.0.1:4000/rsomhaP"
# connection_url = "postgres://postgres:password@127.0.0.1:5432/rsomhaP"
#
# If you use the split fields below instead of `connection_url`, `backend`
# controls whether `mysql://` or `postgres://` is generated. `port` is
# optional; it defaults to 3306 for MySQL and 5432 for PostgreSQL.
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"
# https://umami.is
# umami = "8d3fde60-xxxx-xxxx-xxxx-b89e7cic209c"
[twitter_card]
enabled = false
user_id = "@JmPotat0"