mirror of
https://github.com/lleene/hugo-site.git
synced 2025-01-23 03:52:21 +01:00
58 lines
1.1 KiB
TOML
58 lines
1.1 KiB
TOML
baseURL = 'http://localhost/'
|
|
title = 'Lieuwe Leene'
|
|
|
|
languageCode = 'en-uk'
|
|
theme = 'hermit'
|
|
relativeURLs = true
|
|
canonifyURLs = true
|
|
|
|
enableGitInfo = true
|
|
pygmentsCodefences = true
|
|
pygmentsUseClasses = true
|
|
hasCJKLanguage = true
|
|
rssLimit = 10
|
|
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
|
|
enableEmoji = true
|
|
|
|
themeColor = "#494f5c"
|
|
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
|
|
[params]
|
|
dateform = 'Jan 2, 2006'
|
|
dateformShort = 'Jan 2'
|
|
dateformNum = '2006-01-02'
|
|
dateformNumTime = '2006-01-02 15:04 -0700'
|
|
homeSubtitle = "Welcome Friend. 🐸"
|
|
|
|
[author]
|
|
name = 'L. B. Leene'
|
|
|
|
[[params.social]]
|
|
name = 'linkedin'
|
|
url = 'https://www.linkedin.com/in/lleene/'
|
|
|
|
[[params.social]]
|
|
name = 'twitter'
|
|
url = 'https://twitter.com/LieuweLeene'
|
|
|
|
[[params.social]]
|
|
name = 'email'
|
|
url = 'mailto:lieuwe@leene.dev'
|
|
|
|
[[params.social]]
|
|
name = "github"
|
|
url = "https://git.leene.dev/lieuwe"
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
name = "Posts"
|
|
url = "posts/"
|
|
weight = 16
|
|
[[menu.main]]
|
|
name = "About"
|
|
url = "about/"
|
|
weight = 16
|