Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
intergrav committed May 29, 2023
1 parent 6c0500d commit 4cf0163
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ baseurl = "https://additive.intergrav.xyz"
languageCode = "en-us"
paginate = 5

[module]
[[module.imports]]
path = 'github.com/panr/hugo-theme-terminal/v3'

[params]
# dir name of your main content (default is `content/posts`).
# the list of set content will show up on your index page (baseurl).
Expand Down Expand Up @@ -36,7 +32,7 @@ paginate = 5
showLastUpdated = false

# set a custom favicon (default is a `themeColor` square)
# favicon = "favicon.ico"
favicon = "favicon.ico"

# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
# updatedDatePrefix = "Updated"
Expand Down Expand Up @@ -98,3 +94,8 @@ paginate = 5
identifier = "Modrinth"
name = "Modrinth"
url = "https://modrinth.com/project/Additive"

[module]
replacements = "github.com/panr/hugo-theme-terminal -> themes/terminal"
[[module.imports]]
path = 'github.com/panr/hugo-theme-terminal/v3'
Binary file added static/favicon.ico
Binary file not shown.

0 comments on commit 4cf0163

Please sign in to comment.