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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.com>2018-06-10 20:28:24 +0300
committerVicky <vicky@vickylai.com>2018-06-10 20:28:24 +0300
commit1b6c2a7206ed305ac198a681469bb65975790444 (patch)
tree9db040d141288fb06e2fe3c50f9fe609b9918e3d
parent1c450771120c79863cd17242bf5fa7622156c468 (diff)
parentdab3cb480e8c56a28a7b81e05859c1fbe748fc1e (diff)
Merge branch 'travis' of https://github.com/Hanzei/hugo-theme-introduction into Hanzei-travisv3.3.2
-rw-r--r--.travis.yml11
-rw-r--r--README.md5
2 files changed, 14 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..97993ea
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+env:
+ - HUGO_VERSION="0.41"
+
+install:
+ - wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
+ - tar xf hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
+ - mv hugo ~/bin/
+
+script:
+ - cd exampleSite
+ - hugo --themesDir .. -t .
diff --git a/README.md b/README.md
index c056d39..fa1d60a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
# <a href="https://vickylai.com/introduction/" target="_blank" rel="noopener">Introduction theme for Hugo</a>
+[![Build Status](https://travis-ci.com/vickylai/hugo-theme-introduction.svg?branch=master)](https://travis-ci.com/vickylai/hugo-theme-introduction)
A minimal, single page, smooth scrolling theme for Hugo.
@@ -43,7 +44,7 @@ Start with:
Run:
```sh
-$ hugo new about.md
+$ hugo new about.md
$ hugo new contact.md
```
Then edit the markdown files with the content you'd like shown in your main page's About and Contact sections.
@@ -113,4 +114,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
-along with this program. If not, see <https://www.gnu.org/licenses/>. \ No newline at end of file
+along with this program. If not, see <https://www.gnu.org/licenses/>.