Use generated css, common to the project
This commit is contained in:
parent
bad7e8e689
commit
af2b407c52
14 changed files with 1242 additions and 132 deletions
23
config.yml
23
config.yml
|
|
@ -153,6 +153,29 @@ menu:
|
|||
url: "https://blog.happydomain.org/"
|
||||
weight: 30
|
||||
|
||||
module:
|
||||
mounts:
|
||||
- source: content
|
||||
target: content
|
||||
- source: static
|
||||
target: static
|
||||
- source: layouts
|
||||
target: layouts
|
||||
- source: data
|
||||
target: data
|
||||
- source: assets
|
||||
target: assets
|
||||
- source: i18n
|
||||
target: i18n
|
||||
- source: archetypes
|
||||
target: archetypes
|
||||
- source: node_modules/@fontsource-variable/hanken-grotesk
|
||||
target: static/fonts/hanken-grotesk
|
||||
- source: node_modules/@fontsource-variable/jetbrains-mono
|
||||
target: static/fonts/jetbrains-mono
|
||||
- source: node_modules/@fontsource-variable/quicksand
|
||||
target: static/fonts/quicksand
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue