github.com/esnet/gdg@v0.6.1-0.20240412190737-6b6eba9c14d8/website/config/_default/module.toml (about)

     1  # mounts
     2  ## archetypes
     3  [[mounts]]
     4    source = "node_modules/@hyas/doks-core/archetypes"
     5    target = "archetypes"
     6  
     7  [[mounts]]
     8    source = "archetypes"
     9    target = "archetypes"
    10  
    11  ## assets
    12  [[mounts]]
    13    source = "node_modules/@hyas/core/assets"
    14    target = "assets"
    15    # excludeFiles = ["scss/app.scss", "js/app.js"]
    16  
    17  [[mounts]]
    18    source = "node_modules/@hyas/images/assets"
    19    target = "assets"
    20  
    21  [[mounts]]
    22    source = "node_modules/@hyas/doks-core/assets"
    23    target = "assets"
    24  
    25  [[mounts]]
    26    source = "node_modules/@tabler/icons/icons"
    27    target = "assets/svgs/tabler-icons"
    28  
    29  [[mounts]]
    30    source = "assets"
    31    target = "assets"
    32  
    33  ## content
    34  [[mounts]]
    35    source = "content"
    36    target = "content"
    37  
    38  ## data
    39  [[mounts]]
    40    source = "node_modules/@hyas/doks-core/data"
    41    target = "data"
    42  
    43  [[mounts]]
    44    source = "data"
    45    target = "data"
    46  
    47  ## i18n
    48  [[mounts]]
    49    source = "node_modules/@hyas/doks-core/i18n"
    50    target = "i18n"
    51  
    52  [[mounts]]
    53    source = "i18n"
    54    target = "i18n"
    55  
    56  ## layouts
    57  [[mounts]]
    58    source = "node_modules/@hyas/core/layouts"
    59    target = "layouts"
    60  
    61  [[mounts]]
    62    source = "node_modules/@hyas/seo/layouts"
    63    target = "layouts"
    64  
    65  [[mounts]]
    66    source = "node_modules/@hyas/images/layouts"
    67    target = "layouts"
    68  
    69  [[mounts]]
    70    source = "node_modules/@hyas/doks-core/layouts"
    71    target = "layouts"
    72  
    73  [[mounts]]
    74    source = "node_modules/@hyas/inline-svg/layouts"
    75    target = "layouts"
    76  
    77  [[mounts]]
    78    source = "layouts"
    79    target = "layouts"
    80  
    81  ## static
    82  [[mounts]]
    83    source = "node_modules/@hyas/doks-core/static"
    84    target = "static"
    85  
    86  [[mounts]]
    87    source = "static"
    88    target = "static"