Migrate from Wordpress to Hugo
This commit is contained in:
parent
b9bcff3335
commit
d8679db1eb
3043 changed files with 36803 additions and 3 deletions
79
hugo.toml
Normal file
79
hugo.toml
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
title = "Señor Rolando"
|
||||
subtitle = "Lesender Läufer."
|
||||
baseURL = "https://sr-rolando.com"
|
||||
languageCode = "de-de"
|
||||
theme = "ananke"
|
||||
resourceDir = "../resources"
|
||||
|
||||
DefaultContentLanguage = "de"
|
||||
SectionPagesMenu = "no-default" # Prevent the automatic Hugo menu
|
||||
Paginate = 10
|
||||
# googleAnalytics = ""
|
||||
enableRobotsTXT = true
|
||||
|
||||
[sitemap]
|
||||
changefreq = "monthly"
|
||||
priority = 0.5
|
||||
filename = "sitemap.xml"
|
||||
|
||||
[params]
|
||||
text_color = ""
|
||||
author = ""
|
||||
# favicon = ""
|
||||
site_logo = ""
|
||||
description = "Lesender Läufer."
|
||||
# Hero on start page. Choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-"
|
||||
background_color_class = "bg-dark-gray"
|
||||
recent_posts_number = 3
|
||||
mainSections = ["post","posts"]
|
||||
logo = "img/avatar-icon.png" # Expecting square dimensions
|
||||
favicon = "/image/favicon.ico"
|
||||
dateFormat = "2. January 2006"
|
||||
commit = false
|
||||
|
||||
# Prevent dummy icon in header / footer. Feed gets generated anyways.
|
||||
rss = false
|
||||
|
||||
comments = false
|
||||
readingTime = true
|
||||
wordCount = true
|
||||
useHLJS = true
|
||||
socialShare = false # Don't add share buttons on posts
|
||||
delayDisqus = true
|
||||
showRelatedPosts = true
|
||||
# hideAuthor = true
|
||||
|
||||
[Author]
|
||||
# Set only your "username" for default hosts and full URLs otherwise (e.g., "https://MyGitLab.org/username")
|
||||
name = "Señor Rolando"
|
||||
website = "sr-rolando.com"
|
||||
# email = "web@sr-rolando.com"
|
||||
|
||||
[[params.ananke_socials]]
|
||||
name = "mastodon"
|
||||
url = "https://fnordon.de/@sr_rolando/"
|
||||
rel = "me noopener"
|
||||
|
||||
[[params.ananke_socials]]
|
||||
name = "rss"
|
||||
url = "/index.xml"
|
||||
|
||||
# No icon for Strava in Ananke for now
|
||||
# Doc for adding: https://github.com/theNewDynamic/gohugo-theme-ananke#social-icons-customization
|
||||
# [[params.ananke_socials]]
|
||||
# name = "strava"
|
||||
# url = "https://www.strava.com/athletes/8075985"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Texte"
|
||||
url = "/book"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
name = "Läufe"
|
||||
url = "/laeufer"
|
||||
weight = 2
|
||||
|
||||
# Allow raw html div to be used. Mainly for posts imported from Wordpress.
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue