Skip to content

Commit

Permalink
Basic yaml and front matter configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
hreikin committed Apr 3, 2022
1 parent 951f13a commit 7d5b351
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
8 changes: 7 additions & 1 deletion docs/getting-started/README.md
@@ -1,3 +1,9 @@
---
title: Getting Started
summary: Quick installation and usage instructions.
authors:
- hreikin
---
<!-- GETTING STARTED -->
# Getting Started
<!-- ### Prerequisites
Expand Down Expand Up @@ -54,4 +60,4 @@ root = tk.Tk()
app = TkinterMDFrame(root)
app.pack(fill="both", expand=1)
app.mainloop()
```
```
8 changes: 7 additions & 1 deletion docs/index.md
@@ -1,4 +1,10 @@
# Welcome To The tkintermd Docs
---
title: tkintermd Documentation
summary: About tkintermd.
authors:
- hreikin
---
# The `tkintermd` Docs

<!-- ABOUT THE PROJECT -->
## About The Project
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
@@ -1,4 +1,4 @@
site_name: tkintermd Docs
site_name: The tkintermd Docs
site_url: https://hreikin.github.io/tkintermd
repo_name: hreikin/tkintermd
repo_url: https://github.com/hreikin/tkintermd
Expand Down

0 comments on commit 7d5b351

Please sign in to comment.