use LoveIt theme, self hosted
This commit is contained in:
parent
bcafaafff8
commit
e9ec93a471
1973 changed files with 54578 additions and 15688 deletions
17
themes/LoveIt/.circleci/config.yml
Normal file
17
themes/LoveIt/.circleci/config.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
version: 2.1
|
||||
jobs:
|
||||
build-check:
|
||||
docker:
|
||||
- image: cibuilds/hugo:0.62
|
||||
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
|
||||
|
||||
workflows:
|
||||
build-check-exampleSite:
|
||||
jobs:
|
||||
- build-check
|
Loading…
Add table
Add a link
Reference in a new issue