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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsiya@gmail.com <parsiya@gmail.com>2016-05-01 20:22:14 +0300
committerparsiya@gmail.com <parsiya@gmail.com>2016-05-01 20:22:14 +0300
commit81ce26a470a6c04860ba49825c2b27cfd46ecbd9 (patch)
treedb70b489728c0ebe5b7ff2310b005beb206a2fc3
parenta4f10e7bcf6f8ca75eefa16b45e550db1f2861d4 (diff)
Fix typos in README
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4a0de10..37ddf28 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Hugo-Octopress
-Hugo-Octopress is a port of the classic [Octopress][octopress-link] theme to [Hugo][hugo-link]. For a live demo of the website please see my website at [http://parsiya.net](http://parsiya.net).
+Hugo-Octopress is a port of the classic [Octopress][octopress-link] theme to [Hugo][hugo-link]. For a live demo of the website please see my website at [https://parsiya.net](https://parsiya.net).
## Contents
- [Config file parameters](#config)
@@ -185,7 +185,7 @@ Links are sorted according to weight from left to right. For example a link with
The search engine can also be customized in the `config.toml` file as follows:
[params]
- # search enginer paramete in the navigation menu
+ # search engine parameter in the navigation menu
search_engine_url = "https://www.google.com/search"
## <a name="sidebarlinks"></a>Sidebar
@@ -227,9 +227,10 @@ Icons are from [http://fontawesome.io](http://fontawesome.io) by Dave Gandy. To
### <a name="sidebarmenu"></a>Sidebar menu
This menu can be enabled by setting the `sidebar_menu_enabled` to `true` in config file. It has two main parts:
-* A header that appears inside the `<h1>` at the top. It can bset in the config file using the `sidebar_menu_header`. This part only supports text.
+* A header that appears inside the `<h1>` at the top. It can be set in the config file using the `sidebar_menu_header`. This part only supports text.
* A series of links. They can be set in the config file similar to navigation menus using the `[[menu.sidebar]]` tag as follows:
+
[[menu.sidebar]]
Name = "Google"
URL = "https://www.google.com"