-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
29 lines (26 loc) · 1.27 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
baseurl = "https://youtuber.jokerhub.cn/" # Include trailing slash
title = "OrzYoutuber"
theme = "swift"
author = "joker"
languageCode = "zh-cn"
defaultContentLanguage = "zh-cn"
canonifyurls = true
paginate = 4
pygmentsCodefences = true
pygmentsCodefencesGuessSyntax = true
[params]
github_repo = "https://github.com/OrzGeeker/OrzYoutuber.git"
# ga_analytics = "" # google analytics ID e.g UA-116386578-1
# ga_verify = "" # google verification code e.g 5jb-rxeBfITeJQKOuUss3ud6FPGTxXkCho-ZN5qlrZg
# twitter = "" # twitter handle e.g @weru
# [params.staticman]
# endpoint = "" # URL of your own API deployment (without trailing slash), default: "https://staticman-frama.herokuapp.com"
# gitProvider = "github" # Either "github" or "gitlab"
# username = "username" # GitHub/GitLab user name
# repository = "repo" # GitHub/GitLab user name
# branch = "master" # Branch holding the source code for your site, should match the `branch` parameter in `staticman.yml`
#
# # If you use reCAPTCHA v2, you must also set these parameters in staticman.yml
# [Params.staticman.reCaptcha]
# siteKey = "" # Use your own site key, you need to apply for one on Google
# secret = "" # ENCRYPT your password by going to https://<staticman-endpoint>/v3/encrypt/<your-site-secret>