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: f0642bf8647e89506c8f1e1f5fa2c54b2aea03ad (plain)
1
2
3
4
5
6
7
8
9
10
sudo: false

install:
  - mkdir tools
  - wget -q "https://github.com/gohugoio/hugo/releases/download/v0.51/hugo_0.51_Linux-64bit.tar.gz" -O "tools/hugo.tar.gz"
  - tar -xzf tools/hugo.tar.gz -C tools
  
script:
  - git clone --depth 1 https://github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git exampleSite/themes/hugo-shopping-product-catalogue-simple
  - ./tools/hugo -v --source exampleSite