1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 04:55:30 -04:00

moved blog to hugo! lots of stuff still to do 😬

This commit is contained in:
2019-03-31 11:08:29 -04:00
parent 9de55032ce
commit 2cf35eb44f
49 changed files with 764 additions and 1397 deletions

View File

@@ -2,11 +2,21 @@ baseURL = "https://jarv.is/"
languageCode = "en-us"
title = "Jake Jarvis"
disableKinds = ["taxonomy", "taxonomyTerm", "RSS"]
canonifyURLs = true
disableHugoGeneratorInject = true # don't worry, inserted manually :)
disableKinds = ["taxonomy", "taxonomyTerm"]
[taxonomies]
tag = ""
category = ""
[sitemap]
filename = "sitemap.xml"
filename = "sitemap.xml"
[blackfriday]
# hrefTargetBlank = true # prefer not to use this until noopener option implemented (https://discourse.gohugo.io/t/link-with--target-blank-in-markdown-tipp/7569/10)
nofollowLinks = true
noreferrerLinks = true
plainIDAnchors = false