Inital commit

This commit is contained in:
georgeowell 2018-08-09 17:18:27 +01:00
parent f6634edc77
commit 5b563527e5
2 changed files with 21 additions and 0 deletions

18
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,18 @@
image: python:alpine
before_script:
- pip install mkdocs
# Add your custom theme if not inside a theme_dir
# (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes)
# - pip install mkdocs-material
pages:
script:
- mkdocs build
- mv site public
artifacts:
paths:
- public
only:
- master

3
mkdocs.yml Normal file
View File

@ -0,0 +1,3 @@
site_name: Queer Feminist Football Klub
site_url: https://pages.gitlab.io/queerfeministfootball