зеркало из
https://github.com/M82-project/M82-SiteWeb.git
synced 2025-10-29 13:06:05 +02:00
23 строки
450 B
TOML
23 строки
450 B
TOML
baseURL = 'https://m82-project.org/'
|
|
theme = ["github.com/theNewDynamic/gohugo-theme-ananke"]
|
|
SectionPagesMenu = "main"
|
|
defaultContentLanguage = "fr"
|
|
|
|
[languages]
|
|
[languages.en]
|
|
title = "Ananke"
|
|
weight = 1
|
|
# languageDirection = 'rtl' for Right-To-Left languages
|
|
[languages.fr]
|
|
weight = 2
|
|
contentDir = "content"
|
|
|
|
|
|
[[params.ananke_socials]]
|
|
name = "linkedin"
|
|
url = ""
|
|
[[params.ananke_socials]]
|
|
name = "github"
|
|
url = ""
|
|
|