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

github.com/themefisher/northendlab-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomratpro <abdulmonnafsomrat@gmail.com>2020-12-29 12:50:41 +0300
committersomratpro <abdulmonnafsomrat@gmail.com>2020-12-29 12:50:41 +0300
commitc3a7e02b88cb70f91ac79e042dc81460e96841b8 (patch)
tree6186415bab3bde1d93ad26779379d761f2da54ec
parent89bda804c8c3cc83680c1b21be1a34c2a63a009e (diff)
parent515e442ae80128b2a94bd13cca47eb11b28ace49 (diff)
modified readme file
-rw-r--r--README.md23
-rw-r--r--layouts/_default/article.html10
-rw-r--r--layouts/_default/list.html2
-rw-r--r--layouts/_default/single.html20
-rw-r--r--layouts/author/single.html2
-rw-r--r--layouts/partials/head.html4
6 files changed, 51 insertions, 10 deletions
diff --git a/README.md b/README.md
index 0757c8e..6e68520 100644
--- a/README.md
+++ b/README.md
@@ -84,8 +84,29 @@ If you have questions or need help integrating the product please [contact us](m
## Hire Us
We are available for Hiring of your next HUGO project. Drop Us a mail [mehedi@themefisher.com](mailto:mehedi@themefisher.com)
+## Support 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/) | [![reader](https://gethugothemes.com/wp-content/uploads/edd/2020/09/Reader.jpg)](https://gethugothemes.com/products/reader/) | [![logbook](https://gethugothemes.com/wp-content/uploads/edd/2020/03/logbook-hugo.jpg](https://gethugothemes.com/products/logbook-hugo/) |
|:---:|:---:|:---:|
-| **Hugo Mega Bundle** | **Reader** | **Logbook** | \ No newline at end of file
+<<<<<<< HEAD
+| **Hugo Mega Bundle** | **Reader** | **Logbook** |
+=======
+| **Hugo Mega Bundle** | **Revolve** | **Liva** |
+| [![northendlab](https://gethugothemes.com/wp-content/uploads/edd/2020/05/northendlab-hugo-theme.png)](https://gethugothemes.com/products/northendlab/) | [![Influencer](https://gethugothemes.com/wp-content/uploads/2019/11/Influencer.png)](https://gethugothemes.com/products/influencer-hugo/) | [![Kross](https://gethugothemes.com/wp-content/uploads/edd/2019/07/kross-portfolio-template.jpg)](https://gethugothemes.com/products/kross-hugo-theme/) |
+| **Northendlab** | **Influencer** | **Kross** |
+| [![Biztrox](https://gethugothemes.com/wp-content/uploads/2019/12/Biztrox.png)](https://gethugothemes.com/products/hugo-business-theme/) | [![Parsa](https://gethugothemes.com/wp-content/uploads/edd/2019/07/parsa-768x576.jpg)](https://gethugothemes.com/products/parsa-hugo-theme/) | [![all](https://gethugothemes.com/wp-content/uploads/2019/12/get-more-hugo-themes.png)](https://gethugothemes.com/shop/) |
+| **Biztrox** | **Parsa** | **More Hugo Themes** |
+>>>>>>> 515e442ae80128b2a94bd13cca47eb11b28ace49
diff --git a/layouts/_default/article.html b/layouts/_default/article.html
index a19ed80..006a605 100644
--- a/layouts/_default/article.html
+++ b/layouts/_default/article.html
@@ -1,11 +1,15 @@
<article class="mb-5">
<h2 class="h4"><a class="post-title" href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h2>
<div class="mb-3 post-meta">
- <a href="{{ `author/` | relLangURL }}{{ .Params.Author | urlize | lower }}">{{ .Params.Author | title | humanize }}</a>,
- {{ .PublishDate.Format "02/01/2006" }}, {{ range .Params.Categories }}
- <a href="{{ `categories/` | relLangURL }}{{ . | urlize | lower }}">{{ . | title | humanize }}</a>
+ <a href="{{ `author/` | relLangURL }}{{ .Params.Author | urlize | lower }}">{{ .Params.Author | title }}</a>,
+ {{ .PublishDate.Format "Jan 2, 2006" }}, {{ range .Params.Categories }}
+ <a href="{{ `categories/` | relLangURL }}{{ . | urlize | lower }}">{{ . | title }}</a>
{{ end }}
</div>
<p>{{.Summary}}</p>
+ <div class="mb-3 post-meta">
+ {{range .Params.Tags }} <a href="{{ `tags/` | relLangURL}}{{ . | urlize | lower }}">#{{ . | title }}</a>, {{ end }}
+ </div>
<a href="{{ .Permalink }}" class="btn btn-sm btn-transparent pl-0">read more</a>
+ <div style="border: 1px #eee solid; margin:30px 0"></div>
</article> \ No newline at end of file
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index f274873..f061536 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -5,7 +5,7 @@
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto px-0">
- <h2 class="mb-4">Posts are showing from <span class="text-primary">{{ .Title }}</span> categories</h2>
+ <h2 class="mb-4">Posts related to <span class="text-primary">{{ .Title }}</span></h2>
<div class="bg-white shadow block">
{{ $paginator := .Paginate (where .Data.Pages "Type" "post") }}
{{ range $paginator.Pages }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 9d61ddc..59db810 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -6,9 +6,9 @@
<div class="col-lg-8 mx-auto block shadow mb-5">
<h2>{{ .Title | markdownify }}</h2>
<div class="mb-3 post-meta">
- <a href="{{ `author/` | relLangURL }}{{ .Params.Author | urlize | lower }}">{{ .Params.Author | title | humanize }}</a>,
- {{ .PublishDate.Format "02/01/2006" }}, {{ range .Params.Categories }}
- <a href="{{ `categories/` | relLangURL }}{{ . | urlize | lower }}">{{ . | title | humanize }}</a>
+ <a href="{{ `author/` | relLangURL }}{{ .Params.Author | urlize | lower }}">{{ .Params.Author | title }}</a>,
+ {{ .PublishDate.Format "Jan 2, 2006" }}, {{ range .Params.Categories }}
+ <a href="{{ `categories/` | relLangURL }}{{ . | urlize | lower }}">{{ . | title }}</a>
{{ end }}
</div>
{{ if .Params.Image }}
@@ -17,6 +17,20 @@
<div class="content mb-5">
{{ .Content }}
</div>
+ <div class="mb-3 post-meta">
+ {{range .Params.Tags }} <a href="{{ `tags/` | relLangURL}}{{ . | urlize | lower }}">#{{ . | title }}</a>, {{ end }}
+ </div>
+ </div>
+ <div class="col-lg-8 mx-auto block shadow">
+ {{ $related := .Site.RegularPages.Related . | first 5 }}
+ {{ with $related }}
+ <h3>See Also</h3>
+ <ul>
+ {{ range . }}
+ <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
+ {{ end }}
+ </ul>
+ {{ end }}
</div>
{{ if .Site.DisqusShortname}}
<div class="col-lg-8 mx-auto block shadow">
diff --git a/layouts/author/single.html b/layouts/author/single.html
index e28aa97..2d1f130 100644
--- a/layouts/author/single.html
+++ b/layouts/author/single.html
@@ -19,7 +19,7 @@
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto px-0">
- <h2 class="mb-4">Post by author</h2>
+ <h2 class="mb-4">Posts by {{ .Title }}</h2>
<div class="bg-white shadow block">
{{ $name:= .Title }}
{{ range where .Site.RegularPages "Params.author" $name }}
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index b4f3a62..d5ec62d 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -6,7 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description"
content="{{ with .Description }}{{ . }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}">
- {{ with .Site.Params.author }}
+ {{ with .Site.Params.keywords }}
+ <meta name="keywords" content="{{ . }}">{{ end }}
+ {{ with .Site.Params.author }}
<meta name="author" content="{{ . }}">{{ end }}
{{ hugo.Generator }}