Skip to content

Commit d8f6db2

Browse files
authored
Merge pull request #81 from gethinode/develop
Offset
2 parents fbd7fc3 + 8dc31b0 commit d8f6db2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

config/_default/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ enableInlineShortcodes = true
1414
# See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
1515
ignoreErrors = ["error-remote-getjson"]
1616

17-
timeout = "60s"
17+
timeout = "120s"
1818

1919
languageCode = "en-us"
2020
defaultContentLanguage = "en"

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
color = "body"
1818
style = "light"
1919
fixed = true
20-
offset = "4em"
20+
offset = "5em"
2121
search = true
2222
breadcrumb = false
2323
toc = true

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gethinode/child",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "Hinode is a clean blog theme for Hugo, an open-source static site generator",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)