fix minor typos and config (#6)
* fix edit url * update pwsh resource page * add stackoverflow link on profile
This commit is contained in:
@ -22,7 +22,7 @@ theme = "congo"
|
||||
bio = "A developer / DevOps guy fighting against corporate proxies."
|
||||
links = [
|
||||
{ email = "mailto:marco.blessing@googlemail.com" },
|
||||
# { link = "https://link-to-some-website.com/" },
|
||||
{ link = "https://stackoverflow.com/users/5222635/ocram85/" },
|
||||
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
|
||||
# { apple = "https://www.apple.com" },
|
||||
# { codepen = "https://codepen.io/username" },
|
||||
|
@ -25,7 +25,7 @@ description = "A personal blog about PowerShell, Automation and more."
|
||||
showBreadcrumbs = false
|
||||
showDraftLabel = true
|
||||
showEdit = true
|
||||
editURL = "https://github.com/OCram85/Blog/"
|
||||
editURL = "https://github.com/OCram85/Blog/edit/master/content/"
|
||||
editAppendPath = true
|
||||
showHeadingAnchors = true
|
||||
showPagination = true
|
||||
|
Reference in New Issue
Block a user