add config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-02-11 19:14:33 +01:00
parent d6aa045833
commit 29556b7b27
Signed by: deblan
GPG key ID: 579388D585F70417
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/site/
/Makefile
/.cache

View file

@ -1,6 +1,8 @@
pipeline:
build:
image: gitnet.fr/deblan/mkdocs
environments:
- SITE_URL=https://doc.murph-project.org/
commands:
- mkdocs build
deploy:

View file

@ -1,18 +1,20 @@
site_name: Documentation of Murph
site_url: !!python/object/apply:os.getenv ["SITE_URL"]
extra_css:
- /_static/css/extra.css
plugins:
- search
- social
extra:
generator: false
theme:
name: material
logo: /_static/img/logo.svg
favicon: /_static/img/logo.svg
logo: _static/img/logo.svg
favicon: _static/img/logo.svg
features:
- content.code.copy
- navigation.tabs