Add 'jakstys.lt/themes/default/' from commit '641a854a0a705a5ddbb3badeb2bc23cc079f9de6'
git-subtree-dir: jakstys.lt/themes/default git-subtree-mainline: b82ef4c7a5626048be31904c02f41567b158f043 git-subtree-split: 641a854a0a705a5ddbb3badeb2bc23cc079f9de6
This commit is contained in:
31
themes/default/README.md
Normal file
31
themes/default/README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Simple Style Hugo Theme
|
||||
|
||||
My simple style hugo theme, based on [this webpage template](https://yanlinlin82.github.io/webpage-templates/simple-style/index.html)
|
||||
|
||||
Online demo of this theme: [simple-style-demo](https://yanlinlin82.github.io/simple-style-demo/)
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under [MIT, copyright (c) 2019 Linlin Yan](https://github.com/yanlinlin82/simple-style/blob/master/LICENSE), expect for the following code:
|
||||
|
||||
* `layout/partial/github-cornor.html` is based on source code from <http://tholman.com/github-corners/>, which is licensed under [MIT, copyright (c) 2016 Tim Holman](https://github.com/tholman/github-corners/blob/master/license.md).
|
||||
|
||||
## Supported Parameters
|
||||
|
||||
In `config.toml`
|
||||
|
||||
```
|
||||
[params]
|
||||
subtitle = "Sub title of the site"
|
||||
favicon = "/<path-to-site-icon>/logo.ico"
|
||||
githubUrl = "https://github.com/<your-name>/<site-proj-name>/"
|
||||
referrer = "always"
|
||||
author = "..."
|
||||
description = "..."
|
||||
keywords = "..."
|
||||
googleSiteVerification = "<google-site-verification-code>"
|
||||
search = "..." # baidu, google, bing, duckduckgo
|
||||
dateFormat = "Mon Jan 2 15:04:05 MST 2006" # see: https://gohugo.io/functions/format/#gos-layout-string
|
||||
externalLinkIcon = true
|
||||
externalLinkNewWindow = true
|
||||
```
|
||||
Reference in New Issue
Block a user