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

very, very rudimentary transition to Hugo

This commit is contained in:
2018-04-28 14:59:46 -04:00
parent a4f81b365b
commit 6fff44e8e2
26 changed files with 73 additions and 59 deletions

15
config.toml Normal file
View File

@@ -0,0 +1,15 @@
baseURL = "https://jarv.is/"
languageCode = "en-us"
title = "Jake Jarvis"
disableKinds = ["taxonomy","taxonomyTerm","sitemap","RSS"]
[taxonomies]
tag = ""
category = ""
[permalinks]
post = "/:year/:month/:day/:slug"