-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
79 lines (63 loc) · 1.51 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
site_name: Poietic Generator Documentation
site_dir: _build/docs
# theme_dir: 'themes/mkdocs-material/material'
# theme_dir: 'themes/mkdocs-material'
site_author: 'Glenn Y. Rolland'
# site_url: 'http://glenux.github.io/teaching-boilerplate'
site_url: 'https://poietic-generator.github.io/poietic-generator-documentation/'
# copyright: 'Copyright (c) 2016 Glenux'
repo_name: 'Source'
repo_url: 'https://github.com/poietic-generator/poietic-generator-documentation'
# site_favicon: 'favicon.ico'
theme:
logo: images/logo.png
language: en
# name: 'gitbook'
# name: 'alabaster'
# name: 'windmill'
# name: 'ivory'
name: 'material'
palette:
primary: 'teal'
accent: 'black'
neutral: 'black'
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
i18n:
prev: 'Previous Chapter'
next: 'Next Chapter'
extra_css:
- css/extra.css
extra_javascript:
- js/extra.js
# author:
# github: 'glenux'
# twitter: 'glenux'
# Extensions
markdown_extensions:
- footnotes
- admonition
- toc:
permalink: '#'
- codehilite:
guess_lang: false
# pip install mdx_truly_sane_lists
- mdx_truly_sane_lists
# pip install pymdown-extensions
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
#
# pip install pymdown-extensions
- pymdownx.superfences:
plugins:
- include-markdown
- awesome-pages
- glightbox
extra:
search:
language: 'fr, en'
# run the following line to update toc
# pipenv run ./script/update-toc