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

github.com/shenoybr/hugo-goa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Brukman <mbrukman@google.com>2019-04-20 04:15:36 +0300
committerGitHub <noreply@github.com>2019-04-20 04:15:36 +0300
commitd571af16acb68a5ed77d78a4b3ebca373157770f (patch)
tree5a037e35bcebbbb43dbb06c6c7fd55ab399fbc80
parenta67beb1e2acd1c6b0b28aa179917b0656e78f56e (diff)
Fix typo in "HighlightJS" in README
Also added syntax highlighting for the TOML sample config.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0b9881a..e2534e7 100644
--- a/README.md
+++ b/README.md
@@ -162,7 +162,7 @@ These settings for the main menu that is displayed on the home page.
- `url`: Root URL for this section/page. eg. `/blog/`.
Example:
-```
+```toml
[[menu.main]]
name = "blog"
weight = 100
@@ -182,8 +182,8 @@ Example:
* Responsive
* Minimalist
* Bootstrap 3
-* Fontawesome
-* HighlighJS
+* Font Awesome
+* HighlightJS
* Disqus support for commenting
* Built-in support for 404 pages, Disqus comments and Google Analytics.