From 818dcf7dc348deac7c27aebcae2c4298e037937f Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 24 Oct 2020 03:22:26 +0800 Subject: [PATCH] Update README --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index db23e8e..6f36d3b 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,19 @@ The quickest way to describe Contentful in one go is a list. The core feature of Contentful is to be easy to extend while providing sane and modern foundations, if you don't want to. Here are the default features of the theme provides: -* Beautifully simple default layout while made to be easily modified and extensible. - +* Beautiful reader-mode default layout. * Dark mode toggle. - * Focus on web accessibility and search engine optimization (SEO) including [Twitter cards](https://dev.twitter.com/cards) and [Open Graph protocol](https://opengraphprotocol.org/). - * Google Analytics and Disqus integration. +* Web accessible-ready by following the standard practices as referred to by the https://www.w3.org/TR/wai-aria-1.1/[W3C] + +As previously mentioned, this theme is made to be easily extensible. +With some integration with the huge ecosystem of Hugo, you can make the theme feature the following highlights. + +* Deploy with web feeds with [a Hugo module I made that adds them](https://github.com/foo-dogsquared/hugo-web-feeds). +* Make more modern with [a theme extension](https://github.com/foo-dogsquared/hugo-mod-more-contentful). + +More possibilities are there if you tinker it with your own modifications.