File tree Expand file tree Collapse file tree 1 file changed +29
-2
lines changed
{{cookiecutter.project_slug}}/docs Expand file tree Collapse file tree 1 file changed +29
-2
lines changed Original file line number Diff line number Diff line change 11site_name : {{cookiecutter.project_name}}
2- site_url : https://github.com /{{cookiecutter.github_username }}
2+ site_url : https://{{cookiecutter.github_username}}. github.io /{{cookiecutter.project_slug }}
33site_description : {{cookiecutter.project_short_description}}
44site_author : {{cookiecutter.full_name}}
55site_dir : html
6+ repo_name : {{cookiecutter.github_username}}/{{cookiecutter.project_slug}}
7+ repo_url : https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}
68
79plugins :
810 - search
@@ -13,7 +15,32 @@ plugins:
1315 - gen_pages.py
1416
1517theme :
16- name : material
18+ name : material
19+ palette :
20+ - media : ' (prefers-color-scheme: dark)'
21+ scheme : slate
22+ primary : blue
23+ accent : amber
24+ toggle :
25+ icon : material/lightbulb-outline
26+ name : Switch to light mode
27+ - media : ' (prefers-color-scheme: light)'
28+ scheme : default
29+ primary : black
30+ accent : amber
31+ toggle :
32+ icon : material/lightbulb
33+ name : Switch to dark mode
34+ features :
35+ - search.suggest
36+ - search.highlight
37+ - content.tabs.link
38+ icon :
39+ repo : fontawesome/brands/github-alt
40+ # logo: img/logo.svg
41+ # favicon: img/favicon.png
42+ language : en
43+
1744
1845nav :
1946 - index.md
You can’t perform that action at this time.
0 commit comments