summaryrefslogtreecommitdiff
path: root/web/hugo.toml.j2
diff options
context:
space:
mode:
authorrepliqa <sarzilhossain@proton.me>2025-07-23 14:06:15 +0600
committerrepliqa <sarzilhossain@proton.me>2025-07-23 14:06:15 +0600
commit69acb7a82a68eeb439e55b994281056df52c81b1 (patch)
tree7c6a53694e11511a3014470c213255a503f9c95e /web/hugo.toml.j2
v0.0.1alphaHEADmain
Diffstat (limited to 'web/hugo.toml.j2')
-rw-r--r--web/hugo.toml.j229
1 files changed, 29 insertions, 0 deletions
diff --git a/web/hugo.toml.j2 b/web/hugo.toml.j2
new file mode 100644
index 00000000..1587763b
--- /dev/null
+++ b/web/hugo.toml.j2
@@ -0,0 +1,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