mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-24 15:19:00 +00:00
Update configs
This commit is contained in:
parent
7630637f18
commit
6425c14509
12
.travis.yml
12
.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
|
||||
|
@ -1,4 +1,4 @@
|
||||
baseurl = "https://foo-dogsquared.github.io/"
|
||||
baseurl = "https://foo-dogsquared.github.io/blog/"
|
||||
languageCode = "en-us"
|
||||
theme = "terminal"
|
||||
paginate = 5
|
||||
|
Loading…
Reference in New Issue
Block a user