Update readme

This commit is contained in:
Carson Ip
2017-02-19 11:48:47 +01:00
parent 818a19ce97
commit 9b3085b032

View File

@@ -3,3 +3,23 @@
Minos is a hugo theme ported from Hexo theme [Minos](https://github.com/ppoffice/hexo-theme-minos) by [@ppoffice](https://github.com/ppoffice/). Minos is a hugo theme ported from Hexo theme [Minos](https://github.com/ppoffice/hexo-theme-minos) by [@ppoffice](https://github.com/ppoffice/).
Work in progress. Work in progress.
## Site Params
### Disqus
```
[params]
disqusShortname = "xxxxxx"
```
### Google Analytics
```
[params]
googleAnalytics = "UA-123-45"
```
### [KaTeX](https://github.com/Khan/KaTeX)
```
[params]
katex = true
```