From ac7ec7386b36d5798a843dd5262200ec9b58109b Mon Sep 17 00:00:00 2001
From: Alexandre Vicenzi <vicenzi.alexandre@gmail.com>
Date: Mon, 25 May 2020 23:05:19 +0200
Subject: [PATCH] Update readme

---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index d36a47e..d7e4b8e 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,11 @@ Soho is a minimalist two-column [hugo](https://gohugo.io) theme based on [Hyde](
 - SEO Best Practices
 - Open Graph
 - Rich Snippets (JSON-LD)
+- Twitter Card
+- Pagination
+- Hidden Pages
 - Customizable
+- Support all [Hugo Internals](https://gohugo.io/templates/internal/)
 
 ## Integrations
 
@@ -92,6 +96,11 @@ customJs = ["js/blog.js"]
   weight = 300
   url = "/about/"
 
+[taxonomies]
+  category = "categories"
+  series = "series"
+  tag = "tags"
+
 [markup]
 
   [markup.highlight]
-- 
GitLab