dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_ticky_tacky_dark
mirror of
https://github.com/kc0bfv/ticky_tacky_dark.git
summary
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
updates for BootJS and custom JS/CSS
houstonhaynes
11.04.2020
af86131016701df08e4701ac4e92cde1b1e04d2d
[external-software/github_gohugo_theme_ticky_tacky_dark.git]
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: generic
install:
- sudo snap install hugo
script:
- make
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
keep_history: true
local_dir: exampleSite/public
on:
branch: master