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

github.com/kishaningithub/hugo-creative-portfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKishan B <bkishan@thoughtworks.com>2019-06-22 05:08:28 +0300
committerKishan B <bkishan@thoughtworks.com>2019-06-22 05:08:28 +0300
commit9a9dc3fd4e9a144f0b17cb9d703890c328aa31c6 (patch)
tree831ca3ddcd7db511dae6ca440e2f68c15cdd218e
parent4be75dbeb3d3a77a198680402ae2e9a832ce4bb5 (diff)
Upgrade hugo
-rw-r--r--.gitignore1
-rw-r--r--.travis.yml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d9bf0af..f2e5fc3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
.DS_Store
themes/
public/
+.idea/* \ No newline at end of file
diff --git a/.travis.yml b/.travis.yml
index 0439d0b..2c12528 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ sudo: false
install:
- mkdir tools
- - wget -q "https://github.com/gohugoio/hugo/releases/download/v0.40.3/hugo_0.40.3_Linux-64bit.tar.gz" -O "tools/hugo.tar.gz"
+ - wget -q "https://github.com/gohugoio/hugo/releases/download/v0.55.6/hugo_0.55.6_Linux-64bit.tar.gz" -O "tools/hugo.tar.gz"
- tar -xzf tools/hugo.tar.gz -C tools
script: