hugo-relie/config.toml

91 lines
2 KiB
TOML
Raw Normal View History

baseURL = "https://faercol.me"
languageCode = "en-us"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
2023-06-19 15:03:54 +00:00
favicon = true
title = "Melora's tech stuff"
theme = "hello-friend-ng"
paginate = 10
rssLimit = 10 # Maximum number of items in the RSS feed.
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template.
archetypeDir = "archetypes"
contentDir = "content"
dataDir = "data"
layoutDir = "layouts"
publishDir = "public"
[author]
name = "Melora Hugues"
[taxonomies]
category = "blog"
tags = "tags"
series = "series"
[params]
dateform = "2 Jan 2006"
dateformShort = "2 Jan"
dateformNum = "02-01-2006"
dateformNumTime = "02-01-2006 15:04"
disableReadOtherPosts = false
enableSharingButtons = true
enableGlobalLanguageMenu = true
description = "Personal website and tech blog for Melora Hugues"
keywords = "blog, tech, dev"
images = [""]
# Enable to add comment support
# [params.commento]
# url = ""
2023-06-19 13:34:35 +00:00
[params.footer]
trademark = true
rss = true
copyright = false
author = true
2023-06-19 13:34:35 +00:00
[params.logo]
logoText = "Hello there!"
logoHomeLink = "/"
[[params.social]]
name = "gitea"
url = "https://git.faercol.me"
[[params.social]]
name = "github"
url = "https://github.com/aHugues"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/huguesmel/"
[[params.social]]
name = "email"
url = "mailto:contact@faercol.me"
[languages]
[languages.en]
contentDir = "content/en"
[languages.en.params]
homeSubtitle = "Personal website and tech blog"
[languages.fr]
contentDir = "content/fr"
[languages.fr.params]
homeSubtitle = "Site personnel et blog technique"
2023-06-19 13:34:35 +00:00
[menu]
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/posts"
2023-06-19 13:34:35 +00:00
[[menu.main]]
identifier = "resume"
name = "Resume"
url = "https://resume.faercol.me"