78 lines
1.6 KiB
YAML
Executable File
78 lines
1.6 KiB
YAML
Executable File
|
|
# Project information
|
|
site_name: "olive-it-website"
|
|
site_url: https://mkdocs-material.github.io/examples/
|
|
site_author: Oliver Büchel
|
|
site_description: >-
|
|
Continous quality delivered by continous learning, breaking
|
|
the wall of comfortable mediocracy
|
|
|
|
# Repository
|
|
repo_name: oliveit-web
|
|
repo_url: https://gitea.olive-it.ch/oli/public-testrepo2.git
|
|
|
|
# Copyright
|
|
# copyright: Copyright © 1700 - 2200
|
|
|
|
# Theme
|
|
theme:
|
|
# name: material
|
|
name: readthedocs
|
|
features:
|
|
- content.action.edit
|
|
- content.action.view
|
|
- content.tooltips
|
|
- navigation.sections
|
|
favicon: assets/favicon.ico
|
|
palette:
|
|
primary: light green
|
|
|
|
# icon:
|
|
logo: assets/olive-banner.png
|
|
|
|
# Plugins
|
|
# plugins:
|
|
# - projects:
|
|
# projects_dir: examples
|
|
# projects_config_transform: !!python/name:examples.transform
|
|
# log_level: info
|
|
|
|
# Hooks
|
|
# hooks:
|
|
# - hooks/archive.py
|
|
|
|
# Validation:
|
|
# nav:
|
|
# omitted_files: warn
|
|
# not_found: warn
|
|
# absolute_links: warn
|
|
# links:
|
|
# not_found: warn
|
|
# absolute_links: warn
|
|
# unrecognized_links: warn
|
|
|
|
# # Customization
|
|
# extra:
|
|
# analytics:
|
|
# provider: google
|
|
# property: !ENV GOOGLE_ANALYTICS_KEY
|
|
|
|
# # Extensions
|
|
# markdown_extensions:
|
|
# - admonition
|
|
# - attr_list
|
|
# - footnotes
|
|
# - toc:
|
|
# permalink: true
|
|
# - pymdownx.betterem:
|
|
# smart_enable: all
|
|
# - pymdownx.details
|
|
# - pymdownx.emoji:
|
|
# emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
# emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
# - pymdownx.highlight:
|
|
# anchor_linenums: true
|
|
# - pymdownx.keys
|
|
# - pymdownx.tabbed:
|
|
# alternate_style: true
|