diff --git a/docs/creating-your-site.md b/docs/creating-your-site.md index e8c4f3848..fec3ba3bc 100644 --- a/docs/creating-your-site.md +++ b/docs/creating-your-site.md @@ -164,6 +164,30 @@ technical writing experience. [Building an optimized site]: setup/building-an-optimized-site.md [Markdown extensions]: setup/extensions/index.md +## Templates + +If you want to jump start a new project, you can use one of our growing +collection of templates: + +
+ +- :octicons-repo-template-24:   __[Blog][blog-template]__ + + --- + + Create a blog + +- :octicons-repo-template-24:   __[Social cards][social-cards-template]__ + + --- + + Create documentation with social cards + +
+ +[blog-template]: https://github.com/mkdocs-material/create-blog +[social-cards-template]: https://github.com/mkdocs-material/create-social-cards + ## Previewing as you write MkDocs includes a live preview server, so you can preview your changes as you