From dfe668a992ebf1fcd0e79d654f005a38fe9f513b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Je=CC=81re=CC=81mie=20Ducastel?= Date: Mon, 10 Aug 2015 00:42:20 +0200 Subject: [PATCH] modifs readme --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46606dc..d02c514 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,25 @@ A theme for [pelican](http://getpelican.com/). ## features -* 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 +* quick overview of articles as cards in index views (index.html, category.html, tag.html, etc). +* 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 Title: Sardines 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 -Based on semantic-ui. +Based on [semantic-ui](https://github.com/Semantic-Org/Semantic-UI).