We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb9973 commit e6952d2Copy full SHA for e6952d2
basic_theme/mkdocs-theme.yml
@@ -0,0 +1,5 @@
1
+# The theme configuration file
2
+# Defines custom settings specific to this theme.
3
+
4
+# Instructs the search plugin to include the search.html template
5
+include_search_page: true
mkdocs.yml
@@ -1,7 +1,5 @@
site_name: MkDocs Basic theme
theme:
- name: null
- custom_dir: basic_theme
- include_search_page: true
+ name: basictheme
6
7
repo_url: https://github.com/d0ugal/mkdocs-basic-theme
0 commit comments