Skip to content

Commit

Permalink
Logo to PNG and enable search page and print
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Jan 29, 2024
1 parent a051d76 commit b62a5be
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 76 deletions.
8 changes: 8 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@ baseURL = 'https://example.org/'
languageCode = 'it-IT'
title = 'Ulisse wiki'

canonifyURLs = true
relativeURLs = true


[module]
[[module.imports]]
path = 'github.com/McShelby/hugo-theme-relearn'

[params]
themeVariant = "ulisse"

[outputs]
home = ["HTML", "RSS", "SEARCH", "SEARCHPAGE", "PRINT"]
section = ["HTML", "RSS", "PRINT"]
page = ["HTML", "RSS", "PRINT"]
3 changes: 2 additions & 1 deletion layouts/partials/logo.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<div style=" display: flex; justify-content: center; align-items: center; gap: 1rem">
<span style="font-size: 2rem; color: white; font-weight: 400;">Wiki</span>
<img src="{{.Site.BaseURL}}/logo.svg" style="width: 3rem; background: white; padding: 5px; border-radius: 10px;" />
<img src="{{.Site.BaseURL}}/logo.png"
style="width: 3rem; height: 3rem; background: white; padding: 5px; border-radius: 10px;" />
<span style="font-size: 2rem; color: white; ">Ulisse</span>
</div>
Binary file added static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 0 additions & 75 deletions static/logo.svg

This file was deleted.

0 comments on commit b62a5be

Please sign in to comment.