Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MeiK2333/github-style.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeiK <meik2333@gmail.com>2019-10-23 14:41:08 +0300
committerMeiK <meik2333@gmail.com>2019-10-23 14:41:08 +0300
commitc0d28728f40c80d8547a44392eb816b2f7983f18 (patch)
treeaa501ac45ec78fb6a4c662bfd9ee564fee175506 /README.md
parent359a5ecaa673f922accdea3de27d71b04e4d09fd (diff)
Update
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3a99cef
--- /dev/null
+++ b/README.md
@@ -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"
+```