> An mkdocs theme geared towards making a personal landing page, with simpler navigation and heavily customisable style options.
Improvements
- [Infer article/main distinction from whether or not we're on the homepage](https://github.com/TEParsons/mkdocs-landing/commit/1d5d2068a86808497bf107c3cccf5917d1f0b93c)
Breaking Change
Previously, Landing was deciding whether a page was the homepage or an article by whether it had `template: article.html` in its frontmatter. Now, I'm using mkdocs' actual `is_homepage` check to figure out which is the actual homepage, so the template is no longer needed. I've kept a legacy template that just copies `main.html`, so build processes won't break, but any non-homepage page that wasn't specified as an article will now be treated as an article. I think this is behaviour that you'd generally want for a landing page, but it's a breaking change nonetheless.
**Full Changelog**: https://github.com/TEParsons/mkdocs-landing/compare/0.0.5...0.0.6