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

github.com/alexandrevicenzi/soho.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-05-26 00:05:19 +0300
committerAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-05-26 00:05:19 +0300
commitac7ec7386b36d5798a843dd5262200ec9b58109b (patch)
tree9bc1edc1bb87b737c855f63df95d02d791e2af71
parente1940891215e978f09e5d5c27b78388b3c3340b6 (diff)
Update readme
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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]