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:
authorsomratpro <abdulmonnafsomrat@gmail.com>2020-10-18 10:44:06 +0300
committersomratpro <abdulmonnafsomrat@gmail.com>2020-10-18 10:44:06 +0300
commitc8cd6f07c633a4fbb150e76df11911563dd186c9 (patch)
tree48816adb781c38cd6d40a7ea8dad718884ab6604
parent9574a64e8034ad102dbe2573e7d791d5ddb6e7a1 (diff)
parent9509c8c07a72b11c0495761f8742de4c812f0ea1 (diff)
Merge branch 'master' of https://github.com/themefisher/liva-hugo into master
-rw-r--r--README.md15
-rw-r--r--exampleSite/config.toml14
-rw-r--r--exampleSite/content/blog/post-1.md18
3 files changed, 30 insertions, 17 deletions
diff --git a/README.md b/README.md
index 45a0308..70309e8 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,19 @@ If you have questions or need help integrating the product please [contact us](m
- Copyright 2020 Designed by [Themefisher](https://themefisher.com/) & Developed by [Gethugothemes](https://gethugothemes.com/)
- Licensed under MIT (https://github.com/themefisher/liva-hugo/blob/master/LICENSE)
+### Donate Us (Author)
+This project needs you! If you would like to support this project's further development, the creator of this project or the continuous maintenance of this project, feel free to donate. Your donation is highly appreciated . Thank you!
+
+* **[Donate $10](https://www.paypal.me/themefisher/10USD)**: Thank's for creating this project, here's a tea (or some juice) for you!
+* **[Donate $20](https://www.paypal.me/themefisher/20USD)**: Wow, I am stunned. Let me take you to the movies!
+* **[Donate $30](https://www.paypal.me/themefisher/30USD)**: I really appreciate your work, let's grab some lunch!
+* **[Donate $40](https://www.paypal.me/themefisher/40USD)**: That's some awesome stuff you did right there, dinner is on me!
+* **[Donate $50](https://www.paypal.me/themefisher/50USD)**: I really really want to support this project, great job!
+* **[Donate $100](https://www.paypal.me/themefisher/100USD)**: You are the man! This project saved me hours (if not days) of struggle and hard work, simply awesome!
+* **[Donate $1500](https://www.paypal.me/themefisher/1500USD)**: Go buddy, buy Macbook Pro for yourself!
+
+Of course, you can also choose what you want to donate, all donations are awesome !
+
## Premium Themes
| [![Mega-Bundle-HUGO](https://gethugothemes.com/wp-content/uploads/edd/2019/09/Mega-Bundle-HUGO.png)](https://themefisher.com/products/hugo-mega-bundle/) | [![galaxy](https://gethugothemes.com/wp-content/uploads/edd/2020/04/galaxy.png)](https://gethugothemes.com/products/galaxy/) | [![logbook](https://gethugothemes.com/wp-content/uploads/edd/2020/03/logbook-hugo.jpg)](https://gethugothemes.com/products/logbook-hugo/) |
@@ -58,4 +71,4 @@ If you have questions or need help integrating the product please [contact us](m
| [![northendlab](https://gethugothemes.com/wp-content/uploads/2019/11/Blogplate-Blog-Template.png)](https://gethugothemes.com/products/northendlab/) | [![Parsa](https://gethugothemes.com/wp-content/uploads/edd/2019/07/parsa-768x576.jpg)](https://gethugothemes.com/products/parsa-hugo-theme/) | [![Kross](https://gethugothemes.com/wp-content/uploads/edd/2019/07/kross-portfolio-template.jpg)](https://gethugothemes.com/products/kross-hugo-theme/) |
| **Northendlab** | **Parsa** | **Kross** |
| [![revolve](https://gethugothemes.com/wp-content/uploads/edd/2019/11/revolve.jpg)](https://gethugothemes.com/products/revolve-hugo/) | [![Phantom](https://gethugothemes.com/wp-content/uploads/edd/2019/06/Phantom.jpg)](https://gethugothemes.com/products/phantom-hugo-theme/) | [![all](https://gethugothemes.com/wp-content/uploads/2019/12/get-more-hugo-themes.png)](https://gethugothemes.com/shop/) |
-| **Revolve** | **Phantom** | **More Hugo Themes** | \ No newline at end of file
+| **Revolve** | **Phantom** | **More Hugo Themes** |
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 5ea304a..107b251 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"
@@ -138,4 +138,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 >}}