Skip to content

Commit 558d98a

Browse files
authored
Update hugo.toml (#80)
1 parent 78e5ac2 commit 558d98a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

exampleSite/hugo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
resourcedir = '../resources/'
2-
baseURL = 'https://d-oit.github.io/hinode-mod-slideshow-gallery/'
31
languageCode = "en-us"
42
defaultContentLanguage = "en"
53
title = 'Test site for mod-slideshow-gallery'
6-
74
timeout = "180s"
85

6+
[caches]
7+
[caches.images]
8+
dir = ':cacheDir/images'
9+
910
[module]
1011
replacements = 'github.com/d-oit/mod-slideshow-gallery -> ../..'
1112
# Build and serve using local mod-template clone declared in the named Hugo workspace:
1213
workspace = "mod-slideshow-gallery.work"
1314
[[module.imports]]
1415
path = "github.com/d-oit/mod-slideshow-gallery"
15-
[[module.imports]]
16+
[[module.imports]]
1617
path = "github.com/gethinode/hinode"
1718
[[module.imports]]
1819
path = "github.com/gethinode/mod-bootstrap"

0 commit comments

Comments
 (0)