Skip to content

Commit

Permalink
Merge pull request #1 from LickABrick/draft
Browse files Browse the repository at this point in the history
add umami analytics and some styling changes
  • Loading branch information
LickABrick authored Jul 2, 2024
2 parents 7085bbb + 7f504ea commit 5237aad
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 23 deletions.
34 changes: 11 additions & 23 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ baseurl = "/"
languageCode = "en-us"
# Add it only if you keep the theme in the `themes` directory.
# Remove it if you use the theme as a remote Hugo Module.
theme = "terminal"
paginate = 5

[params]
Expand All @@ -23,7 +22,7 @@ paginate = 5
fullWidthTheme = false

# center theme with default width
centerTheme = false
centerTheme = true

# if your resource directory contains an image called `cover.(jpg|png|webp)`,
# then the file will be used as a cover automatically.
Expand All @@ -32,19 +31,20 @@ paginate = 5

# set post to show the last updated
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
showLastUpdated = false
showLastUpdated = true
enableGitInfo = true

# set a custom favicon (default is a `themeColor` square)
# 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"
updatedDatePrefix = "Updated"

# set all headings to their default size (depending on browser settings)
# oneHeadingSize = true # default

# whether to show a page's estimated reading time
# readingTime = false # default
readingTime = true

# whether to show a table of contents
# can be overridden in a page's front-matter
Expand All @@ -65,8 +65,8 @@ paginate = 5
[languages]
[languages.en]
languageName = "English"
title = "LickABrick"
subtitle = "A simple, retro theme for Hugo"
title = "Lick A Brick - My blog"
subtitle = "Blog for random stuff I do"
owner = ""
keywords = ""
copyright = ""
Expand All @@ -81,23 +81,11 @@ paginate = 5
words = "words"

[languages.en.params.logo]
logoText = "Terminal"
logoText = "Lick A Brick"
logoHomeLink = "/"

[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "showcase"
name = "Showcase"
url = "/showcase"

[module]
# In case you would like to make changes to the theme and keep it locally in you repository,
# uncomment the line below (and correct the local path if necessary).
# --
# replacements = "github.com/panr/hugo-theme-terminal -> themes/terminal"
[[module.imports]]
path = 'github.com/panr/hugo-theme-terminal'
identifier = "home"
name = "Home"
url = "/"
Loading

0 comments on commit 5237aad

Please sign in to comment.