Skip to content

Commit

Permalink
Merge pull request #81 from gethinode/develop
Browse files Browse the repository at this point in the history
Offset
  • Loading branch information
markdumay authored Apr 3, 2023
2 parents fbd7fc3 + 8dc31b0 commit d8f6db2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ enableInlineShortcodes = true
# See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
ignoreErrors = ["error-remote-getjson"]

timeout = "60s"
timeout = "120s"

languageCode = "en-us"
defaultContentLanguage = "en"
Expand Down
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
color = "body"
style = "light"
fixed = true
offset = "4em"
offset = "5em"
search = true
breadcrumb = false
toc = true
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gethinode/child",
"version": "0.7.2",
"version": "0.7.3",
"description": "Hinode is a clean blog theme for Hugo, an open-source static site generator",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d8f6db2

Please sign in to comment.