mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-24 21: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'
|
# installing Hugo from the snap store'
|
||||||
# https://snapcraft.io/hugo
|
# https://snapcraft.io/hugo
|
||||||
addons:
|
before_install:
|
||||||
snaps:
|
- sudo apt-get update
|
||||||
- hugo
|
- 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:
|
script:
|
||||||
- asciidoctor --version
|
- asciidoctor --version
|
||||||
- hugo
|
- hugo
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
baseurl = "https://foo-dogsquared.github.io/"
|
baseurl = "https://foo-dogsquared.github.io/blog/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
theme = "terminal"
|
theme = "terminal"
|
||||||
paginate = 5
|
paginate = 5
|
||||||
|
Loading…
Reference in New Issue
Block a user