mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2025-03-12 19:06:13 +00:00
Merge branch 'travis' of https://github.com/Hanzei/hugo-theme-introduction into Hanzei-travis
This commit is contained in:
commit
1b6c2a7206
2 changed files with 14 additions and 2 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -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 .
|
|
@ -1,4 +1,5 @@
|
||||||
# <a href="https://vickylai.com/introduction/" target="_blank" rel="noopener">Introduction theme for Hugo</a>
|
# <a href="https://vickylai.com/introduction/" target="_blank" rel="noopener">Introduction theme for Hugo</a>
|
||||||
|
[](https://travis-ci.com/vickylai/hugo-theme-introduction)
|
||||||
|
|
||||||
A minimal, single page, smooth scrolling theme for Hugo.
|
A minimal, single page, smooth scrolling theme for Hugo.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue