hannesdelbeke / wiki_template

easy mkdocs template for obsidian, supports wikilinks and automated build, preview
https://hannesdelbeke.github.io/wiki_template/
GNU Affero General Public License v3.0
4 stars 0 forks source link

configure landing page / start page #2

Closed hannesdelbeke closed 1 year ago

hannesdelbeke commented 1 year ago

allow configure landing page. document this in wiki template

hannesdelbeke commented 1 year ago

currently it just grabs a random page at root level. currently readme.md https://github.com/hannesdelbeke/brain

hannesdelbeke commented 1 year ago

override chain described here

overrides/home.html extends from overrides/main.html, so you also need to override that template. In essence, the template chain is:

  1. base.html
  2. main.html
  3. overrides/main.html
  4. overrides/home.html

The reason for that is that the meta tags and announcement bar is shown on all pages + the home page includes the image and buttons.

hannesdelbeke commented 1 year ago

material mk docs default generates index.md. is this the standard one?
seems so.