Skip to content

Commit

Permalink
Merge pull request #28 from SAGE-Hamburg/theme_change
Browse files Browse the repository at this point in the history
Theme change
  • Loading branch information
drwetter authored Oct 17, 2022
2 parents 53e6dae + b0e4268 commit 5b5d054
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 114 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "themes/minimal"]
path = themes/minimal
url = https://github.com/calintat/minimal.git
[submodule "themes/no-js-hugo-theme"]
path = themes/no-js-hugo-theme
url = https://github.com/stevenengler/no-js-hugo-theme.git
40 changes: 22 additions & 18 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
baseURL = "https://sage-hamburg.github.io/"
languageCode = "de-de"
# ist riiiesig:
#title = "SAGE Hamburg"
title = ""
theme = "minimal"
# disqusShortname = "username" # delete this to disable disqus comments
title = "SAGE Hamburg"
theme = "no-js-hugo-theme"
googleAnalytics = ""

[params]
author = "Lenz Grimmer"
description = "SAGE Hamburg"
githubUsername = "#"
accent = "lightblue"
showBorder = false
backgroundColor = "white"
# font = "Raleway" # should match the name on Google Fonts!
highlight = true
highlightStyle = "default"
highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift"]
# siehe https://github.com/stevenengler/no-js-hugo-theme/blob/master/exampleSite/config.toml
themeStyleSwitcher = true # default false
footerText = "Source: [github.com/sage-hamburg](https://github.com/SAGE-Hamburg/sage-hamburg.github.io) .  Made with Hugo + [no-js-hugo-theme](https://github.com/stevenengler/no-js-hugo-theme)"
tocWordThreshold = 1000



[markup]
[markup.highlight]
codeFences = true
noClasses = false

[markup.tableOfContents]
startLevel = 1
endLevel = 6

[[menu.main]]
url = "/"
Expand All @@ -33,20 +35,22 @@ googleAnalytics = ""
[[menu.main]]
url = "/aktuelles/"
name = "Aktuelles"
weight = 1
weight = 2

[[menu.main]]
url = "/historisch/"
name = "Historisches"
weight = 1
weight = 3


# Social icons to be shown on the right-hand side of the navigation bar.
# The "name" field should match the name of the icon in Font Awesome.
# The list of available icons can be found at http://fontawesome.io/icons.

# Das ist aus dem alten Theme... wäre aber ganz schön inkl. meetup zu haben

[[menu.icon]]
url = "mailto:[email protected]"
url = "mailto:[email protected]"
name = "fas fa-envelope"
weight = 1

Expand Down
92 changes: 0 additions & 92 deletions config.yaml

This file was deleted.

1 change: 0 additions & 1 deletion themes/minimal
Submodule minimal deleted from 987f27
1 change: 1 addition & 0 deletions themes/no-js-hugo-theme
Submodule no-js-hugo-theme added at 255219

0 comments on commit 5b5d054

Please sign in to comment.