This commit is contained in:
MeiK
2019-10-23 19:41:08 +08:00
parent 359a5ecaa6
commit c0d28728f4
7 changed files with 76 additions and 11 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# github-style
## config.toml example
```toml
baseURL = "https://domain.com/"
title = "GitHub Style"
googleAnalytics = "UA-123-456-789"
[params]
author = "author"
description = "description"
github = "github"
twitter = "twitter"
email = "email@domain.com"
```