fix minor typos and config (#6)

* fix edit url

* update pwsh resource page

* add stackoverflow link on profile
This commit is contained in:
2022-01-11 09:41:50 +01:00
committed by GitHub
parent 7f3b812649
commit 00bdfcf4a7
4 changed files with 94 additions and 23 deletions

View File

@ -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" },

View File

@ -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