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

github.com/nathancday/min_night.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate <nathancday@gmail.com>2018-05-20 14:05:30 +0300
committerNate <nathancday@gmail.com>2018-05-20 14:05:30 +0300
commit652012b8dc269de6d6a552bd032b601c6989c99b (patch)
tree0e1d97d8f1f9e63f751c040bb6e827b9a5b0cda2
parent88c08fc27673865daf117ccef90e7cab06c28251 (diff)
updates for hugo showcase
-rw-r--r--exampleSite/content/post/creating-a-new-theme.md2
-rw-r--r--images/screenshot.pngbin85974 -> 86110 bytes
-rw-r--r--images/tn.pngbin0 -> 70314 bytes
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--layouts/partials/header.html14
-rw-r--r--static/img/large_card.pngbin0 -> 5450079 bytes
6 files changed, 10 insertions, 8 deletions
diff --git a/exampleSite/content/post/creating-a-new-theme.md b/exampleSite/content/post/creating-a-new-theme.md
index 0a957f9..55fbd50 100644
--- a/exampleSite/content/post/creating-a-new-theme.md
+++ b/exampleSite/content/post/creating-a-new-theme.md
@@ -3,6 +3,8 @@ title: "Creating a New Theme"
date: 2014-09-28
tags: ["go", "golang", "hugo", "themes"]
draft: false
+twitter_img: "img/large_card.png"
+description: "Summary of the post"
---
## Introduction
diff --git a/images/screenshot.png b/images/screenshot.png
index 70c4d04..a58c436 100644
--- a/images/screenshot.png
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
new file mode 100644
index 0000000..70f2378
--- /dev/null
+++ b/images/tn.png
Binary files differ
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 0e0794b..14ea83b 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,6 +1,6 @@
<footer id = "bigfooter">
<div style = "padding:15px;">
- <p>{{ "Powered by [Hugo](https://gohugo.io). Themed by [MinNight](https://github.com/nathancday/min_night)." | markdownify }}
+ <p>{{ "Powered by [Hugo](https://gohugo.io). Themed by [min_night](https://github.com/nathancday/min_night)." | markdownify }}
</p>
<a rel="license" href="https://creativecommons.org/licenses/by/4.0/"
title="Creative Commons Attribution 4.0 International license">
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 9332413..739ad7a 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -22,14 +22,14 @@
{{ end }}
<!-- Favicons - https://realfavicongenerator.net/ -->
- <link rel="apple-touch-icon" sizes="180x180" href="/static/img/favicon/apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="/static/img/favicon/favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="/static/img/favicon/favicon-16x16.png">
- <link rel="manifest" href="/static/img/favicon/site.webmanifest">
- <link rel="mask-icon" href="/static/img/favicon/safari-pinned-tab.svg" color="#000000">
- <link rel="shortcut icon" href="/static/img/favicon/favicon.ico">
+ <link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
+ <link rel="manifest" href="img/favicon/site.webmanifest">
+ <link rel="mask-icon" href="img/favicon/safari-pinned-tab.svg" color="#000000">
+ <link rel="shortcut icon" href="img/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#2b5797">
- <meta name="msapplication-config" content="/static/img/favicon/browserconfig.xml">
+ <meta name="msapplication-config" content="img/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Twitter Cards - https://xvrdm.github.io/2017/10/23/socialize-your-blogdown/ -->
diff --git a/static/img/large_card.png b/static/img/large_card.png
new file mode 100644
index 0000000..fc37b3d
--- /dev/null
+++ b/static/img/large_card.png
Binary files differ