Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b38fdf537f7c7b2b9171a4faddd5e240c07fcd24 (plain)
1
2
3
4
5
6
7
8
sudo: false
install:
  - mkdir tools && cd tools
  - wget -q "https://github.com/gohugoio/hugo/releases/download/v0.40.2/hugo_0.40.2_Linux-64bit.tar.gz" -O "hugo.tar.gz"
  - tar -xvzf hugo.tar.gz
script:
  - git clone --depth 1 https://github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git exampleSite/themes/
  - ./tools/hugo -v --source exampleSite