mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Publish the new site theme to the correct directory
This commit is contained in:
@@ -1,16 +1,14 @@
|
||||
baseURL = "/"
|
||||
|
||||
languageCode = "en-us"
|
||||
DefaultContentLanguage = "en"
|
||||
title = "WTF - the terminal dashboard"
|
||||
theme = "docdock"
|
||||
# themesdir = "../.."
|
||||
pygmentsCodeFences = true
|
||||
pygmentsStyle = "monokailight"
|
||||
|
||||
baseURL = "https://wtfutil.com/"
|
||||
defaultContentLanguage = "en"
|
||||
defaultContentLanguageInSubdir= false
|
||||
enableMissingTranslationPlaceholders = false
|
||||
languageCode = "en-us"
|
||||
publishDir = "../docs"
|
||||
pygmentsCodeFences = true
|
||||
pygmentsUseClasses = true
|
||||
pygmentsStyle = "monokailight"
|
||||
theme = "docdock"
|
||||
title = "WTF - the terminal dashboard"
|
||||
|
||||
# [Languages]
|
||||
# [Languages.en]
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
baseURL = "https://wtfutil.com/"
|
||||
languageCode = "en-us"
|
||||
publishDir = "../docs"
|
||||
pygmentsCodeFences = true
|
||||
pygmentsUseClasses = true
|
||||
publishDir = "../docs"
|
||||
sectionPagesMenu = "main"
|
||||
theme = "hyde-hyde"
|
||||
title = "WTF - A Terminal Dashboard"
|
||||
|
||||
Reference in New Issue
Block a user