diff --git a/README.md b/README.md index bcfd73e..c892e1f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,21 @@ Lanyon is a minimalist two-column [hugo](https://gohugo.io) theme based on [Hyde  +## Features + +- Mobile First +- Responsive +- Semantic +- SEO Best Practices +- Open Graph +- Rich Snippets (JSON-LD) +- Customizable + +## Integrations + +- [Disqus](https://disqus.com/) +- [Google Analytics](https://www.google.com/analytics/web/) + ## Installation To install Lanyon as your default theme, first install this repository in the `themes/` directory: @@ -22,7 +37,6 @@ at the top of the file. ```toml baseURL = "https://example.com" title = "Lanyon" -author = "Author Name" languageCode = "en" enableInlineShortcodes = true @@ -30,6 +44,7 @@ summarylength = 10 enableEmoji = true [params] +author = "Author Name" description = "My Blog" ## Set one of: diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 658c98e..194b19a 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,10 +2,8 @@
- - {{ hugo.Generator }} - + {{ hugo.Generator }} {{ if .IsHome -}}