Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor Param Additions #4

Merged
merged 1 commit into from
Aug 6, 2024
Merged
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
4 changes: 2 additions & 2 deletions config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ enableEmoji = true

# FixIt 0.2.14 | NEW GitHub banner in the top-right or top-left corner
[githubCorner]
enable = true
enable = false
permalink = "https://github.com/unnsse/unnsse.io"
title = "Github Repo Watch"
position = "right" # ["left", "right"]

[footer]
since = 2025
since = 2024
41 changes: 39 additions & 2 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ indexWithSubtitle = true
dateFormat = "01/02/2006"
disableThemeInject = false

[header]
desktopMode = "sticky"
mobileMode = "auto"
[header.title]
logo = ""
name = ""
pre = ""
post = ""
typeit = false
[header.subtitle]
name = ""
typeit = false

[breadcrumb]
enable = true
sticky = true
Expand Down Expand Up @@ -104,7 +117,7 @@ license = '<a rel="license external nofollow noopener noreferrer" href="https://
# whether to show link to Raw Markdown content of the post
linkToMarkdown = false
# FixIt 0.3.0 | NEW whether to show link to view source code of the post
linkToSource = false
linkToSource = true
# FixIt 0.3.0 | NEW whether to show link to edit the post
linkToEdit = true
# FixIt 0.3.0 | NEW whether to show link to report issue for the post
Expand Down Expand Up @@ -186,4 +199,28 @@ Evernote = false
Skype = false
Trello = false
Mix = false
RSS = true
RSS = true

[backToTop]
enable = true
scrollPercent = true

[readingProgress]
enable = false
start = "left"
position = "top"
reversed = false
light = ""
dark = ""
height = "2px"

[cookieconsent]
enable = true
[cookieconsent.content]
message = ""
dismiss = ""
link = ""

[compatibility]
polyfill = true
objectFit = true
2 changes: 2 additions & 0 deletions config/_default/permalinks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
posts = ":year/:month/:filename"
#posts = "posts/:slugorfilename"