Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/eshlox/simplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemysław Kołodziejczyk <eshlox@vertolabs.com>2018-05-07 10:15:23 +0300
committerPrzemysław Kołodziejczyk <eshlox@vertolabs.com>2018-05-07 10:15:23 +0300
commitd526d32f5189386667d2f1ba05d109360d126429 (patch)
treea68d441f31dc2c3035ba9fe9e45dcdfd605f7cfb
parent4bb864a7c4aca667d192496ba2e239b2ec79053a (diff)
More information about theme
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1766389..11aea4c 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,9 @@ A separate page with a list of all categories and list of posts for a selected c
#### Tags
A separate page with a list of all categories and list of posts for a selected tag.
#### RSS
-Custom RSS template without e-mail inside feed.
+Custom RSS template without an e-mail address.
+#### Sitemap
+Custom sitemap template to prevent rendering content from media directory.
#### Social icons
Add information about your social profile in the config file to display it on the homepage. Supported services: email, Facebook, Github, Google+, Linkedin, Messenger, Spotify, Stackoverflow, Telegram, Twitter.
#### Gravatar support
@@ -130,6 +132,15 @@ Add Adsense configuration and use `{{< adsense >}}` in your post to display an a
### Image
+All images should be stored in `content/images` directory. Each subdirectory should contain `_index.md` file with this content:
+
+```
+---
+title: Media Folder
+---
+
+```
+
Insert responsive image with title:
`{{< image src="media/image-1.jpg" title="Photo by Ales Krivec on Unsplash" >}}`