Update README
This commit is contained in:
parent
e05d86f6fe
commit
9b1c2169e9
@ -13,6 +13,7 @@ Anubis is a simple minimalist theme for [Hugo blog engine](https://gohugo.io/).
|
|||||||
- Google Analytics
|
- Google Analytics
|
||||||
- Disqus
|
- Disqus
|
||||||
- RSS feeds
|
- RSS feeds
|
||||||
|
- Translations (en, ru, fr)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@ -30,7 +31,7 @@ After installing the theme successfully it requires a just a few more steps to g
|
|||||||
Example:
|
Example:
|
||||||
```yaml
|
```yaml
|
||||||
languageCode: "en-us"
|
languageCode: "en-us"
|
||||||
baseUrl = ""
|
baseUrl: ""
|
||||||
title: "Anubis"
|
title: "Anubis"
|
||||||
theme: "anubis"
|
theme: "anubis"
|
||||||
paginate: 10
|
paginate: 10
|
||||||
@ -50,6 +51,8 @@ params:
|
|||||||
description: ""
|
description: ""
|
||||||
images:
|
images:
|
||||||
- images/og-featured.png
|
- images/og-featured.png
|
||||||
|
customCSS:
|
||||||
|
- css/my.css
|
||||||
```
|
```
|
||||||
|
|
||||||
### Check your site
|
### Check your site
|
||||||
|
Loading…
Reference in New Issue
Block a user