generated from seapagan/poetry-dev-setup
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
84 lines (76 loc) · 2.15 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
80
81
82
83
84
site_name: Pymaker - Easily generate a new Python Project
site_url: https://pymaker.seapagan.net/
theme:
name: material
palette:
primary: light-blue
accent: blue
features:
- navigation.footer
- content.code.copy
- content.code.annotate
- navigation.tracking
- navigation.indexes
- navigation.prune
- navigation.top
- toc.follow
extra:
social:
- icon: fontawesome/brands/python
link: https://pypi.org/project/pyproject-maker/
- icon: fontawesome/brands/github
link: https://github.com/seapagan/py-maker
- icon: fontawesome/brands/twitter
link: https://twitter.com/gnramsay_dev
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
copyright: © 2023-2024 Grant Ramsay (Seapagan)
hooks:
- docs/hooks/google_style_notes.py
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
- mkdocstrings
- latest-git-tag
- minify:
minify_html: true
minify_css: true
minify_js: true
htmlmin_opts:
remove_comments: true
remove_empty_space: true
repo_url: https://github.com/seapagan/py-maker
repo_name: seapagan/py-maker
markdown_extensions:
- admonition
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight:
linenums: false
auto_title: false
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- css/extra.css
nav:
- Home: index.md
- Installation: installation.md
- Usage: usage.md
- Configuration: configuration.md
- Templates:
- Internal Template: template/internal.md
- Modifying: template/modify.md
- Replacing: template/replace.md
- Task Runner: tasks.md
- Future Plans: future-plans.md
- Contributing: contributing.md
- Changelog: changelog.md
- License: license.md