Skip to content

Commit

Permalink
added better default settings
Browse files Browse the repository at this point in the history
- added name to front page
- added github & linkedin links
- allowed git info for populating modification timestamps
  • Loading branch information
CrepeGoat committed Dec 2, 2024
1 parent bceea15 commit 8bab4bd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,32 @@ theme = 'hermit-v2'

# more config options exemplified at
# https://github.com/1bl4z3r/hermit-V2/blob/main/hugo.toml.example
# https://1bl4z3r.github.io/hermit-V2/en/posts/explaining-configs/

[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"

homeSubtitle = "Becker Awqatty's public brainscape"
gitUrl = "https://github.com/CrepeGoat/blog/tree/main"
enableGitInfo = true

readTime = true
shareSocial = true

[params.author]
name = "BekR"

[[params.socialLinks]]
name = "github"
url = "https://github.com/CrepeGoat/blog/tree/main"

[[params.socialLinks]]
name = "linkedin"
url = "https://www.linkedin.com/in/beckerawqatty/"

[menu]

[[menu.main]]
Expand Down

0 comments on commit 8bab4bd

Please sign in to comment.