Huge improvements for docs #58

Merged
konrad merged 81 commits from docs into master 2019-02-17 19:53:04 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 6c94fc812a - Show all commits

View File

@ -463,11 +463,10 @@ steps:
- name: build
image: monachus/hugo
pull: true
environment:
SITE_DIR: /srv/app/src/code.vikunja.io/api/docs
commands:
- cd docs
- pwd
- ls
- hugo
- 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.