diff --git a/README.md b/README.md index 9190e49..958356f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -# Soho +# Wantsum -Soho is a minimalist two-column [hugo](https://gohugo.io) theme based on [Hyde](https://github.com/spf13/hyde) inspired by the success of [Flex](https://github.com/alexandrevicenzi/Flex). +Wantsum is a minimalist two-column [hugo](https://gohugo.io) theme based on [Soho](https://github.com/alexandrevicenzi/soho) -![Screenshot](https://raw.githubusercontent.com/alexandrevicenzi/soho/master/images/tn.png) +![Screenshot](https://git.spod.cx/bcc/wantsum/raw/branch/main/images/screenshot.png) + +![Dark Mode](https://git.spod.cx/bcc/wantsum/raw/branch/main/images/screenshot-dark.png) ## Features @@ -12,26 +14,23 @@ Soho is a minimalist two-column [hugo](https://gohugo.io) theme based on [Hyde]( - SEO best practices - Open Graph - Schema.org (Microdata and JSON-LD) - - Twitter Card - Pagination - Customizable - Support all [Hugo Internals](https://gohugo.io/templates/internal/) +- Dark Mode +- No external dependencies -## Integrations - -- [Disqus](https://disqus.com/) -- [Google Analytics](https://www.google.com/analytics/web/) ## Installation -To install Soho as your default theme, first install this repository in the `themes/` directory: +To install Wwantsum as your default theme, first install this repository in the `themes/` directory: $ cd themes/ - $ git submodule add https://github.com/alexandrevicenzi/soho.git + $ git submodule add https://git.spod.cx/bcc/wansum.git -Second, specify `soho` as your default theme in the `config.toml` file. Just add the line +Second, specify `wantsum` as your default theme in the `config.toml` file. Just add the line - theme = "soho" + theme = "wantsum" at the top of the file. @@ -39,7 +38,7 @@ at the top of the file. ```toml baseURL = "https://example.com" -title = "Soho" +title = "Wantsum" languageCode = "en" enableInlineShortcodes = true @@ -51,7 +50,7 @@ author = "Author Name" description = "My Blog" ## Set one of: -# gravatar = "soho@example.com" +# gravatar = "wantsum@example.com" profilePicture = "images/profile.png" copyright = "Author Name" @@ -67,17 +66,17 @@ customJs = ["js/blog.js"] ## Set as many as you want. [[params.socialIcons]] - icon = "fa-linkedin" + icon = "brands/linkedin" title = "Linkedin" url = "#" [[params.socialIcons]] - icon = "fa-github" + icon = "brands/github" title = "GitHub" url = "#" [[params.socialIcons]] - icon = "fa-twitter" + icon = "brands/twitter" title = "Twitter" url = "#"