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

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuraj Bubniak <juraj.bubniak@exponea.com>2019-06-02 17:54:45 +0300
committerJuraj Bubniak <juraj.bubniak@exponea.com>2019-06-02 17:54:45 +0300
commit6a7a274c081a957920e74f3de16b5640cf173a0a (patch)
tree523bd9106deaf8071de9684f666b5ad7875dfc36
parent8988a5ba1371e9f12aa28ee951b200f0df0c2e56 (diff)
Add facebook example url.v0.2.0
-rw-r--r--README.md1
-rw-r--r--exampleSite/config.toml1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8ebe724..21cec61 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,7 @@ disqusShortname = "XXX"
gplus = "https://google.com/+XXX"
twitter = "https://twitter.com/XXX"
stackoverflow = "https://stackoverflow.com/users/XXX/YYY"
+ facebook = "https://www.facebook.com/username"
email = "XXX@example.com"
opengraph = true
shareTwitter = true
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0d04149..3c36bc4 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -33,6 +33,7 @@ googleAnalytics = "XXX"
gplus = "https://google.com/+XXX"
twitter = "https://twitter.com/XXX"
stackoverflow = "https://stackoverflow.com/users/XXX/YYY"
+ facebook = "https://www.facebook.com/username"
email = "XXX@example.com"
opengraph = true
shareTwitter = true