SEO
This commit is contained in:
parent
a48ee22a03
commit
b8c709e735
3 changed files with 118 additions and 9 deletions
17
README.md
17
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue