mirror of
https://github.com/lleene/hugo-site.git
synced 2025-07-27 10:12:17 +02:00
added git attributes and filter for hostname
This commit is contained in:
113
config.toml
113
config.toml
@ -1,57 +1,56 @@
|
||||
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
|
||||
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
|
||||
|
Reference in New Issue
Block a user