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

.travis.yml - github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 168d5abb451f3f4ed5234b674cd59d736c30e318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
install:
  - wget https://github.com/gohugoio/hugo/releases/download/v0.51/hugo_0.51_Linux-64bit.tar.gz
  - tar -xzvf hugo_0.51_Linux-64bit.tar.gz
  - chmod +x hugo
  - export PATH=$PATH:$PWD
  - hugo version
  - git clone https://github.com/gohugoio/hugoBasicExample.git
  - cd hugoBasicExample
  - git submodule add -f https://github.com/EmielH/tale-hugo.git themes/tale
  - sudo apt-get install -y tree
  - tree

script:
  - hugo -t tale
  - tree