Browse Source

Some addition to themes creation

index-subcmd
Vincent Prouillet 6 years ago
parent
commit
be2f01b5bc
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      docs/content/documentation/themes/creating-a-theme.md

+ 6
- 0
docs/content/documentation/themes/creating-a-theme.md View File

@@ -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).

Loading…
Cancel
Save