Merge pull request #28 from jtom38/features/host-change
site should now use the dns name correctly
This commit is contained in:
commit
3c39ff321c
14
config.yaml
14
config.yaml
@ -1,13 +1,13 @@
|
||||
baseURL: 'https://jtom38.github.io/cookbook/'
|
||||
languageCode: 'en-us'
|
||||
title: 'Tombleson Family Cookbook'
|
||||
baseURL: "https://cookbook.jamestombleson.com"
|
||||
languageCode: "en-us"
|
||||
title: "Tombleson Family Cookbook"
|
||||
theme: "github.com/jtom38/hugo-cookbook"
|
||||
enableEmoji: true
|
||||
|
||||
taxonomies:
|
||||
tag: 'tags'
|
||||
cuisines: 'cuisine'
|
||||
courses: 'course'
|
||||
tag: "tags"
|
||||
cuisines: "cuisine"
|
||||
courses: "course"
|
||||
|
||||
# Used to bring the /tags/ forward
|
||||
preserveTaxonomyNames: true
|
||||
@ -24,4 +24,4 @@ params:
|
||||
UseListRows: true
|
||||
|
||||
## Enable this line to use the card view
|
||||
#UseCardView: true
|
||||
#UseCardView: true
|
||||
|
Loading…
Reference in New Issue
Block a user