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

.travis.yml - github.com/EmielH/hallo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3401a701e25b38310e83e398e9bec6af21f1186a (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.52/hugo_0.52_Linux-64bit.tar.gz
  - tar -xzvf hugo_0.52_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/hallo-hugo.git themes/hallo
  - sudo apt-get install -y tree
  - tree

script:
  - hugo -t hallo
  - tree