File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1+ A list of past topics
2+
132025-01-14
24Bold Predictions for 2025
35
Original file line number Diff line number Diff line change @@ -16,23 +16,29 @@ theme:
1616
1717 logo : assets/logo/png/square_logo_light_150.png
1818
19+
20+
21+
1922# Enable the blogging behaviour (builtin plugin)
2023# see https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/
2124plugins :
2225 - search
2326 - blog :
2427 blog_dir : .
25-
28+ pagination_per_page : 3
29+ # more blog parameters here:
30+ # https://squidfunk.github.io/mkdocs-material/plugins/blog/
2631
2732
2833nav :
2934 - Home : index.md
3035 - Join : join.md
31- - Hosts : hosts.md
36+ - Hosts : hosts/index .md
3237 - Past Hosts : past-hosts/index.md
33- - Sponsors : sponsors.md
34-
38+ - Sponsors : sponsors/index.md
3539
40+ exclude_docs : |
41+ past_topics.md
3642markdown_extensions :
3743 - attr_list # This lets us specify image dimensions, etc.
3844
You can’t perform that action at this time.
0 commit comments