-
Couldn't load subscription status.
- Fork 953
Closed
Labels
CI/infraCI & infrastructureCI & infrastructuree0-minutesEffort < 60 minEffort < 60 mine1-hoursp1-high
Milestone
Description
Consider adding a smoke test along the lines of what was proposed in #1075 (comment):
$ hugo new site myproject
...
$ cd myproject
$ git init # required for the git submodule command to work
...
$ git submodule add --depth 1 https://github.com/google/docsy.git themes/docsy
...
$ echo 'theme = "docsy"' >> hugo.toml
$ (cd themes/docsy && npm install)
...
$ npm init -y
$ npm install -D autoprefixer postcss-cli postcss
...
$ hugo -v
Start building sites … Related:
emckean
Metadata
Metadata
Assignees
Labels
CI/infraCI & infrastructureCI & infrastructuree0-minutesEffort < 60 minEffort < 60 mine1-hoursp1-high