Add blog posts
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
12
hugo.toml
12
hugo.toml
@@ -2,6 +2,7 @@ baseURL = 'https://www.karaolidis.com/'
|
||||
languageCode = 'en-us'
|
||||
title = 'Jupiter Lab'
|
||||
theme = 'caldwell'
|
||||
enableEmoji = true
|
||||
|
||||
[[params.navigation]]
|
||||
name = "Blog"
|
||||
@@ -22,3 +23,14 @@ url = "mailto:nick@karaolidis.com"
|
||||
[[params.footer]]
|
||||
name = "Socials"
|
||||
url = "https://social.karaolidis.com"
|
||||
|
||||
[[params.footer]]
|
||||
name = "Source Code"
|
||||
url = "https://git.karaolidis.com/karaolidis/blog"
|
||||
|
||||
[taxonomies]
|
||||
tag = 'tags'
|
||||
|
||||
[markup]
|
||||
[markup.highlight]
|
||||
noClasses = false
|
||||
|
Reference in New Issue
Block a user