Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ theme:
- scientific-python-hugo-theme/themes/hugo-atom-feed
params:
colorScheme: auto # can be auto (browser setting), light, or dark
images:
- /images/logo.svg
navColor: blue
font:
name: "Lato"
Expand Down
5 changes: 1 addition & 4 deletions doc/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ markup:
enableDefault: true

params:
author:
name: "Scientific Python team"
author: "Scientific Python team"
description: "Documentation & template site for the Scientific Python Hugo Theme."
images:
- /images/logo.svg
navbarlogo:
image: logo.svg
text: Scientific Python Hugo Theme
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- $title := .Site.Title }}
{{- $author := .Site.Params.author.name }}
{{- $author := .Site.Params.author }}
{{- $footer := .Site.Params.footer }}
{{- $logo := index $footer "logo" }}
{{- $quickLinks := index $footer "quicklinks" }}
Expand Down