initiales Commit
This commit is contained in:
commit
378775b8b1
7 changed files with 71 additions and 0 deletions
49
hugo.toml
Normal file
49
hugo.toml
Normal file
|
@ -0,0 +1,49 @@
|
|||
title = "Interfug 2024"
|
||||
copyright = "Chaostreff Chemnitz"
|
||||
baseURL = 'https://interfug.com/'
|
||||
languageCode = "de-de"
|
||||
theme = 'ananke'
|
||||
resourceDir = "../resources"
|
||||
|
||||
DefaultContentLanguage = "de"
|
||||
SectionPagesMenu = "main"
|
||||
Paginate = 5 # this is set low for demonstrating with dummy content. Set to a higher number
|
||||
googleAnalytics = ""
|
||||
enableRobotsTXT = true
|
||||
|
||||
[languages]
|
||||
[languages.de]
|
||||
title = ""
|
||||
weight = 1
|
||||
contentDir = "content/de"
|
||||
# languageDirection = 'rtl' for Right-To-Left languages
|
||||
[[menu.main]]
|
||||
# Identifier= "impressum"
|
||||
name = "Impressum"
|
||||
url = "https://chaoschemnitz.de/ChaosChemnitz:%C3%9Cber_ChaosChemnitz"
|
||||
weight = 99
|
||||
[languages.en]
|
||||
title = ""
|
||||
weight = 2
|
||||
contentDir = "content/en"
|
||||
|
||||
[sitemap]
|
||||
changefreq = "monthly"
|
||||
priority = 0.5
|
||||
filename = "sitemap.xml"
|
||||
|
||||
[params]
|
||||
text_color = ""
|
||||
author = ""
|
||||
favicon = ""
|
||||
site_logo = ""
|
||||
description = "Test"
|
||||
# choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-"
|
||||
background_color_class = "bg-black"
|
||||
recent_posts_number = 3
|
||||
featured_image = "static/Interfug_Banner.png"
|
||||
|
||||
|
||||
[[params.ananke_socials]]
|
||||
# name = "twitter"
|
||||
# url = "https://twitter.com/GoHugoIO"
|
Loading…
Add table
Add a link
Reference in a new issue