-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from SAGE-Hamburg/theme_change
Theme change
- Loading branch information
Showing
5 changed files
with
26 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "/" | ||
|
@@ -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 | ||
|
||
|
This file was deleted.
Oops, something went wrong.
Submodule minimal
deleted from
987f27
Submodule no-js-hugo-theme
added at
255219