Replies: 2 comments
-
|
It's not in the planning to release Doks as a submodule or module. I tried that before, but Hugo does not support a npm based theme setup (mainly the scripts part) — yet. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
One reason I prefer Hugo to the other alternatives is the possibility to avoid the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As of now, when building (
npm run build) the theme assets (archetypes, data, i18n, images, layouts, static and theme.toml) are mixed with the content of the repo making it difficult to use it in a classic hugo project (obtain withhugo new site foo).It there a proper way to collect these asset in a separated folder so it can be move elsewhere ?
Beta Was this translation helpful? Give feedback.
All reactions