|
1 |
| -# mounts |
2 |
| -## archetypes |
3 |
| -[[mounts]] |
4 |
| - source = "node_modules/@thulite/doks-core/archetypes" |
5 |
| - target = "archetypes" |
6 |
| - |
7 |
| -[[mounts]] |
8 |
| - source = "archetypes" |
9 |
| - target = "archetypes" |
10 |
| - |
11 |
| -## assets |
12 |
| -[[mounts]] |
13 |
| - source = "node_modules/@thulite/core/assets" |
14 |
| - target = "assets" |
15 |
| - |
16 |
| -[[mounts]] |
17 |
| - source = "node_modules/@thulite/images/assets" |
18 |
| - target = "assets" |
19 |
| - |
20 |
| -[[mounts]] |
21 |
| - source = "node_modules/@thulite/doks-core/assets" |
22 |
| - target = "assets" |
23 |
| - |
24 |
| -[[mounts]] |
25 |
| - source = "node_modules/@tabler/icons/icons" |
26 |
| - target = "assets/svgs/tabler-icons" |
27 |
| - |
28 |
| -[[mounts]] |
29 |
| - source = "assets" |
30 |
| - target = "assets" |
| 1 | +# Module Configuration File |
| 2 | +# |
| 3 | +# This file configures Hugo module settings, particularly module mounts which |
| 4 | +# define how content is organized within the project. |
| 5 | +# |
| 6 | +# Mounts specify file paths in your project that Hugo should use when building |
| 7 | +# the site. They allow for custom directory structures and integrating content |
| 8 | +# from different locations. |
31 | 9 |
|
32 | 10 | ## content
|
33 | 11 | [[mounts]]
|
|
43 | 21 | source = "data"
|
44 | 22 | target = "data"
|
45 | 23 |
|
46 |
| -## i18n |
47 |
| -[[mounts]] |
48 |
| - source = "node_modules/@thulite/doks-core/i18n" |
49 |
| - target = "i18n" |
50 |
| - |
51 |
| -[[mounts]] |
52 |
| - source = "i18n" |
53 |
| - target = "i18n" |
54 |
| - |
55 | 24 | ## layouts
|
56 | 25 | [[mounts]]
|
57 | 26 | source = "layouts"
|
58 | 27 | target = "layouts"
|
59 | 28 |
|
60 | 29 | [[mounts]]
|
| 30 | + # Exclude 'home.html' to avoid conflicts with a custom home page layout defined in the local 'layouts' directory. |
| 31 | + excludeFiles = "home.html" |
61 | 32 | source = "node_modules/@thulite/doks-core/layouts"
|
62 | 33 | target = "layouts"
|
63 | 34 |
|
|
77 | 48 | source = "node_modules/@thulite/inline-svg/layouts"
|
78 | 49 | target = "layouts"
|
79 | 50 |
|
| 51 | +## i18n |
| 52 | +[[mounts]] |
| 53 | + source = "node_modules/@thulite/doks-core/i18n" |
| 54 | + target = "i18n" |
| 55 | + |
| 56 | +[[mounts]] |
| 57 | + source = "i18n" |
| 58 | + target = "i18n" |
| 59 | + |
| 60 | +## archetypes |
| 61 | +[[mounts]] |
| 62 | + source = "node_modules/@thulite/doks-core/archetypes" |
| 63 | + target = "archetypes" |
| 64 | + |
| 65 | +[[mounts]] |
| 66 | + source = "archetypes" |
| 67 | + target = "archetypes" |
| 68 | + |
| 69 | +## assets |
| 70 | +[[mounts]] |
| 71 | + source = "node_modules/@thulite/core/assets" |
| 72 | + target = "assets" |
| 73 | + |
| 74 | +[[mounts]] |
| 75 | + source = "node_modules/@thulite/doks-core/assets" |
| 76 | + target = "assets" |
| 77 | + |
| 78 | +[[mounts]] |
| 79 | + source = "node_modules/@tabler/icons/icons" |
| 80 | + target = "assets/svgs/tabler-icons" |
| 81 | + |
| 82 | +[[mounts]] |
| 83 | + source = "node_modules/@thulite/images/assets" |
| 84 | + target = "assets" |
| 85 | + |
| 86 | +[[mounts]] |
| 87 | + source = "assets" |
| 88 | + target = "assets" |
| 89 | + |
80 | 90 | ## static
|
81 | 91 | [[mounts]]
|
82 | 92 | source = "node_modules/@thulite/doks-core/static"
|
|
0 commit comments