mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 23:09:47 +00:00
997c707d5b
+ Add functionality to limit projects shown on main page + Improve projects display columns + List pages show content from _index.md files + Add GetPage logic to index.html and nav menus
11 lines
288 B
YAML
11 lines
288 B
YAML
env:
|
|
- HUGO_VERSION="0.42.1"
|
|
|
|
install:
|
|
- wget -q https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
|
|
- tar xf hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
|
|
- mv hugo ~/bin/
|
|
|
|
script:
|
|
- cd exampleSite
|
|
- hugo --themesDir .. -t .
|