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]