initiales Commit

This commit is contained in:
Florian Schlegel 2024-05-30 13:14:35 +02:00
commit 378775b8b1
7 changed files with 71 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
/.hugo_build.lock
/public
/resources

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/ananke"]
path = themes/ananke
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git

5
archetypes/default.md Normal file
View file

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++

View file

@ -0,0 +1,10 @@
+++
title = 'My First Post'
date = 2024-05-19T01:25:53+02:00
draft = true
+++
## Introduction
This is **bold** text, and this is *emphasized* text.
Visit the [Hugo](https://gohugo.io) website!

49
hugo.toml Normal file
View 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"

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

1
themes/ananke Submodule

@ -0,0 +1 @@
Subproject commit 33fbda0e9d3e97c92af5d195be94e8eea8003239