/
Art86
/
DefectDojo-DevSecOps
Обзор
Документация
Войти
/
Art86
/
DefectDojo-DevSecOps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
docs/config/_default/module.toml
97 строк
2 KB
valentijnscholten
chore: normalize line endings to LF (CRLF -> LF) (#14515)
16 мар 2026, 17:48
Не верифицирован
16 мар 2026, 17:48
5791c74
Код
Авторство
О чём код?
# Module Configuration File # # This file configures Hugo module settings, particularly module mounts which # define how content is organized within the project. # # Mounts specify file paths in your project that Hugo should use when building # the site. They allow for custom directory structures and integrating content # from different locations. ## content [[mounts]] source = "content" target = "content" ## data [[mounts]] source = "node_modules/@thulite/doks-core/data" target = "data" [[mounts]] source = "data" target = "data" ## layouts [[mounts]] source = "layouts" target = "layouts" [[mounts]] # Exclude 'home.html' to avoid conflicts with a custom home page layout defined in the local 'layouts' directory. excludeFiles = "home.html" source = "node_modules/@thulite/doks-core/layouts" target = "layouts" [[mounts]] source = "node_modules/@thulite/core/layouts" target = "layouts" [[mounts]] source = "node_modules/@thulite/seo/layouts" target = "layouts" [[mounts]] source = "node_modules/@thulite/images/layouts" target = "layouts" [[mounts]] source = "node_modules/@thulite/inline-svg/layouts" target = "layouts" ## i18n [[mounts]] source = "node_modules/@thulite/doks-core/i18n" target = "i18n" [[mounts]] source = "i18n" target = "i18n" ## archetypes [[mounts]] source = "node_modules/@thulite/doks-core/archetypes" target = "archetypes" [[mounts]] source = "archetypes" target = "archetypes" ## assets [[mounts]] source = "node_modules/@thulite/core/assets" target = "assets" [[mounts]] source = "node_modules/@thulite/doks-core/assets" target = "assets" [[mounts]] source = "node_modules/@tabler/icons/icons" target = "assets/svgs/tabler-icons" [[mounts]] source = "node_modules/@thulite/images/assets" target = "assets" [[mounts]] source = "assets" target = "assets" ## static [[mounts]] source = "node_modules/@thulite/doks-core/static" target = "static" [[mounts]] source = "static" target = "static"