mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
Add themesDir option to configuration
themesDir can be used to change the default path of the themes folder. Fixes 1556
This commit is contained in:
committed by
Steve Francia
parent
40fccf2251
commit
47587321d9
@@ -130,7 +130,8 @@ Following is a list of Hugo-defined variables that you can configure and their c
|
||||
staticdir: "static"
|
||||
# display memory and timing of different steps of the program
|
||||
stepAnalysis: false
|
||||
# theme to use (located in /themes/THEMENAME/)
|
||||
# theme to use (located by default in /themes/THEMENAME/)
|
||||
themesdir = "themes"
|
||||
theme: ""
|
||||
title: ""
|
||||
# if true, use /filename.html instead of /filename/
|
||||
|
Reference in New Issue
Block a user