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:
15
config.toml
Normal file
15
config.toml
Normal 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"
|
||||
|
Reference in New Issue
Block a user