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

github.com/EmielH/hallo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml15
-rw-r--r--README.md2
2 files changed, 17 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..7ecf2ec
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,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
diff --git a/README.md b/README.md
index b91d47d..288301d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Hallo
+[![Build Status](https://travis-ci.com/EmielH/hallo-hugo.svg?branch=master)](https://travis-ci.com/EmielH/hallo-hugo)
+
Hallo is a single-page Hugo theme for personal introductions. Add a portrait, an introduction, several links, and you're set.
![Hallo screenshot](https://raw.githubusercontent.com/EmielH/hallo-hugo/master/images/screenshot.png)