1
0
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:
Chris Cummer
2018-08-15 13:50:51 -07:00
parent 826e6d1ed5
commit 75ede7dbb5
278 changed files with 65516 additions and 1211 deletions

View File

@@ -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]

View File

@@ -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"