Skip to content

Commit 3fa0ba0

Browse files
author
Claude Code Plugin Developer
committed
refactor(config): update configuration structure
1 parent 61a0a37 commit 3fa0ba0

File tree

4 files changed

+4
-30
lines changed

4 files changed

+4
-30
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ timeout = "180s"
88
dir = ':cacheDir/images'
99

1010
[module]
11-
replacements = 'github.com/d-oit/mod-slideshow-gallery -> ../..'
11+
replacements = 'github.com/d-oit/hinode-mod-slideshow-gallery -> ../..'
1212
# Build and serve using local mod-template clone declared in the named Hugo workspace:
13-
workspace = "mod-slideshow-gallery.work"
13+
workspace = "hinode-mod-slideshow-gallery.work"
1414
[[module.imports]]
15-
path = "github.com/d-oit/mod-slideshow-gallery"
15+
path = "github.com/d-oit/hinode-mod-slideshow-gallery"
1616
[[module.imports]]
1717
path = "github.com/gethinode/hinode"
1818
[[module.imports]]
Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1 @@
1-
baseURL = "https://d-oit.github.io/hinode-mod-slideshow-gallery/"
2-
3-
[module]
4-
[[module.imports]]
5-
path = "github.com/d-oit/hinode-mod-slideshow-gallery"
6-
[[module.imports]]
7-
path = "github.com/gethinode/hinode"
8-
[[module.imports]]
9-
path = "github.com/gethinode/mod-bootstrap"
10-
[[module.imports]]
11-
path = "github.com/gethinode/mod-csp"
12-
[[module.imports]]
13-
path = "github.com/gethinode/mod-flexsearch/v3"
14-
[[module.imports]]
15-
path = "github.com/gethinode/mod-fontawesome/v2"
16-
[[module.imports]]
17-
path = "github.com/gethinode/mod-google-analytics"
18-
[[module.imports]]
19-
path = "github.com/gethinode/mod-katex"
20-
[[module.imports]]
21-
path = "github.com/gethinode/mod-leaflet"
22-
[[module.imports]]
23-
path = "github.com/gethinode/mod-lottie"
24-
[[module.imports]]
25-
path = "github.com/gethinode/mod-simple-datatables"
26-
[[module.imports]]
27-
path = "github.com/gethinode/mod-utils/v4"
1+
baseURL = "/"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)