Huge improvements for docs #58

Merged
konrad merged 81 commits from docs into master 2019-02-17 19:53:04 +00:00
Showing only changes of commit 6c94fc812a - Show all commits

View File

@ -463,11 +463,10 @@ steps:
- name: build - name: build
image: monachus/hugo image: monachus/hugo
pull: true pull: true
environment:
SITE_DIR: /srv/app/src/code.vikunja.io/api/docs
commands: commands:
- cd docs - cd docs
- pwd - pwd
- ls
- hugo - hugo
- ls public/docs - ls public/docs
- mv public/docs/* public # Hugo seems to be not capable of setting a different theme for a home page, so we do this ugly hack to fix it. - mv public/docs/* public # Hugo seems to be not capable of setting a different theme for a home page, so we do this ugly hack to fix it.