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: 7ecf2ec124f1be28c04374858093449bf5362e4c (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/hallo-hugo.git themes/hallo
  - sudo apt-get install -y tree
  - tree

script:
  - hugo -t hallo
  - tree