summaryrefslogtreecommitdiff
path: root/web/hugo.toml.j2
blob: 1587763bd391be0d13e244f97ab4c3e7fa561895 (plain)
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 = 'http://{{ ansible_all_ipv4_addresses[0] }}/{{ item }}'
languageCode = 'en-us'
title = 'Reactance VPN'
theme = 'hugo-book'

[params]
  # (Optional, default light) Sets color theme: light, dark or auto.
  # Theme 'auto' switches between dark and light modes based on browser/os preferences
  BookTheme = 'light'
	BookRepo = 'https://github.com/sarzilhossain'

[languages]
[languages.en]
    contentDir = 'content.en'
    disabled = false
    languageCode = 'en-US'
    languageDirection = 'ltr'
    languageName = 'English'
    title = 'Reactance VPN'
    weight = 1

[languages.fa]
    contentDir = 'content.fa'
    disabled = false
    languageCode = 'fa-IR'
    languageDirection = 'rtl'
    languageName = 'فارسی'
    title = 'راکتانس وی پی ان'
    weight = 2