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