Update configs

This commit is contained in:
Gabriel Arazas 2019-08-14 17:48:06 +08:00 committed by foo-dogsquared
parent 7630637f18
commit 6425c14509
2 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
baseurl = "https://foo-dogsquared.github.io/"
baseurl = "https://foo-dogsquared.github.io/blog/"
languageCode = "en-us"
theme = "terminal"
paginate = 5