switch basic things

- change git submodule
- rm usless .gitkeep
- rm old theme
- change global config to get theme terminal to work
This commit is contained in:
6543 2019-07-01 18:09:26 +02:00
parent d0e898a6e0
commit 5ee07dcb4b
5 changed files with 17 additions and 13 deletions

6
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "themes/nofancy"] [submodule "themes/terminal"]
path = themes/nofancy path = themes/terminal
url = https://github.com/gizak/nofancy url = https://github.com/panr/hugo-theme-terminal

View File

@ -1,7 +1,7 @@
baseURL = "https://mh.obermui.de/" baseURL = "https://mh.obermui.de/"
languageCode = "de-de" languageCode = "de-de"
title = "MH Site" title = "MH Site"
theme = "nofancy" theme = "terminal"


#copyright = "CC-By-NC-4.0" #copyright = "CC-By-NC-4.0"


@ -11,11 +11,15 @@ theme = "nofancy"
gitea = "https://git.altinsystems.d" gitea = "https://git.altinsystems.d"


[params] [params]
# See themes/nofancy/static/highlight/styles for available options # dir name of your blog content (default is `content/posts`)
# i.e. "default", "github", "monokai". contentTypeName = "post"
highlight="Assign a syntax highlight style" # ["orange", "blue", "red", "green", "pink"]

themeColor = "orange"
# Controls what items are listed in the top nav menu # if you set this to 0, only submenu trigger will be visible
# "none", or "categories" showMenuItems = 4
# If you have too many categories to fit in the top nav menu, set this to "none" # set theme to full screen width
topmenu="categories" fullWidthTheme = false
# center theme with default width
centerTheme = true
# set a custom favicon (default is a `themeColor` square)
# favicon = "favicon.ico"

View File

@ -1 +0,0 @@
Subproject commit ae4670287c71f4c4aed91be9b3d3919846fd62c9

1
themes/terminal Submodule

@ -0,0 +1 @@
Subproject commit 016f54c162a41d3e21c8d68a2c7794d5c0f8e08c