dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo-theme-ananke
mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
build: add mount for node_modules to assets
Patrick Kollitsch
5 days ago
4f04feb6c5733efe02f85cd96df7c0778737d14b
[external-software/github_gohugo-theme-ananke.git]
/
config
/
_default
/
module.toml
1
2
3
4
5
6
7
8
9
10
[hugoVersion]
min = "0.160.0"
[[mounts]]
source = 'node_modules'
target = 'assets'
[[mounts]]
source = 'assets'
target = 'assets'