mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-10 14:35:44 +01:00
16 lines
292 B
YAML
16 lines
292 B
YAML
|
image: archlinux
|
||
|
packages:
|
||
|
- nodejs-lts-dubnium
|
||
|
- npm
|
||
|
sources:
|
||
|
- https://git.sr.ht/~alanorth/hugo-theme-bootstrap4-blog
|
||
|
tasks:
|
||
|
- setup: |
|
||
|
id
|
||
|
node -v
|
||
|
cd hugo-theme-bootstrap4-blog
|
||
|
npm install
|
||
|
- test: |
|
||
|
cd hugo-theme-bootstrap4-blog
|
||
|
npm run build
|