-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
34 lines (26 loc) · 763 Bytes
/
config.toml
File metadata and controls
34 lines (26 loc) · 763 Bytes
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
# hostname (and path) to the root eg. http://spf13.com/
baseurl = "//proxallium.dtw.tools/"
# Site title
title = "ProxAllium"
# Copyright
copyright = "© 2020 Dcoding The Web."
# Language
languageCode = "en-EN"
# "yaml", "toml", "json"
metaDataFormat = "toml"
# theme to use (located in /themes/THEMENAME/)
theme = "hyde-y"
#
# All parameters below here are optional and can be mixed and matched.
#
[params]
# You can use markdown here.
brand = "ProxAllium"
topline = "Tor Proxy Bundle"
footline = "Circumventing censorship."
# Sidebar position
# false, true, "left", "right"
sidebar = "left"
# Text for the top menu link, which goes the root URL for the site.
# Default (if omitted) is "Home".
home = "🏠 Home"