1
0

modifs readme

This commit is contained in:
Jérémie Ducastel
2015-08-10 00:42:20 +02:00
parent ca6f0446f0
commit dfe668a992

View File

@ -3,15 +3,25 @@ A theme for [pelican](http://getpelican.com/).
## features ## features
* quick overview of articles as cards in index views (index.html, category.html, tag.html, etc) * quick overview of articles as cards in index views (index.html, category.html, tag.html, etc).
* supports article's Image metadata, will be shown in cards and as main illustration * save to pocket links in index views.
* share links in article view.
### post illustration
supports article's Image metadata, will be shown in cards and as main illustration.
```markdown ```markdown
Title: Sardines Title: Sardines
Image: /images/sardines.jpg Image: /images/sardines.jpg
``` ```
Same syntax used by Representative Image plugin, however this plugin is not required.
### syntax hihglighting
Theme borrowed from atom's editor one dark syntax.
## about ## about
Based on semantic-ui. Based on [semantic-ui](https://github.com/Semantic-Org/Semantic-UI).