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

github.com/themefisher/liva-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan <58769763+developer-evan@users.noreply.github.com>2020-10-03 05:07:41 +0300
committerGitHub <noreply@github.com>2020-10-03 05:07:41 +0300
commita96d9fd28dbdbabea801913ea9c18fd49de91714 (patch)
tree875dff32d26f9d10e83c5535c9ced294580d5171
parentbaeb21e566150eca1bc64825caf76ffcaa21d366 (diff)
parent831b089be88097808b0f4312723fbcde6977a0bf (diff)
Merge pull request #31 from efigi/master
fix variable and string typos in example site
-rw-r--r--exampleSite/config.toml16
-rw-r--r--exampleSite/content/blog/post-1.md18
2 files changed, 17 insertions, 17 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1a555bc..23b9cea 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -39,21 +39,21 @@ disqusShortname = ""
[[params.plugins.js]]
URL = "plugins/search/search.js"
-
+
############################## navigation ###############################
[menu]
-
+
# main menu
[[menu.main]]
name = "About"
URL = "about"
weight = 1
-
+
[[menu.main]]
name = "Post"
URL = "blog"
weight = 2
-
+
[[menu.main]]
name = "Contact"
URL = "contact"
@@ -64,12 +64,12 @@ disqusShortname = ""
name = "About"
URL = "about"
weight = 1
-
+
[[menu.footer]]
name = "Post"
URL = "blog"
weight = 2
-
+
[[menu.footer]]
name = "Contact"
URL = "contact"
@@ -84,7 +84,7 @@ home = "Home"
description = "This is meta description"
author = "Themefisher"
# Google Analitycs
-googleAnalitycsID = "Your ID"
+googleAnalyticsID = "Your ID"
# Contact Information
mobile = "0124857985320"
email = "demo@email.com"
@@ -131,4 +131,4 @@ link = "#"
[[params.social]]
title = "linkedin"
icon = "ti-linkedin" # themify icon : https://themify.me/themify-icons
-link = "#" \ No newline at end of file
+link = "#"
diff --git a/exampleSite/content/blog/post-1.md b/exampleSite/content/blog/post-1.md
index 98376e7..0777176 100644
--- a/exampleSite/content/blog/post-1.md
+++ b/exampleSite/content/blog/post-1.md
@@ -10,8 +10,8 @@ image: "images/featured-post/post-1.jpg"
description: "this is meta description"
# taxonomies
-categories:
- - "Android And Gmaing"
+categories:
+ - "Android And Gaming"
tags:
- "Photos"
- "Game"
@@ -57,8 +57,8 @@ Strikethrough uses two tildes. ~~Scratch this.~~
Or leave it empty and use the [link text itself].
-URLs and URLs in angle brackets will automatically get turned into links.
-http://www.example.com or <http://www.example.com> and sometimes
+URLs and URLs in angle brackets will automatically get turned into links.
+http://www.example.com or <http://www.example.com> and sometimes
example.com (but not on Github, for example).
Some text to show that the reference links can follow later.
@@ -101,14 +101,14 @@ Inline `code` has `back-ticks around` it.
var s = "JavaScript syntax highlighting";
alert(s);
```
-
+
```python
s = "Python syntax highlighting"
print s
```
-
+
```
-No language indicated, so no syntax highlighting.
+No language indicated, so no syntax highlighting.
But let's throw in a <b>tag</b>.
```
@@ -146,7 +146,7 @@ Colons can be used to align columns.
| zebra stripes | are neat | $1 |
There must be at least 3 dashes separating each header cell.
-The outer pipes (|) are optional, and you don't need to make the
+The outer pipes (|) are optional, and you don't need to make the
raw Markdown line up prettily. You can also use inline Markdown.
Markdown | Less | Pretty
@@ -164,4 +164,4 @@ Markdown | Less | Pretty
##### Youtube video
-{{< youtube C0DPdy98e4c >}} \ No newline at end of file
+{{< youtube C0DPdy98e4c >}}