From be2f01b5bc437f8797f6d9c9d65c546070e475bd Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 24 Oct 2017 19:32:26 +0200 Subject: [PATCH] Some addition to themes creation --- docs/content/documentation/themes/creating-a-theme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/documentation/themes/creating-a-theme.md b/docs/content/documentation/themes/creating-a-theme.md index 607481a4..93da0fbd 100644 --- a/docs/content/documentation/themes/creating-a-theme.md +++ b/docs/content/documentation/themes/creating-a-theme.md @@ -50,4 +50,10 @@ A theme will also need three directories to work: - `templates`: all templates used in this theme - `sass`: Sass stylesheets for this theme, can be empty +To be featured on this site, the theme will require two more things: + +- `screenshot.png`: a screenshot of the theme in action, its size needs to be reasonable +- `README.md`: a thorough README explaining how to use the theme and any other information +of importance + A simple theme you can use as example is [Hyde](https://github.com/Keats/hyde).