docs: New website

This commit is contained in:
Krille Fear 2021-11-05 09:53:27 +01:00
commit 0f7061e0f6
173 changed files with 518 additions and 5789 deletions

View file

@ -140,16 +140,12 @@ upload-fdroid-nightly:
pages:
needs: ["build_web"]
stage: deploy
image: ruby:latest
image: node
script:
- cp PRIVACY.md docs/_includes/privacy.md
- cp CHANGELOG.md docs/_includes/changelog.md
- cd docs
- gem install bundler
- bundle install
- bundle exec jekyll build -d public
- npx tailwindcss -o ./tailwind.css --minify
- cd ..
- mv docs/public/ ./
- mv docs public
- mv build/web/ public/web/
artifacts:
paths: