-
Notifications
You must be signed in to change notification settings - Fork 39
/
config.toml
33 lines (27 loc) · 982 Bytes
/
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
baseURL = "https://xsleaks.dev/"
languageCode = "en-us"
title = "XS-Leaks Wiki"
enableGitInfo = true
theme = "book"
[params]
# Set source repository location.
# Used for 'Last Modified' and 'Edit this page' links.
BookRepo = 'https://github.com/xsleaks/wiki'
# Enable "Edit this page" links for 'doc' page type.
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
# Edit path must point to root directory of repo.
BookEditPath = 'edit/master/content'
# Configure the date format used on the pages
# - In git information
# - In blog posts
BookDateFormat = 'January 2, 2006'
# /!\ This is an experimental feature, might be removed or changed at any time
# (Optional, experimental, default false) Enables service worker that caches visited pages and resources for offline use.
BookServiceWorker = true
[taxonomies]
abuse = "Abuse"
category = "Category"
defense = "Defenses"
[markup]
[markup.highlight]
style = "dracula"