hugo-relie/config.toml

115 lines
2.4 KiB
TOML
Raw Normal View History

baseURL = "https://faercol.me"
2023-06-26 11:09:00 +00:00
# languageCode = "en-us"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
2023-06-19 15:03:54 +00:00
favicon = true
2023-06-26 10:44:28 +00:00
title = "Melora's tech and stuff"
theme = "hello-friend-ng"
paginate = 10
2023-10-01 11:40:45 +00:00
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"
2023-10-01 11:40:45 +00:00
contentDir = "content"
dataDir = "data"
layoutDir = "layouts"
publishDir = "public"
[author]
2023-10-01 11:40:45 +00:00
name = "Melora Hugues"
[taxonomies]
2023-10-01 11:40:45 +00:00
category = "blog"
tags = "tags"
series = "series"
[params]
2023-10-01 11:40:45 +00:00
dateform = "2 Jan 2006"
dateformShort = "2 Jan"
dateformNum = "02-01-2006"
dateformNumTime = "02-01-2006 15:04"
2023-10-01 11:40:45 +00:00
disableReadOtherPosts = false
enableSharingButtons = true
enableGlobalLanguageMenu = true
2023-10-01 11:40:45 +00:00
description = "Personal website and tech blog for Melora Hugues"
keywords = "blog, tech, dev"
images = [""]
2023-10-01 11:40:45 +00:00
# Enable to add comment support
# [params.commento]
# url = ""
2023-06-19 13:34:35 +00:00
2023-10-01 11:40:45 +00:00
# Integrate Plausible.io
plausibleDataDomain = 'faercol.me'
plausibleScriptSource = 'https://plausible.faercol.me/js/script.js'
2023-07-03 11:37:10 +00:00
2023-10-01 11:40:45 +00:00
[params.footer]
trademark = true
rss = true
copyright = false
author = true
2023-06-19 13:34:35 +00:00
2023-10-01 11:40:45 +00:00
[params.logo]
logoText = "Hello there!"
logoHomeLink = "/"
2023-10-01 11:40:45 +00:00
[[params.social]]
name = "gitea"
url = "https://git.faercol.me"
2023-10-01 11:40:45 +00:00
[[params.social]]
name = "github"
url = "https://github.com/aHugues"
2023-10-01 11:40:45 +00:00
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/huguesmel/"
2023-10-01 11:40:45 +00:00
[[params.social]]
name = "email"
url = "mailto:contact@faercol.me"
[languages]
2023-10-01 11:40:45 +00:00
[languages.en]
contentDir = "content/en"
[languages.en.params]
homeSubtitle = "This is where I mostly talk about tech... and stuff"
[languages.en.params.logo]
logoText = "Hello there!"
logoHomeLink = "/en/"
[languages.fr]
contentDir = "content/fr"
[languages.fr.params]
homeSubtitle = "Là où je parle de tech... et d'autres trucs"
[languages.fr.params.logo]
logoText = "Hello there!"
logoHomeLink = "/fr/"
2023-06-19 13:34:35 +00:00
[menu]
2023-12-19 17:10:34 +00:00
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/posts"
weight = 1
2023-06-26 11:09:00 +00:00
2023-10-01 11:40:45 +00:00
[[menu.main]]
identifier = "about_me"
name = "About me"
url = "/about-me"
weight = 10
[[menu.main]]
identifier = "resume"
name = "Resume"
url = "https://resume.faercol.me"
weight = 40
[module]
[[module.imports]]
path = "github.com/hugomods/icons"
[[module.imports]]
path = "github.com/hugomods/icons/vendors/lucide"