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:
authorjbub <contact@jbub.eu>2016-11-05 20:21:01 +0300
committerjbub <contact@jbub.eu>2016-11-05 20:21:01 +0300
commit47bae0fbb0798edb35cb26757b3a6fda7e42009c (patch)
tree64a76d3bd83640e63c95a7b671cc2b20c2d9a372 /README.md
parent3a7b24a5e1549f82caaced5a4e9826c52fa79166 (diff)
Switch to safe and secure urls.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4bc28eb..d56fef9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Ghostwriter
-Enhanced port of the Ghost "[ghostwriter](https://github.com/roryg/ghostwriter)" theme to the [Hugo](http://gohugo.io) site generator.
+Enhanced port of the Ghost "[ghostwriter](https://github.com/roryg/ghostwriter)" theme to the [Hugo](https://gohugo.io) site generator.
## Installation
@@ -17,7 +17,7 @@ For more information read the official [setup guide](//gohugo.io/overview/instal
To customize your theme you can use following params:
```toml
-baseurl = "http://example.com/"
+baseurl = "https://example.com/"
title = "mytitle"
theme = "ghostwriter"
languageCode = "en-us"
@@ -41,7 +41,7 @@ disqusShortname = "XXX"
linkedin = "https://linkedin.com/in/XXX/"
gplus = "https://google.com/+XXX"
twitter = "https://twitter.com/XXX"
- stackoverflow = "http://stackoverflow.com/users/XXX/YYY"
+ stackoverflow = "https://stackoverflow.com/users/XXX/YYY"
opengraph = true
[Permalinks]