Convert to Hugo

This commit is contained in:
Marc Riera Irigoyen 2022-04-05 00:38:56 +02:00 committed by Marc Riera
parent adb41bef4a
commit 13edcf14d1
33 changed files with 196 additions and 93 deletions

17
config.toml Normal file
View file

@ -0,0 +1,17 @@
baseURL = "https://marcriera.github.io/ddgo-controller-docs"
languageCode = "en-us"
title = "Densha de GO! controller documentation"
theme = "relearn"
[params]
disableSearch = true
themeVariant = [ "relearn-light", "relearn-dark" ]
collapsibleMenu = true
disableLandingPageButton = true
disableShortcutsTitle=true
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
identifier = "ds"
url = "https://github.com/MarcRiera/ddgo-controller-docs"
weight = 1