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

github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2018-11-15 21:23:34 +0300
committerGitHub <noreply@github.com>2018-11-15 21:23:34 +0300
commit792b4cb3a3ed27a56279f9f62c5b0a9745eb0090 (patch)
tree4a8ed3848a2de5300f0e789fedb063d9fdfb6d26
parentaed2809faa8457a54474fb32b6c901bb2dfe95aa (diff)
Add integration with Travis CI
-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..168d5ab
--- /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/tale-hugo.git themes/tale
+ - sudo apt-get install -y tree
+ - tree
+
+script:
+ - hugo -t tale
+ - tree
diff --git a/README.md b/README.md
index fb5abbf..8db653c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Tale
+[![Build Status](https://travis-ci.com/EmielH/tale-hugo.svg?branch=master)](https://travis-ci.com/EmielH/tale-hugo)
+
This is a port of the [Tale theme for Jekyll](https://github.com/chesterhow/tale) to Hugo. Tale is a minimal Jekyll theme curated for storytellers. Checkout the demo [here](https://chesterhow.github.io/tale/). I did not design this theme; I only ported it from Jekyll to Hugo.
![Tale screenshot](https://raw.githubusercontent.com/EmielH/tale-hugo/master/images/screenshot.png)