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/ /site/
/Makefile /Makefile
/.cache

View file

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

View file

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