chore: update config
This commit is contained in:
parent
3eb44853bb
commit
3fa43a6215
1 changed files with 3 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
baseurl = "https://blog.papey.fr"
|
||||
DefaultContentLanguage = "en"
|
||||
title = "import * from 'blog';"
|
||||
title = "import { Posts } from 'blog';"
|
||||
theme = "beautifulhugo"
|
||||
metaDataFormat = "yaml"
|
||||
pygmentsUseClasses = true
|
||||
pygmentCodeFences = true
|
||||
|
||||
[Params]
|
||||
subtitle = "I build and broke stuff, the DevOps way."
|
||||
subtitle = "I build and broke stuff"
|
||||
logo = "img/logo.png"
|
||||
favicon = "img/favicon.ico"
|
||||
commit = "https://stdio.space/papey/blog/commit/"
|
||||
commit = "https://giteub.dev/papey/blog/commit/"
|
||||
rss = true
|
||||
comments = false
|
||||
|
||||
|
@ -20,8 +20,6 @@ pygmentCodeFences = true
|
|||
github = "papey"
|
||||
twitter = "MarcelMonfort"
|
||||
stackoverflow = "users/7925197/papey"
|
||||
spotify = "MarcelMonfort"
|
||||
telegram = "@P4p3y"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue