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

.travis.yml - github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97993ea6b9ac58f4a0aaf82bd382d50256f0536c (plain)
1
2
3
4
5
6
7
8
9
10
11
env:
  - HUGO_VERSION="0.41"

install:
  - wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
  - tar xf hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
  - mv hugo ~/bin/

script:
  - cd exampleSite
  - hugo --themesDir .. -t .