mirror of
https://github.com/idanoo/m2.nz
synced 2025-07-04 22:02:15 +00:00
Update theme (LoveIt) + Add new fields
This commit is contained in:
parent
ec90ebd36e
commit
49c98d8fb5
87 changed files with 6900 additions and 6013 deletions
|
@ -1,17 +1,37 @@
|
|||
version: 2.1
|
||||
|
||||
executors:
|
||||
hugo:
|
||||
parameters:
|
||||
version:
|
||||
description: "version tag"
|
||||
type: string
|
||||
docker:
|
||||
- image: cibuilds/hugo:<<parameters.version>>
|
||||
|
||||
jobs:
|
||||
build-check:
|
||||
docker:
|
||||
- image: cibuilds/hugo:0.62
|
||||
parameters:
|
||||
version:
|
||||
description: "version tag"
|
||||
type: string
|
||||
executor:
|
||||
name: hugo
|
||||
version: <<parameters.version>>
|
||||
working_directory: ~/LoveIt
|
||||
steps:
|
||||
- checkout
|
||||
- run: git submodule sync
|
||||
- run: git submodule update --init
|
||||
- run: hugo --source=exampleSite -v --gc
|
||||
- run: htmlproofer exampleSite/public --check-html --allow-hash-href --empty-alt-ignore --disable-external
|
||||
- run: hugo --source exampleSite --gc --minify --environment production
|
||||
- run: htmlproofer exampleSite/public --disable-external true --ignore-missing-alt true
|
||||
|
||||
workflows:
|
||||
build-check-exampleSite:
|
||||
build-check:
|
||||
jobs:
|
||||
- build-check
|
||||
- build-check:
|
||||
name: build-check-min
|
||||
version: 0.128.0
|
||||
- build-check:
|
||||
name: build-check-max
|
||||
version: 0.144.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue