Skip to content

Commit f498dc5

Browse files
committed
Add toc for blog, and continue reading for post
1 parent fbb8728 commit f498dc5

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

docs/blog/posts/jdedwards/jde-trial.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ User: demo
2626
Password: nomana
2727
```
2828

29+
<!-- more -->
30+
2931
## Prerequisites
3032

3133
Before starting, ensure you have the following:

docs/blog/posts/mkdocs/mkdocs-install.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ The provided MkDocs Material configuration is designed to support a comprehensiv
4545
- CSP (Content Security Policy) meta tag for enhanced security.
4646
- Custom CSS and JavaScript to further tailor the site's appearance and functionality.
4747

48+
<!-- more -->
49+
4850
### Repository Features
4951

5052
The repository includes:

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ plugins:
6363
- search
6464
- awesome-pages
6565
- minify
66-
- blog
66+
- blog:
67+
blog_toc: true
6768
extra:
6869
social:
6970
- icon: fontawesome/brands/github

0 commit comments

Comments
 (0)