From 6425c145099e1dd348d1fee096963bb618374bea Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 14 Aug 2019 17:48:06 +0800 Subject: [PATCH] Update configs --- .travis.yml | 12 +++++++----- config.toml | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b330f6..4c96d9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,12 @@ -dist: xenial +dist: bionic # installing Hugo from the snap store' -# https://snapcraft.io/hugo -addons: - snaps: - - hugo +# https://snapcraft.io/hugo +before_install: + - sudo apt-get update + - sudo apt-get install ruby + - curl https://github.com/gohugoio/hugo/releases/download/v0.57.0/hugo_0.57.0_Linux-64bit.deb + - dpkg -i hugo_0.57.0_Linux-64bit.deb script: - asciidoctor --version - hugo diff --git a/config.toml b/config.toml index 9e84d2a..cecad07 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "https://foo-dogsquared.github.io/" +baseurl = "https://foo-dogsquared.github.io/blog/" languageCode = "en-us" theme = "terminal" paginate = 5