Skip to content

Commit e6952d2

Browse files
committed
Add theme config file.
1 parent 0cb9973 commit e6952d2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

basic_theme/mkdocs-theme.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
site_name: MkDocs Basic theme
22
theme:
3-
name: null
4-
custom_dir: basic_theme
5-
include_search_page: true
3+
name: basictheme
64

75
repo_url: https://github.com/d0ugal/mkdocs-basic-theme

0 commit comments

Comments
 (0)