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

github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornodejh <jianghangscu@gmail.com>2021-03-01 18:30:48 +0300
committernodejh <jianghangscu@gmail.com>2021-03-01 18:30:48 +0300
commitf7641fcdc14928bc2389d02af45f50b31843c50e (patch)
treedf71a0cad8a9bf2ddf672f4f5661e178f2c3a170
parent815db72db3c26c405bf4f71a8021d188a14af004 (diff)
feat: update demo
-rw-r--r--404.html24
-rw-r--r--about-hugo/index.html2
-rw-r--r--about-us/index.html2
-rw-r--r--about/index.html19
-rw-r--r--about/index.xml8
-rw-r--r--archives/index.html194
-rw-r--r--articles/index.html1
-rw-r--r--blog/index.html1
-rw-r--r--categories/index.html23
-rw-r--r--categories/index.xml16
-rw-r--r--categories/syntax/index.html27
-rw-r--r--categories/syntax/index.xml12
-rw-r--r--categories/themes/index.html27
-rw-r--r--categories/themes/index.xml12
-rw-r--r--contact/index.html2
-rw-r--r--css/style.css14
-rw-r--r--docs/index.html1
-rw-r--r--index.html30
-rw-r--r--index.xml37
-rw-r--r--page/1/index.html2
-rw-r--r--posts/emoji-support/index.html19
-rw-r--r--posts/index.html45
-rw-r--r--posts/index.xml28
-rw-r--r--posts/markdown-syntax-guide/index.html23
-rw-r--r--posts/math-typesetting/index.html17
-rw-r--r--posts/migrate-from-jekyl/index.html2
-rw-r--r--posts/placeholder-text/index.html21
-rw-r--r--posts/rich-content/index.html21
-rw-r--r--showcase/index.html1
-rw-r--r--sitemap.xml47
-rw-r--r--tags/css/index.html27
-rw-r--r--tags/css/index.xml12
-rw-r--r--tags/emoji/index.html23
-rw-r--r--tags/emoji/index.xml12
-rw-r--r--tags/html/index.html27
-rw-r--r--tags/html/index.xml12
-rw-r--r--tags/index.html41
-rw-r--r--tags/index.xml45
-rw-r--r--tags/index/index.html187
-rw-r--r--tags/index/index.xml19
-rw-r--r--tags/markdown/index.html33
-rw-r--r--tags/markdown/index.xml16
-rw-r--r--tags/privacy/index.html25
-rw-r--r--tags/privacy/index.xml12
-rw-r--r--tags/shortcodes/index.html25
-rw-r--r--tags/shortcodes/index.xml12
-rw-r--r--tags/text/index.html25
-rw-r--r--tags/text/index.xml12
48 files changed, 385 insertions, 858 deletions
diff --git a/404.html b/404.html
index dd77e96..1b639dc 100644
--- a/404.html
+++ b/404.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>Hugo Themes</title>
+ <title>Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -70,15 +69,6 @@
<section class="item">
<div>
- <h1 class="title"><a href='/hugo-theme-mini/archives/'></a></h1>
- <div class="date">May 28, 2019</div>
- </div>
- </section>
-
-
-
- <section class="item">
- <div>
<h1 class="title"><a href='/hugo-theme-mini/posts/markdown-syntax-guide/'>Markdown Syntax Guide</a></h1>
<div class="date">Mar 11, 2019</div>
</div>
diff --git a/about-hugo/index.html b/about-hugo/index.html
index 220e4fd..581c679 100644
--- a/about-hugo/index.html
+++ b/about-hugo/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html><head><title>http://nodejh.github.io/hugo-theme-mini/about/</title><link rel="canonical" href="http://nodejh.github.io/hugo-theme-mini/about/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://nodejh.github.io/hugo-theme-mini/about/" /></head></html> \ No newline at end of file
+<!DOCTYPE html><html><head><title>https://nodejh.github.io/hugo-theme-mini/about/</title><link rel="canonical" href="https://nodejh.github.io/hugo-theme-mini/about/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://nodejh.github.io/hugo-theme-mini/about/" /></head></html> \ No newline at end of file
diff --git a/about-us/index.html b/about-us/index.html
index 220e4fd..581c679 100644
--- a/about-us/index.html
+++ b/about-us/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html><head><title>http://nodejh.github.io/hugo-theme-mini/about/</title><link rel="canonical" href="http://nodejh.github.io/hugo-theme-mini/about/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://nodejh.github.io/hugo-theme-mini/about/" /></head></html> \ No newline at end of file
+<!DOCTYPE html><html><head><title>https://nodejh.github.io/hugo-theme-mini/about/</title><link rel="canonical" href="https://nodejh.github.io/hugo-theme-mini/about/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://nodejh.github.io/hugo-theme-mini/about/" /></head></html> \ No newline at end of file
diff --git a/about/index.html b/about/index.html
index 215050b..13f2671 100644
--- a/about/index.html
+++ b/about/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>About | Hugo Themes</title>
+ <title>About | Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -45,10 +44,10 @@
<header class="profile">
- <img class="avatar" alt="avatar" src="http://nodejh.github.io/hugo-theme-mini/images/avatar.png" />
+ <img class="avatar" alt="avatar" src="/images/avatar.png" />
- <h1>Hugo Themes</h1>
+ <h1>Hugo</h1>
<h2>Software Engineer</h2>
diff --git a/about/index.xml b/about/index.xml
index 2a3184d..94ee091 100644
--- a/about/index.xml
+++ b/about/index.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>About on Hugo Themes</title>
- <link>http://nodejh.github.io/hugo-theme-mini/about/</link>
- <description>Recent content in About on Hugo Themes</description>
+ <title>About on Hugo</title>
+ <link>https://nodejh.github.io/hugo-theme-mini/about/</link>
+ <description>Recent content in About on Hugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Thu, 28 Feb 2019 00:00:00 +0000</lastBuildDate><atom:link href="http://nodejh.github.io/hugo-theme-mini/about/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Thu, 28 Feb 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://nodejh.github.io/hugo-theme-mini/about/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
diff --git a/archives/index.html b/archives/index.html
deleted file mode 100644
index f9e25cc..0000000
--- a/archives/index.html
+++ /dev/null
@@ -1,194 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-us">
- <head>
- <title>Hugo Themes</title>
-
- <meta charset="utf-8">
-<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
-<meta name="generator" content="Hugo 0.80.0" />
-
-
- <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
-
-
-<link rel="stylesheet" href=/hugo-theme-mini/css/style.css>
-<link rel="shortcut icon" href=/hugo-theme-mini/images/favicon.ico type="image/x-icon" />
-
-
-
-
-
-
- </head>
-
- <body>
- <nav class="navigation">
-
-
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
-
-
-
-
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
-
-</nav>
-
-
- <main class="main">
-
-
-<section id="single">
- <h1 class="title"></h1>
-
- <div class="tip">
- <span>
- May 28, 2019 00:00
- </span>
- <span class="split">
- ·
- </span>
- <span>
-
- 0 word
-
- </span>
- <span class="split">
- ·
- </span>
- <span>
- 0 minute read
- </span>
- </div>
-
- <div class="content">
-
- </div>
-
-
-
- <div id="comment">
-
- <div id="disqus_thread"></div>
-<script type="application/javascript">
- var disqus_config = function () {
-
-
-
- };
- (function() {
- if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
- document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
- return;
- }
- var d = document, s = d.createElement('script'); s.async = true;
- s.src = '//' + "your-disqus-shorname" + '.disqus.com/embed.js';
- s.setAttribute('data-timestamp', +new Date());
- (d.head || d.body).appendChild(s);
- })();
-</script>
-<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
-<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
-</div>
-
-</section>
-
-
- </main>
-
- <footer id="footer">
-
- <div id="social">
-
-
- <a class="symbol" href="your-github-link" target="_blank">
-
- <svg fill="#bbbbbb" width="28" height="28" viewBox="0 0 72 72" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-
- <title>Github</title>
- <desc>Created with Sketch.</desc>
- <defs></defs>
- <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
- <g id="Social-Icons---Rounded-Black" transform="translate(-264.000000, -939.000000)">
- <g id="Github" transform="translate(264.000000, 939.000000)">
- <path d="M8,72 L64,72 C68.418278,72 72,68.418278 72,64 L72,8 C72,3.581722 68.418278,-8.11624501e-16 64,0 L8,0 C3.581722,8.11624501e-16 -5.41083001e-16,3.581722 0,8 L0,64 C5.41083001e-16,68.418278 3.581722,72 8,72 Z" id="Rounded" fill="#bbbbbb"></path>
- <path d="M35.9985,13 C22.746,13 12,23.7870921 12,37.096644 C12,47.7406712 18.876,56.7718301 28.4145,59.9584121 C29.6145,60.1797862 30.0525,59.4358488 30.0525,58.7973276 C30.0525,58.2250681 30.0315,56.7100863 30.0195,54.6996482 C23.343,56.1558981 21.9345,51.4693938 21.9345,51.4693938 C20.844,48.6864054 19.2705,47.9454799 19.2705,47.9454799 C17.091,46.4500754 19.4355,46.4801943 19.4355,46.4801943 C21.843,46.6503662 23.1105,48.9634994 23.1105,48.9634994 C25.2525,52.6455377 28.728,51.5823398 30.096,50.9649018 C30.3135,49.4077535 30.9345,48.3460615 31.62,47.7436831 C26.2905,47.1352808 20.688,45.0691228 20.688,35.8361671 C20.688,33.2052792 21.6225,31.0547881 23.1585,29.3696344 C22.911,28.7597262 22.0875,26.3110578 23.3925,22.9934585 C23.3925,22.9934585 25.4085,22.3459017 29.9925,25.4632101 C31.908,24.9285993 33.96,24.6620468 36.0015,24.6515052 C38.04,24.6620468 40.0935,24.9285993 42.0105,25.4632101 C46.5915,22.3459017 48.603,22.9934585 48.603,22.9934585 C49.9125,26.3110578 49.089,28.7597262 48.8415,29.3696344 C50.3805,31.0547881 51.309,33.2052792 51.309,35.8361671 C51.309,45.0917119 45.6975,47.1292571 40.3515,47.7256117 C41.2125,48.4695491 41.9805,49.9393525 41.9805,52.1877301 C41.9805,55.4089489 41.9505,58.0067059 41.9505,58.7973276 C41.9505,59.4418726 42.3825,60.1918338 43.6005,59.9554002 C53.13,56.7627944 60,47.7376593 60,37.096644 C60,23.7870921 49.254,13 35.9985,13" fill="#FFFFFF"></path>
- </g>
- </g>
- </g>
-</svg>
- </a>
-
- <a class="symbol" href="your-github-link" target="_blank">
-
- <svg fill="#bbbbbb" width="28" height="28" viewBox="0 0 72 72" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-
- <title>stackoverflow</title>
- <desc>Created with Sketch.</desc>
- <defs></defs>
- <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
- <g id="Social-Icons---Rounded-Black" transform="translate(-488.000000, -1163.000000)">
- <g id="stackoverflow" transform="translate(488.000000, 1163.000000)">
- <path d="M8,72 L64,72 C68.418278,72 72,68.418278 72,64 L72,8 C72,3.581722 68.418278,-8.11624501e-16 64,0 L8,0 C3.581722,8.11624501e-16 -5.41083001e-16,3.581722 0,8 L0,64 C5.41083001e-16,68.418278 3.581722,72 8,72 Z" id="Rounded" fill="#bbbbbb"></path>
- <path d="M42.0860128,53.5922927 L22.9745951,53.6011499 L22.9729497,49.5538824 L42.0835447,49.5440929 L42.0860128,53.5922927 L42.0860128,53.5922927 Z M55,30.6708298 L51.7306912,12 L47.7087256,12.6920259 L50.9775643,31.3628557 L55,30.6708298 L55,30.6708298 Z M42.5455518,44.3547147 L23.5156994,42.616026 L23.1410164,46.6470941 L42.1712214,48.3841513 L42.5455518,44.3547147 L42.5455518,44.3547147 Z M43.8009984,39.0731519 L25.3459811,34.1539179 L24.285633,38.0621508 L42.7419431,42.9819676 L43.8009984,39.0731519 L43.8009984,39.0731519 Z M46.2103463,34.4436411 L29.7494464,24.8164635 L27.6748215,28.3015328 L44.1365441,37.9292931 L46.2103463,34.4436411 L46.2103463,34.4436411 Z M50.2466504,31.6088756 L46.8745036,33.8883189 L36.106599,18.2318456 L39.4792159,15.9517031 L50.2466504,31.6088756 Z M45.3315807,40.2784283 L48.5799693,40.2784283 L48.5799693,60 L17,60 L17,40.2784283 L20.2648427,40.2784283 L20.2648427,56.8243495 L45.3315807,56.8243495 L45.3315807,40.2784283 Z" fill="#FFFFFF"></path>
- </g>
- </g>
- </g>
-</svg>
- </a>
-
- <a class="symbol" href="your-github-link" target="_blank">
-
- <svg fill="#bbbbbb" width="28" height="28" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- width="438.536px" height="438.536px" viewBox="0 0 438.536 438.536" style="enable-background:new 0 0 438.536 438.536;"
- xml:space="preserve">
-<g>
- <path d="M414.41,24.123C398.333,8.042,378.963,0,356.315,0H82.228C59.58,0,40.21,8.042,24.126,24.123
- C8.045,40.207,0.003,59.576,0.003,82.225v274.084c0,22.647,8.042,42.018,24.123,58.102c16.084,16.084,35.454,24.126,58.102,24.126
- h274.084c22.648,0,42.018-8.042,58.095-24.126c16.084-16.084,24.126-35.454,24.126-58.102V82.225
- C438.532,59.576,430.49,40.204,414.41,24.123z M335.471,168.735c0.191,1.713,0.288,4.278,0.288,7.71
- c0,15.989-2.334,32.025-6.995,48.104c-4.661,16.087-11.8,31.504-21.416,46.254c-9.606,14.749-21.074,27.791-34.396,39.115
- c-13.325,11.32-29.311,20.365-47.968,27.117c-18.648,6.762-38.637,10.143-59.953,10.143c-33.116,0-63.76-8.952-91.931-26.836
- c4.568,0.568,9.329,0.855,14.275,0.855c27.6,0,52.439-8.565,74.519-25.7c-12.941-0.185-24.506-4.179-34.688-11.991
- c-10.185-7.803-17.273-17.699-21.271-29.691c4.947,0.76,8.658,1.137,11.132,1.137c4.187,0,9.042-0.76,14.56-2.279
- c-13.894-2.669-25.598-9.562-35.115-20.697c-9.519-11.136-14.277-23.84-14.277-38.114v-0.571
- c10.085,4.755,19.602,7.229,28.549,7.422c-17.321-11.613-25.981-28.265-25.981-49.963c0-10.66,2.758-20.747,8.278-30.264
- c15.035,18.464,33.311,33.213,54.816,44.252c21.507,11.038,44.54,17.227,69.092,18.558c-0.95-3.616-1.427-8.186-1.427-13.704
- c0-16.562,5.853-30.692,17.56-42.399c11.703-11.706,25.837-17.561,42.394-17.561c17.515,0,32.079,6.283,43.688,18.846
- c13.134-2.474,25.892-7.33,38.26-14.56c-4.757,14.652-13.613,25.788-26.55,33.402c12.368-1.716,23.88-4.95,34.537-9.708
- C357.458,149.793,347.462,160.166,335.471,168.735z"/>
-</g>
-</svg>
-
- </a>
-
-
-</div>
-
-
-
- <p class="copyright">
-
- © Copyright
- 2021
- <span class="split">
- <svg fill="#bbbbbb" width="15" height="15" version="1.1" id="heart-15" xmlns="http://www.w3.org/2000/svg" width="15px" height="15px" viewBox="0 0 15 15">
- <path d="M13.91,6.75c-1.17,2.25-4.3,5.31-6.07,6.94c-0.1903,0.1718-0.4797,0.1718-0.67,0C5.39,12.06,2.26,9,1.09,6.75&#xA;&#x9;C-1.48,1.8,5-1.5,7.5,3.45C10-1.5,16.48,1.8,13.91,6.75z"/>
-</svg>
- </span>
- Author
-
- </p>
- <p class="powerby">
- Powered by <a href="http://www.gohugo.io/">Hugo</a> Theme By <a href="https://github.com/nodejh/hugo-theme-cactus-plus">nodejh</a>
- </p>
-</footer>
-
- </body>
-</html>
diff --git a/articles/index.html b/articles/index.html
deleted file mode 100644
index 0400b0e..0000000
--- a/articles/index.html
+++ /dev/null
@@ -1 +0,0 @@
-<!DOCTYPE html><html><head><title>http://nodejh.github.io/hugo-theme-mini/posts/</title><link rel="canonical" href="http://nodejh.github.io/hugo-theme-mini/posts/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://nodejh.github.io/hugo-theme-mini/posts/" /></head></html> \ No newline at end of file
diff --git a/blog/index.html b/blog/index.html
deleted file mode 100644
index 0400b0e..0000000
--- a/blog/index.html
+++ /dev/null
@@ -1 +0,0 @@
-<!DOCTYPE html><html><head><title>http://nodejh.github.io/hugo-theme-mini/posts/</title><link rel="canonical" href="http://nodejh.github.io/hugo-theme-mini/posts/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://nodejh.github.io/hugo-theme-mini/posts/" /></head></html> \ No newline at end of file
diff --git a/categories/index.html b/categories/index.html
index 8592d2e..a92218c 100644
--- a/categories/index.html
+++ b/categories/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>Hugo Themes</title>
+ <title>Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -45,10 +44,10 @@
<header class="profile">
- <img class="avatar" alt="avatar" src="http://nodejh.github.io/hugo-theme-mini/images/avatar.png" />
+ <img class="avatar" alt="avatar" src="/images/avatar.png" />
- <h1>Hugo Themes</h1>
+ <h1>Hugo</h1>
<h2>Software Engineer</h2>
@@ -59,7 +58,7 @@
<span class="tag">
- <a href="http://nodejh.github.io/hugo-theme-mini/categories/syntax">
+ <a href="https://nodejh.github.io/hugo-theme-minicategories/syntax">
SYNTAX <span>(1)</span>
</a>
</span>
@@ -67,7 +66,7 @@
<span class="tag">
- <a href="http://nodejh.github.io/hugo-theme-mini/categories/themes">
+ <a href="https://nodejh.github.io/hugo-theme-minicategories/themes">
THEMES <span>(1)</span>
</a>
</span>
diff --git a/categories/index.xml b/categories/index.xml
index 485c3bd..4f1454d 100644
--- a/categories/index.xml
+++ b/categories/index.xml
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>Categories on Hugo Themes</title>
- <link>http://nodejh.github.io/hugo-theme-mini/categories/</link>
- <description>Recent content in Categories on Hugo Themes</description>
+ <title>Categories on Hugo</title>
+ <link>https://nodejh.github.io/hugo-theme-mini/categories/</link>
+ <description>Recent content in Categories on Hugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="http://nodejh.github.io/hugo-theme-mini/categories/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://nodejh.github.io/hugo-theme-mini/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>syntax</title>
- <link>http://nodejh.github.io/hugo-theme-mini/categories/syntax/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/categories/syntax/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/categories/syntax/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/categories/syntax/</guid>
<description></description>
</item>
<item>
<title>themes</title>
- <link>http://nodejh.github.io/hugo-theme-mini/categories/themes/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/categories/themes/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/categories/themes/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/categories/themes/</guid>
<description></description>
</item>
diff --git a/categories/syntax/index.html b/categories/syntax/index.html
index 67629f9..c568dbb 100644
--- a/categories/syntax/index.html
+++ b/categories/syntax/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>syntax | Hugo Themes</title>
+ <title>syntax | Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -45,10 +44,10 @@
<header class="profile">
- <img class="avatar" alt="avatar" src="http://nodejh.github.io/hugo-theme-mini/images/avatar.png" />
+ <img class="avatar" alt="avatar" src="/images/avatar.png" />
- <h1>Hugo Themes</h1>
+ <h1>Hugo</h1>
<h2>Software Engineer</h2>
@@ -69,18 +68,18 @@
Mar 11
</div>
<div class="title">
- <a href="http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/">
+ <a href="https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/">
Markdown Syntax Guide
</a>
<div class="tags">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/css">css</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/css">css</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/html">html</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/html">html</a>
</div>
diff --git a/categories/syntax/index.xml b/categories/syntax/index.xml
index f872fd1..1f401cf 100644
--- a/categories/syntax/index.xml
+++ b/categories/syntax/index.xml
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>syntax on Hugo Themes</title>
- <link>http://nodejh.github.io/hugo-theme-mini/categories/syntax/</link>
- <description>Recent content in syntax on Hugo Themes</description>
+ <title>syntax on Hugo</title>
+ <link>https://nodejh.github.io/hugo-theme-mini/categories/syntax/</link>
+ <description>Recent content in syntax on Hugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="http://nodejh.github.io/hugo-theme-mini/categories/syntax/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://nodejh.github.io/hugo-theme-mini/categories/syntax/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</guid>
<description>&lt;p&gt;This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.&lt;/p&gt;</description>
</item>
diff --git a/categories/themes/index.html b/categories/themes/index.html
index fcd58c7..7a07516 100644
--- a/categories/themes/index.html
+++ b/categories/themes/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>themes | Hugo Themes</title>
+ <title>themes | Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -45,10 +44,10 @@
<header class="profile">
- <img class="avatar" alt="avatar" src="http://nodejh.github.io/hugo-theme-mini/images/avatar.png" />
+ <img class="avatar" alt="avatar" src="/images/avatar.png" />
- <h1>Hugo Themes</h1>
+ <h1>Hugo</h1>
<h2>Software Engineer</h2>
@@ -69,18 +68,18 @@
Mar 11
</div>
<div class="title">
- <a href="http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/">
+ <a href="https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/">
Markdown Syntax Guide
</a>
<div class="tags">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/css">css</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/css">css</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/html">html</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/html">html</a>
</div>
diff --git a/categories/themes/index.xml b/categories/themes/index.xml
index 5dd4533..3641bd0 100644
--- a/categories/themes/index.xml
+++ b/categories/themes/index.xml
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>themes on Hugo Themes</title>
- <link>http://nodejh.github.io/hugo-theme-mini/categories/themes/</link>
- <description>Recent content in themes on Hugo Themes</description>
+ <title>themes on Hugo</title>
+ <link>https://nodejh.github.io/hugo-theme-mini/categories/themes/</link>
+ <description>Recent content in themes on Hugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="http://nodejh.github.io/hugo-theme-mini/categories/themes/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://nodejh.github.io/hugo-theme-mini/categories/themes/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</guid>
<description>&lt;p&gt;This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.&lt;/p&gt;</description>
</item>
diff --git a/contact/index.html b/contact/index.html
index 220e4fd..581c679 100644
--- a/contact/index.html
+++ b/contact/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html><head><title>http://nodejh.github.io/hugo-theme-mini/about/</title><link rel="canonical" href="http://nodejh.github.io/hugo-theme-mini/about/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://nodejh.github.io/hugo-theme-mini/about/" /></head></html> \ No newline at end of file
+<!DOCTYPE html><html><head><title>https://nodejh.github.io/hugo-theme-mini/about/</title><link rel="canonical" href="https://nodejh.github.io/hugo-theme-mini/about/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://nodejh.github.io/hugo-theme-mini/about/" /></head></html> \ No newline at end of file
diff --git a/css/style.css b/css/style.css
index c10aaa6..96279bc 100644
--- a/css/style.css
+++ b/css/style.css
@@ -429,12 +429,20 @@ nav.navigation a.button {
padding: 0 12px;
text-align: center;
}
-
#tags .tag {
display: inline-block;
- display: inline-block;
- margin: 7px 12px;
+ margin: 7px 7px;
}
+@media (max-width: 700px) {
+ #tags {
+ margin: 0 auto 0 auto;
+ }
+ #tags .tag {
+ display: inline-block;
+ margin: 4px 5px;
+ }
+}
+
#tags .tag a {
background: #f2f2f2;
padding: 4px 7px;
diff --git a/docs/index.html b/docs/index.html
deleted file mode 100644
index 0400b0e..0000000
--- a/docs/index.html
+++ /dev/null
@@ -1 +0,0 @@
-<!DOCTYPE html><html><head><title>http://nodejh.github.io/hugo-theme-mini/posts/</title><link rel="canonical" href="http://nodejh.github.io/hugo-theme-mini/posts/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://nodejh.github.io/hugo-theme-mini/posts/" /></head></html> \ No newline at end of file
diff --git a/index.html b/index.html
index ac9ebf2..1443df9 100644
--- a/index.html
+++ b/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>Hugo Themes</title>
+ <title>Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,15 +26,14 @@
<body>
<nav class="navigation">
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -43,10 +42,10 @@
<header class="profile">
- <img class="avatar" alt="avatar" src="http://nodejh.github.io/hugo-theme-mini/images/avatar.png" />
+ <img class="avatar" alt="avatar" src="/images/avatar.png" />
- <h1>Hugo Themes</h1>
+ <h1>Hugo</h1>
<h2>Software Engineer</h2>
@@ -62,19 +61,6 @@
<section class="item">
<div>
- <h1 class="title"><a href='/hugo-theme-mini/archives/'></a></h1>
- <div class="date">May 28, 2019</div>
- </div>
-
- <div class="summary"></div>
-
- </section>
-
-
-
-
- <section class="item">
- <div>
<h1 class="title"><a href='/hugo-theme-mini/posts/markdown-syntax-guide/'>Markdown Syntax Guide</a></h1>
<div class="date">Mar 11, 2019</div>
</div>
diff --git a/index.xml b/index.xml
index f175e24..c2d9fd8 100644
--- a/index.xml
+++ b/index.xml
@@ -1,36 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>Hugo Themes</title>
- <link>http://nodejh.github.io/hugo-theme-mini/</link>
- <description>Recent content on Hugo Themes</description>
+ <title>Hugo</title>
+ <link>https://nodejh.github.io/hugo-theme-mini/</link>
+ <description>Recent content on Hugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="http://nodejh.github.io/hugo-theme-mini/index.xml" rel="self" type="application/rss+xml" />
- <item>
- <title></title>
- <link>http://nodejh.github.io/hugo-theme-mini/archives/</link>
- <pubDate>Tue, 28 May 2019 00:00:00 +0000</pubDate>
-
- <guid>http://nodejh.github.io/hugo-theme-mini/archives/</guid>
- <description></description>
- </item>
-
+ <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://nodejh.github.io/hugo-theme-mini/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</guid>
<description>&lt;p&gt;This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.&lt;/p&gt;</description>
</item>
<item>
<title>Rich Content</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/rich-content/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/rich-content/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a
href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes&#34;
@@ -56,28 +47,28 @@
<item>
<title>Placeholder Text</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de pectora summo.&lt;/p&gt;</description>
</item>
<item>
<title>Math Typesetting</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/math-typesetting/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/math-typesetting/</link>
<pubDate>Fri, 08 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/math-typesetting/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/math-typesetting/</guid>
<description>&lt;p&gt;Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.&lt;/p&gt;</description>
</item>
<item>
<title>Emoji Support</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/emoji-support/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/emoji-support/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item>
diff --git a/page/1/index.html b/page/1/index.html
index ee6b8b4..410b377 100644
--- a/page/1/index.html
+++ b/page/1/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html><head><title>http://nodejh.github.io/hugo-theme-mini/</title><link rel="canonical" href="http://nodejh.github.io/hugo-theme-mini/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://nodejh.github.io/hugo-theme-mini/" /></head></html> \ No newline at end of file
+<!DOCTYPE html><html><head><title>https://nodejh.github.io/hugo-theme-mini/</title><link rel="canonical" href="https://nodejh.github.io/hugo-theme-mini/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://nodejh.github.io/hugo-theme-mini/" /></head></html> \ No newline at end of file
diff --git a/posts/emoji-support/index.html b/posts/emoji-support/index.html
index 48e5e8f..86ec218 100644
--- a/posts/emoji-support/index.html
+++ b/posts/emoji-support/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>Emoji Support | Hugo Themes</title>
+ <title>Emoji Support | Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -123,7 +122,7 @@
<div class="tags">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/emoji">emoji</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/emoji">emoji</a>
</div>
@@ -143,7 +142,7 @@
return;
}
var d = document, s = d.createElement('script'); s.async = true;
- s.src = '//' + "your-disqus-shorname" + '.disqus.com/embed.js';
+ s.src = '//' + "nodejh" + '.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
diff --git a/posts/index.html b/posts/index.html
index 3d93c3c..1a87388 100644
--- a/posts/index.html
+++ b/posts/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>Posts | Hugo Themes</title>
+ <title>Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -45,10 +44,10 @@
<header class="profile">
- <img class="avatar" alt="avatar" src="http://nodejh.github.io/hugo-theme-mini/images/avatar.png" />
+ <img class="avatar" alt="avatar" src="/images/avatar.png" />
- <h1>Hugo Themes</h1>
+ <h1>Hugo</h1>
<h2>Software Engineer</h2>
@@ -68,18 +67,18 @@
Mar 11
</div>
<div class="title">
- <a href="http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/">
+ <a href="https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/">
Markdown Syntax Guide
</a>
<div class="tags">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/css">css</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/css">css</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/html">html</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/html">html</a>
</div>
@@ -91,16 +90,16 @@
Mar 10
</div>
<div class="title">
- <a href="http://nodejh.github.io/hugo-theme-mini/posts/rich-content/">
+ <a href="https://nodejh.github.io/hugo-theme-mini/posts/rich-content/">
Rich Content
</a>
<div class="tags">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/shortcodes">shortcodes</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/shortcodes">shortcodes</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/privacy">privacy</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/privacy">privacy</a>
</div>
@@ -112,16 +111,16 @@
Mar 9
</div>
<div class="title">
- <a href="http://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/">
+ <a href="https://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/">
Placeholder Text
</a>
<div class="tags">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/text">text</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/text">text</a>
</div>
@@ -133,7 +132,7 @@
Mar 8
</div>
<div class="title">
- <a href="http://nodejh.github.io/hugo-theme-mini/posts/math-typesetting/">
+ <a href="https://nodejh.github.io/hugo-theme-mini/posts/math-typesetting/">
Math Typesetting
</a>
@@ -146,14 +145,14 @@
Mar 5
</div>
<div class="title">
- <a href="http://nodejh.github.io/hugo-theme-mini/posts/emoji-support/">
+ <a href="https://nodejh.github.io/hugo-theme-mini/posts/emoji-support/">
Emoji Support
</a>
<div class="tags">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/emoji">emoji</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/emoji">emoji</a>
</div>
diff --git a/posts/index.xml b/posts/index.xml
index dac7fde..f60fad5 100644
--- a/posts/index.xml
+++ b/posts/index.xml
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>Posts on Hugo Themes</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/</link>
- <description>Recent content in Posts on Hugo Themes</description>
+ <title>Posts on Hugo</title>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/</link>
+ <description>Recent content in Posts on Hugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="http://nodejh.github.io/hugo-theme-mini/posts/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://nodejh.github.io/hugo-theme-mini/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</guid>
<description>&lt;p&gt;This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.&lt;/p&gt;</description>
</item>
<item>
<title>Rich Content</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/rich-content/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/rich-content/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a
href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes&#34;
@@ -47,28 +47,28 @@
<item>
<title>Placeholder Text</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de pectora summo.&lt;/p&gt;</description>
</item>
<item>
<title>Math Typesetting</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/math-typesetting/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/math-typesetting/</link>
<pubDate>Fri, 08 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/math-typesetting/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/math-typesetting/</guid>
<description>&lt;p&gt;Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.&lt;/p&gt;</description>
</item>
<item>
<title>Emoji Support</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/emoji-support/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/emoji-support/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item>
diff --git a/posts/markdown-syntax-guide/index.html b/posts/markdown-syntax-guide/index.html
index 4085d99..a0c287e 100644
--- a/posts/markdown-syntax-guide/index.html
+++ b/posts/markdown-syntax-guide/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>Markdown Syntax Guide | Hugo Themes</title>
+ <title>Markdown Syntax Guide | Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -200,11 +199,11 @@
<div class="tags">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/css">css</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/css">css</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/html">html</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/html">html</a>
</div>
@@ -224,7 +223,7 @@
return;
}
var d = document, s = d.createElement('script'); s.async = true;
- s.src = '//' + "your-disqus-shorname" + '.disqus.com/embed.js';
+ s.src = '//' + "nodejh" + '.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
diff --git a/posts/math-typesetting/index.html b/posts/math-typesetting/index.html
index a3a9fdb..c80a9c5 100644
--- a/posts/math-typesetting/index.html
+++ b/posts/math-typesetting/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>Math Typesetting | Hugo Themes</title>
+ <title>Math Typesetting | Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -138,7 +137,7 @@ $$</p>
return;
}
var d = document, s = d.createElement('script'); s.async = true;
- s.src = '//' + "your-disqus-shorname" + '.disqus.com/embed.js';
+ s.src = '//' + "nodejh" + '.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
diff --git a/posts/migrate-from-jekyl/index.html b/posts/migrate-from-jekyl/index.html
index cb9f180..16531f5 100644
--- a/posts/migrate-from-jekyl/index.html
+++ b/posts/migrate-from-jekyl/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html><head><title>http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</title><link rel="canonical" href="http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/" /></head></html> \ No newline at end of file
+<!DOCTYPE html><html><head><title>https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</title><link rel="canonical" href="https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/" /></head></html> \ No newline at end of file
diff --git a/posts/placeholder-text/index.html b/posts/placeholder-text/index.html
index ee84e37..46e2695 100644
--- a/posts/placeholder-text/index.html
+++ b/posts/placeholder-text/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>Placeholder Text | Hugo Themes</title>
+ <title>Placeholder Text | Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -104,9 +103,9 @@
<div class="tags">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/text">text</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/text">text</a>
</div>
@@ -126,7 +125,7 @@
return;
}
var d = document, s = d.createElement('script'); s.async = true;
- s.src = '//' + "your-disqus-shorname" + '.disqus.com/embed.js';
+ s.src = '//' + "nodejh" + '.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
diff --git a/posts/rich-content/index.html b/posts/rich-content/index.html
index b6d96e2..4f8f777 100644
--- a/posts/rich-content/index.html
+++ b/posts/rich-content/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>Rich Content | Hugo Themes</title>
+ <title>Rich Content | Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -166,9 +165,9 @@
<div class="tags">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/shortcodes">shortcodes</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/shortcodes">shortcodes</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/privacy">privacy</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/privacy">privacy</a>
</div>
@@ -188,7 +187,7 @@
return;
}
var d = document, s = d.createElement('script'); s.async = true;
- s.src = '//' + "your-disqus-shorname" + '.disqus.com/embed.js';
+ s.src = '//' + "nodejh" + '.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
diff --git a/showcase/index.html b/showcase/index.html
deleted file mode 100644
index 0400b0e..0000000
--- a/showcase/index.html
+++ /dev/null
@@ -1 +0,0 @@
-<!DOCTYPE html><html><head><title>http://nodejh.github.io/hugo-theme-mini/posts/</title><link rel="canonical" href="http://nodejh.github.io/hugo-theme-mini/posts/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://nodejh.github.io/hugo-theme-mini/posts/" /></head></html> \ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index f07e031..2430a97 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3,107 +3,98 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/archives/</loc>
- <lastmod>2019-05-28T00:00:00+00:00</lastmod>
- </url>
-
- <url>
- <loc>http://nodejh.github.io/hugo-theme-mini/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/categories/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/categories/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/tags/css/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/tags/css/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/tags/html/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/tags/html/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/tags/markdown/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/tags/markdown/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/posts/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/posts/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/categories/syntax/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/categories/syntax/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/tags/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/tags/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/categories/themes/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/categories/themes/</loc>
<lastmod>2019-03-11T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/tags/privacy/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/tags/privacy/</loc>
<lastmod>2019-03-10T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/posts/rich-content/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/posts/rich-content/</loc>
<lastmod>2019-03-10T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/tags/shortcodes/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/tags/shortcodes/</loc>
<lastmod>2019-03-10T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/</loc>
<lastmod>2019-03-09T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/tags/text/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/tags/text/</loc>
<lastmod>2019-03-09T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/posts/math-typesetting/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/posts/math-typesetting/</loc>
<lastmod>2019-03-08T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/tags/emoji/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/tags/emoji/</loc>
<lastmod>2019-03-05T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/posts/emoji-support/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/posts/emoji-support/</loc>
<lastmod>2019-03-05T00:00:00+00:00</lastmod>
</url>
<url>
- <loc>http://nodejh.github.io/hugo-theme-mini/about/</loc>
+ <loc>https://nodejh.github.io/hugo-theme-mini/about/</loc>
<lastmod>2019-02-28T00:00:00+00:00</lastmod>
</url>
- <url>
- <loc>http://nodejh.github.io/hugo-theme-mini/tags/index/</loc>
- </url>
-
</urlset>
diff --git a/tags/css/index.html b/tags/css/index.html
index 7546317..2622ae9 100644
--- a/tags/css/index.html
+++ b/tags/css/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>css | Hugo Themes</title>
+ <title>css | Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -45,10 +44,10 @@
<header class="profile">
- <img class="avatar" alt="avatar" src="http://nodejh.github.io/hugo-theme-mini/images/avatar.png" />
+ <img class="avatar" alt="avatar" src="/images/avatar.png" />
- <h1>Hugo Themes</h1>
+ <h1>Hugo</h1>
<h2>Software Engineer</h2>
@@ -69,18 +68,18 @@
Mar 11
</div>
<div class="title">
- <a href="http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/">
+ <a href="https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/">
Markdown Syntax Guide
</a>
<div class="tags">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/css">css</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/css">css</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/html">html</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/html">html</a>
</div>
diff --git a/tags/css/index.xml b/tags/css/index.xml
index 61c725b..01219a3 100644
--- a/tags/css/index.xml
+++ b/tags/css/index.xml
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>css on Hugo Themes</title>
- <link>http://nodejh.github.io/hugo-theme-mini/tags/css/</link>
- <description>Recent content in css on Hugo Themes</description>
+ <title>css on Hugo</title>
+ <link>https://nodejh.github.io/hugo-theme-mini/tags/css/</link>
+ <description>Recent content in css on Hugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="http://nodejh.github.io/hugo-theme-mini/tags/css/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://nodejh.github.io/hugo-theme-mini/tags/css/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</guid>
<description>&lt;p&gt;This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.&lt;/p&gt;</description>
</item>
diff --git a/tags/emoji/index.html b/tags/emoji/index.html
index ab998c5..9e4df29 100644
--- a/tags/emoji/index.html
+++ b/tags/emoji/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>emoji | Hugo Themes</title>
+ <title>emoji | Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -45,10 +44,10 @@
<header class="profile">
- <img class="avatar" alt="avatar" src="http://nodejh.github.io/hugo-theme-mini/images/avatar.png" />
+ <img class="avatar" alt="avatar" src="/images/avatar.png" />
- <h1>Hugo Themes</h1>
+ <h1>Hugo</h1>
<h2>Software Engineer</h2>
@@ -69,14 +68,14 @@
Mar 5
</div>
<div class="title">
- <a href="http://nodejh.github.io/hugo-theme-mini/posts/emoji-support/">
+ <a href="https://nodejh.github.io/hugo-theme-mini/posts/emoji-support/">
Emoji Support
</a>
<div class="tags">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/emoji">emoji</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/emoji">emoji</a>
</div>
diff --git a/tags/emoji/index.xml b/tags/emoji/index.xml
index 689a8e6..b1d2a81 100644
--- a/tags/emoji/index.xml
+++ b/tags/emoji/index.xml
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>emoji on Hugo Themes</title>
- <link>http://nodejh.github.io/hugo-theme-mini/tags/emoji/</link>
- <description>Recent content in emoji on Hugo Themes</description>
+ <title>emoji on Hugo</title>
+ <link>https://nodejh.github.io/hugo-theme-mini/tags/emoji/</link>
+ <description>Recent content in emoji on Hugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Tue, 05 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="http://nodejh.github.io/hugo-theme-mini/tags/emoji/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Tue, 05 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://nodejh.github.io/hugo-theme-mini/tags/emoji/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Emoji Support</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/emoji-support/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/emoji-support/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/emoji-support/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/emoji-support/</guid>
<description>&lt;p&gt;Emoji can be enabled in a Hugo project in a number of ways.&lt;/p&gt;</description>
</item>
diff --git a/tags/html/index.html b/tags/html/index.html
index 18b8e5c..7e80d15 100644
--- a/tags/html/index.html
+++ b/tags/html/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>html | Hugo Themes</title>
+ <title>html | Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -45,10 +44,10 @@
<header class="profile">
- <img class="avatar" alt="avatar" src="http://nodejh.github.io/hugo-theme-mini/images/avatar.png" />
+ <img class="avatar" alt="avatar" src="/images/avatar.png" />
- <h1>Hugo Themes</h1>
+ <h1>Hugo</h1>
<h2>Software Engineer</h2>
@@ -69,18 +68,18 @@
Mar 11
</div>
<div class="title">
- <a href="http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/">
+ <a href="https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/">
Markdown Syntax Guide
</a>
<div class="tags">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/css">css</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/css">css</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/html">html</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/html">html</a>
</div>
diff --git a/tags/html/index.xml b/tags/html/index.xml
index 0c063bd..f85375b 100644
--- a/tags/html/index.xml
+++ b/tags/html/index.xml
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>html on Hugo Themes</title>
- <link>http://nodejh.github.io/hugo-theme-mini/tags/html/</link>
- <description>Recent content in html on Hugo Themes</description>
+ <title>html on Hugo</title>
+ <link>https://nodejh.github.io/hugo-theme-mini/tags/html/</link>
+ <description>Recent content in html on Hugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="http://nodejh.github.io/hugo-theme-mini/tags/html/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://nodejh.github.io/hugo-theme-mini/tags/html/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</guid>
<description>&lt;p&gt;This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.&lt;/p&gt;</description>
</item>
diff --git a/tags/index.html b/tags/index.html
index 9e99d8d..b3b7314 100644
--- a/tags/index.html
+++ b/tags/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>Hugo Themes</title>
+ <title>Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -45,10 +44,10 @@
<header class="profile">
- <img class="avatar" alt="avatar" src="http://nodejh.github.io/hugo-theme-mini/images/avatar.png" />
+ <img class="avatar" alt="avatar" src="/images/avatar.png" />
- <h1>Hugo Themes</h1>
+ <h1>Hugo</h1>
<h2>Software Engineer</h2>
@@ -59,7 +58,7 @@
<span class="tag">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/markdown">
+ <a href="https://nodejh.github.io/hugo-theme-minitags/markdown">
MARKDOWN <span>(2)</span>
</a>
</span>
@@ -67,7 +66,7 @@
<span class="tag">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/css">
+ <a href="https://nodejh.github.io/hugo-theme-minitags/css">
CSS <span>(1)</span>
</a>
</span>
@@ -75,7 +74,7 @@
<span class="tag">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/emoji">
+ <a href="https://nodejh.github.io/hugo-theme-minitags/emoji">
EMOJI <span>(1)</span>
</a>
</span>
@@ -83,7 +82,7 @@
<span class="tag">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/html">
+ <a href="https://nodejh.github.io/hugo-theme-minitags/html">
HTML <span>(1)</span>
</a>
</span>
@@ -91,15 +90,7 @@
<span class="tag">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/index">
- INDEX <span>(1)</span>
- </a>
- </span>
-
-
-
- <span class="tag">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/privacy">
+ <a href="https://nodejh.github.io/hugo-theme-minitags/privacy">
PRIVACY <span>(1)</span>
</a>
</span>
@@ -107,7 +98,7 @@
<span class="tag">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/shortcodes">
+ <a href="https://nodejh.github.io/hugo-theme-minitags/shortcodes">
SHORTCODES <span>(1)</span>
</a>
</span>
@@ -115,7 +106,7 @@
<span class="tag">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/text">
+ <a href="https://nodejh.github.io/hugo-theme-minitags/text">
TEXT <span>(1)</span>
</a>
</span>
diff --git a/tags/index.xml b/tags/index.xml
index dce0937..a20a3d7 100644
--- a/tags/index.xml
+++ b/tags/index.xml
@@ -1,81 +1,72 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>Tags on Hugo Themes</title>
- <link>http://nodejh.github.io/hugo-theme-mini/tags/</link>
- <description>Recent content in Tags on Hugo Themes</description>
+ <title>Tags on Hugo</title>
+ <link>https://nodejh.github.io/hugo-theme-mini/tags/</link>
+ <description>Recent content in Tags on Hugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="http://nodejh.github.io/hugo-theme-mini/tags/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://nodejh.github.io/hugo-theme-mini/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>css</title>
- <link>http://nodejh.github.io/hugo-theme-mini/tags/css/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/tags/css/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/tags/css/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/tags/css/</guid>
<description></description>
</item>
<item>
<title>html</title>
- <link>http://nodejh.github.io/hugo-theme-mini/tags/html/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/tags/html/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/tags/html/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/tags/html/</guid>
<description></description>
</item>
<item>
<title>markdown</title>
- <link>http://nodejh.github.io/hugo-theme-mini/tags/markdown/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/tags/markdown/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/tags/markdown/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/tags/markdown/</guid>
<description></description>
</item>
<item>
<title>privacy</title>
- <link>http://nodejh.github.io/hugo-theme-mini/tags/privacy/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/tags/privacy/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/tags/privacy/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/tags/privacy/</guid>
<description></description>
</item>
<item>
<title>shortcodes</title>
- <link>http://nodejh.github.io/hugo-theme-mini/tags/shortcodes/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/tags/shortcodes/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/tags/shortcodes/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/tags/shortcodes/</guid>
<description></description>
</item>
<item>
<title>text</title>
- <link>http://nodejh.github.io/hugo-theme-mini/tags/text/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/tags/text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/tags/text/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/tags/text/</guid>
<description></description>
</item>
<item>
<title>emoji</title>
- <link>http://nodejh.github.io/hugo-theme-mini/tags/emoji/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/tags/emoji/</link>
<pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/tags/emoji/</guid>
- <description></description>
- </item>
-
- <item>
- <title>index</title>
- <link>http://nodejh.github.io/hugo-theme-mini/tags/index/</link>
- <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-
- <guid>http://nodejh.github.io/hugo-theme-mini/tags/index/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/tags/emoji/</guid>
<description></description>
</item>
diff --git a/tags/index/index.html b/tags/index/index.html
deleted file mode 100644
index ff70eb1..0000000
--- a/tags/index/index.html
+++ /dev/null
@@ -1,187 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-us">
- <head>
- <title>index | Hugo Themes</title>
-
- <meta charset="utf-8">
-<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
-<meta name="generator" content="Hugo 0.80.0" />
-
-
- <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
-
-
-<link rel="stylesheet" href=/hugo-theme-mini/css/style.css>
-<link rel="shortcut icon" href=/hugo-theme-mini/images/favicon.ico type="image/x-icon" />
-
-
-
-
-
-
- </head>
-
- <body>
- <nav class="navigation">
-
-
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
-
-
-
-
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
-
-</nav>
-
-
- <main class="main">
-
-<header class="profile">
-
- <img class="avatar" alt="avatar" src="http://nodejh.github.io/hugo-theme-mini/images/avatar.png" />
-
-
- <h1>Hugo Themes</h1>
-
-
- <h2>Software Engineer</h2>
-
-</header>
-
-<section id="archive">
-
-
- <div class="group">
- <h3 class="key">
- 2019
- </h3>
-
-
- <div class="value">
- <div class="date">
- Mar 11
- </div>
- <div class="title">
- <a href="http://nodejh.github.io/hugo-theme-mini/posts/">
- Posts
- </a>
-
-
- <div class="tags">
-
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/index">index</a>
-
- </div>
-
- </div>
- </div>
-
- </div>
-
-
-
-
-
-</section>
-
-
-
- </main>
-
- <footer id="footer">
-
- <div id="social">
-
-
- <a class="symbol" href="your-github-link" target="_blank">
-
- <svg fill="#bbbbbb" width="28" height="28" viewBox="0 0 72 72" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-
- <title>Github</title>
- <desc>Created with Sketch.</desc>
- <defs></defs>
- <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
- <g id="Social-Icons---Rounded-Black" transform="translate(-264.000000, -939.000000)">
- <g id="Github" transform="translate(264.000000, 939.000000)">
- <path d="M8,72 L64,72 C68.418278,72 72,68.418278 72,64 L72,8 C72,3.581722 68.418278,-8.11624501e-16 64,0 L8,0 C3.581722,8.11624501e-16 -5.41083001e-16,3.581722 0,8 L0,64 C5.41083001e-16,68.418278 3.581722,72 8,72 Z" id="Rounded" fill="#bbbbbb"></path>
- <path d="M35.9985,13 C22.746,13 12,23.7870921 12,37.096644 C12,47.7406712 18.876,56.7718301 28.4145,59.9584121 C29.6145,60.1797862 30.0525,59.4358488 30.0525,58.7973276 C30.0525,58.2250681 30.0315,56.7100863 30.0195,54.6996482 C23.343,56.1558981 21.9345,51.4693938 21.9345,51.4693938 C20.844,48.6864054 19.2705,47.9454799 19.2705,47.9454799 C17.091,46.4500754 19.4355,46.4801943 19.4355,46.4801943 C21.843,46.6503662 23.1105,48.9634994 23.1105,48.9634994 C25.2525,52.6455377 28.728,51.5823398 30.096,50.9649018 C30.3135,49.4077535 30.9345,48.3460615 31.62,47.7436831 C26.2905,47.1352808 20.688,45.0691228 20.688,35.8361671 C20.688,33.2052792 21.6225,31.0547881 23.1585,29.3696344 C22.911,28.7597262 22.0875,26.3110578 23.3925,22.9934585 C23.3925,22.9934585 25.4085,22.3459017 29.9925,25.4632101 C31.908,24.9285993 33.96,24.6620468 36.0015,24.6515052 C38.04,24.6620468 40.0935,24.9285993 42.0105,25.4632101 C46.5915,22.3459017 48.603,22.9934585 48.603,22.9934585 C49.9125,26.3110578 49.089,28.7597262 48.8415,29.3696344 C50.3805,31.0547881 51.309,33.2052792 51.309,35.8361671 C51.309,45.0917119 45.6975,47.1292571 40.3515,47.7256117 C41.2125,48.4695491 41.9805,49.9393525 41.9805,52.1877301 C41.9805,55.4089489 41.9505,58.0067059 41.9505,58.7973276 C41.9505,59.4418726 42.3825,60.1918338 43.6005,59.9554002 C53.13,56.7627944 60,47.7376593 60,37.096644 C60,23.7870921 49.254,13 35.9985,13" fill="#FFFFFF"></path>
- </g>
- </g>
- </g>
-</svg>
- </a>
-
- <a class="symbol" href="your-github-link" target="_blank">
-
- <svg fill="#bbbbbb" width="28" height="28" viewBox="0 0 72 72" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-
- <title>stackoverflow</title>
- <desc>Created with Sketch.</desc>
- <defs></defs>
- <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
- <g id="Social-Icons---Rounded-Black" transform="translate(-488.000000, -1163.000000)">
- <g id="stackoverflow" transform="translate(488.000000, 1163.000000)">
- <path d="M8,72 L64,72 C68.418278,72 72,68.418278 72,64 L72,8 C72,3.581722 68.418278,-8.11624501e-16 64,0 L8,0 C3.581722,8.11624501e-16 -5.41083001e-16,3.581722 0,8 L0,64 C5.41083001e-16,68.418278 3.581722,72 8,72 Z" id="Rounded" fill="#bbbbbb"></path>
- <path d="M42.0860128,53.5922927 L22.9745951,53.6011499 L22.9729497,49.5538824 L42.0835447,49.5440929 L42.0860128,53.5922927 L42.0860128,53.5922927 Z M55,30.6708298 L51.7306912,12 L47.7087256,12.6920259 L50.9775643,31.3628557 L55,30.6708298 L55,30.6708298 Z M42.5455518,44.3547147 L23.5156994,42.616026 L23.1410164,46.6470941 L42.1712214,48.3841513 L42.5455518,44.3547147 L42.5455518,44.3547147 Z M43.8009984,39.0731519 L25.3459811,34.1539179 L24.285633,38.0621508 L42.7419431,42.9819676 L43.8009984,39.0731519 L43.8009984,39.0731519 Z M46.2103463,34.4436411 L29.7494464,24.8164635 L27.6748215,28.3015328 L44.1365441,37.9292931 L46.2103463,34.4436411 L46.2103463,34.4436411 Z M50.2466504,31.6088756 L46.8745036,33.8883189 L36.106599,18.2318456 L39.4792159,15.9517031 L50.2466504,31.6088756 Z M45.3315807,40.2784283 L48.5799693,40.2784283 L48.5799693,60 L17,60 L17,40.2784283 L20.2648427,40.2784283 L20.2648427,56.8243495 L45.3315807,56.8243495 L45.3315807,40.2784283 Z" fill="#FFFFFF"></path>
- </g>
- </g>
- </g>
-</svg>
- </a>
-
- <a class="symbol" href="your-github-link" target="_blank">
-
- <svg fill="#bbbbbb" width="28" height="28" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- width="438.536px" height="438.536px" viewBox="0 0 438.536 438.536" style="enable-background:new 0 0 438.536 438.536;"
- xml:space="preserve">
-<g>
- <path d="M414.41,24.123C398.333,8.042,378.963,0,356.315,0H82.228C59.58,0,40.21,8.042,24.126,24.123
- C8.045,40.207,0.003,59.576,0.003,82.225v274.084c0,22.647,8.042,42.018,24.123,58.102c16.084,16.084,35.454,24.126,58.102,24.126
- h274.084c22.648,0,42.018-8.042,58.095-24.126c16.084-16.084,24.126-35.454,24.126-58.102V82.225
- C438.532,59.576,430.49,40.204,414.41,24.123z M335.471,168.735c0.191,1.713,0.288,4.278,0.288,7.71
- c0,15.989-2.334,32.025-6.995,48.104c-4.661,16.087-11.8,31.504-21.416,46.254c-9.606,14.749-21.074,27.791-34.396,39.115
- c-13.325,11.32-29.311,20.365-47.968,27.117c-18.648,6.762-38.637,10.143-59.953,10.143c-33.116,0-63.76-8.952-91.931-26.836
- c4.568,0.568,9.329,0.855,14.275,0.855c27.6,0,52.439-8.565,74.519-25.7c-12.941-0.185-24.506-4.179-34.688-11.991
- c-10.185-7.803-17.273-17.699-21.271-29.691c4.947,0.76,8.658,1.137,11.132,1.137c4.187,0,9.042-0.76,14.56-2.279
- c-13.894-2.669-25.598-9.562-35.115-20.697c-9.519-11.136-14.277-23.84-14.277-38.114v-0.571
- c10.085,4.755,19.602,7.229,28.549,7.422c-17.321-11.613-25.981-28.265-25.981-49.963c0-10.66,2.758-20.747,8.278-30.264
- c15.035,18.464,33.311,33.213,54.816,44.252c21.507,11.038,44.54,17.227,69.092,18.558c-0.95-3.616-1.427-8.186-1.427-13.704
- c0-16.562,5.853-30.692,17.56-42.399c11.703-11.706,25.837-17.561,42.394-17.561c17.515,0,32.079,6.283,43.688,18.846
- c13.134-2.474,25.892-7.33,38.26-14.56c-4.757,14.652-13.613,25.788-26.55,33.402c12.368-1.716,23.88-4.95,34.537-9.708
- C357.458,149.793,347.462,160.166,335.471,168.735z"/>
-</g>
-</svg>
-
- </a>
-
-
-</div>
-
-
-
- <p class="copyright">
-
- © Copyright
- 2021
- <span class="split">
- <svg fill="#bbbbbb" width="15" height="15" version="1.1" id="heart-15" xmlns="http://www.w3.org/2000/svg" width="15px" height="15px" viewBox="0 0 15 15">
- <path d="M13.91,6.75c-1.17,2.25-4.3,5.31-6.07,6.94c-0.1903,0.1718-0.4797,0.1718-0.67,0C5.39,12.06,2.26,9,1.09,6.75&#xA;&#x9;C-1.48,1.8,5-1.5,7.5,3.45C10-1.5,16.48,1.8,13.91,6.75z"/>
-</svg>
- </span>
- Author
-
- </p>
- <p class="powerby">
- Powered by <a href="http://www.gohugo.io/">Hugo</a> Theme By <a href="https://github.com/nodejh/hugo-theme-cactus-plus">nodejh</a>
- </p>
-</footer>
-
- </body>
-</html>
diff --git a/tags/index/index.xml b/tags/index/index.xml
deleted file mode 100644
index 031858f..0000000
--- a/tags/index/index.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
- <channel>
- <title>index on Hugo Themes</title>
- <link>http://nodejh.github.io/hugo-theme-mini/tags/index/</link>
- <description>Recent content in index on Hugo Themes</description>
- <generator>Hugo -- gohugo.io</generator>
- <language>en-us</language><atom:link href="http://nodejh.github.io/hugo-theme-mini/tags/index/index.xml" rel="self" type="application/rss+xml" />
- <item>
- <title>Posts</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/</link>
- <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
-
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/</guid>
- <description></description>
- </item>
-
- </channel>
-</rss>
diff --git a/tags/markdown/index.html b/tags/markdown/index.html
index 2de3e99..0651c96 100644
--- a/tags/markdown/index.html
+++ b/tags/markdown/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>markdown | Hugo Themes</title>
+ <title>markdown | Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -45,10 +44,10 @@
<header class="profile">
- <img class="avatar" alt="avatar" src="http://nodejh.github.io/hugo-theme-mini/images/avatar.png" />
+ <img class="avatar" alt="avatar" src="/images/avatar.png" />
- <h1>Hugo Themes</h1>
+ <h1>Hugo</h1>
<h2>Software Engineer</h2>
@@ -69,18 +68,18 @@
Mar 11
</div>
<div class="title">
- <a href="http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/">
+ <a href="https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/">
Markdown Syntax Guide
</a>
<div class="tags">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/css">css</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/css">css</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/html">html</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/html">html</a>
</div>
@@ -92,16 +91,16 @@
Mar 9
</div>
<div class="title">
- <a href="http://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/">
+ <a href="https://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/">
Placeholder Text
</a>
<div class="tags">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/text">text</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/text">text</a>
</div>
diff --git a/tags/markdown/index.xml b/tags/markdown/index.xml
index 57babee..658555c 100644
--- a/tags/markdown/index.xml
+++ b/tags/markdown/index.xml
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>markdown on Hugo Themes</title>
- <link>http://nodejh.github.io/hugo-theme-mini/tags/markdown/</link>
- <description>Recent content in markdown on Hugo Themes</description>
+ <title>markdown on Hugo</title>
+ <link>https://nodejh.github.io/hugo-theme-mini/tags/markdown/</link>
+ <description>Recent content in markdown on Hugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="http://nodejh.github.io/hugo-theme-mini/tags/markdown/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://nodejh.github.io/hugo-theme-mini/tags/markdown/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/markdown-syntax-guide/</guid>
<description>&lt;p&gt;This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.&lt;/p&gt;</description>
</item>
<item>
<title>Placeholder Text</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de pectora summo.&lt;/p&gt;</description>
</item>
diff --git a/tags/privacy/index.html b/tags/privacy/index.html
index ea54b76..d2f81dc 100644
--- a/tags/privacy/index.html
+++ b/tags/privacy/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>privacy | Hugo Themes</title>
+ <title>privacy | Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -45,10 +44,10 @@
<header class="profile">
- <img class="avatar" alt="avatar" src="http://nodejh.github.io/hugo-theme-mini/images/avatar.png" />
+ <img class="avatar" alt="avatar" src="/images/avatar.png" />
- <h1>Hugo Themes</h1>
+ <h1>Hugo</h1>
<h2>Software Engineer</h2>
@@ -69,16 +68,16 @@
Mar 10
</div>
<div class="title">
- <a href="http://nodejh.github.io/hugo-theme-mini/posts/rich-content/">
+ <a href="https://nodejh.github.io/hugo-theme-mini/posts/rich-content/">
Rich Content
</a>
<div class="tags">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/shortcodes">shortcodes</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/shortcodes">shortcodes</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/privacy">privacy</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/privacy">privacy</a>
</div>
diff --git a/tags/privacy/index.xml b/tags/privacy/index.xml
index 99b77fc..1406aa7 100644
--- a/tags/privacy/index.xml
+++ b/tags/privacy/index.xml
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>privacy on Hugo Themes</title>
- <link>http://nodejh.github.io/hugo-theme-mini/tags/privacy/</link>
- <description>Recent content in privacy on Hugo Themes</description>
+ <title>privacy on Hugo</title>
+ <link>https://nodejh.github.io/hugo-theme-mini/tags/privacy/</link>
+ <description>Recent content in privacy on Hugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Sun, 10 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="http://nodejh.github.io/hugo-theme-mini/tags/privacy/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sun, 10 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://nodejh.github.io/hugo-theme-mini/tags/privacy/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Rich Content</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/rich-content/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/rich-content/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a
href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes&#34;
diff --git a/tags/shortcodes/index.html b/tags/shortcodes/index.html
index 5714451..a5563dd 100644
--- a/tags/shortcodes/index.html
+++ b/tags/shortcodes/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>shortcodes | Hugo Themes</title>
+ <title>shortcodes | Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -45,10 +44,10 @@
<header class="profile">
- <img class="avatar" alt="avatar" src="http://nodejh.github.io/hugo-theme-mini/images/avatar.png" />
+ <img class="avatar" alt="avatar" src="/images/avatar.png" />
- <h1>Hugo Themes</h1>
+ <h1>Hugo</h1>
<h2>Software Engineer</h2>
@@ -69,16 +68,16 @@
Mar 10
</div>
<div class="title">
- <a href="http://nodejh.github.io/hugo-theme-mini/posts/rich-content/">
+ <a href="https://nodejh.github.io/hugo-theme-mini/posts/rich-content/">
Rich Content
</a>
<div class="tags">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/shortcodes">shortcodes</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/shortcodes">shortcodes</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/privacy">privacy</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/privacy">privacy</a>
</div>
diff --git a/tags/shortcodes/index.xml b/tags/shortcodes/index.xml
index be5808a..70c2552 100644
--- a/tags/shortcodes/index.xml
+++ b/tags/shortcodes/index.xml
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>shortcodes on Hugo Themes</title>
- <link>http://nodejh.github.io/hugo-theme-mini/tags/shortcodes/</link>
- <description>Recent content in shortcodes on Hugo Themes</description>
+ <title>shortcodes on Hugo</title>
+ <link>https://nodejh.github.io/hugo-theme-mini/tags/shortcodes/</link>
+ <description>Recent content in shortcodes on Hugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Sun, 10 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="http://nodejh.github.io/hugo-theme-mini/tags/shortcodes/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sun, 10 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://nodejh.github.io/hugo-theme-mini/tags/shortcodes/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Rich Content</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/rich-content/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/rich-content/</link>
<pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/rich-content/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/rich-content/</guid>
<description>&lt;p&gt;Hugo ships with several &lt;a
href=&#34;https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes&#34;
diff --git a/tags/text/index.html b/tags/text/index.html
index d169110..09685c6 100644
--- a/tags/text/index.html
+++ b/tags/text/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
- <title>text | Hugo Themes</title>
+ <title>text | Hugo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
-<meta name="description" content="Lorem Ipsum Dolor Si Amet">
+<meta name="description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name="generator" content="Hugo 0.80.0" />
@@ -26,17 +26,16 @@
<body>
<nav class="navigation">
+ <a href='/'> <span class="arrow">←</span>Home</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/'> <span class="arrow">←</span>Home</a>
-
- <a href='http://nodejh.github.io/hugo-theme-mini/posts'>Archive</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/tags'>Tags</a>
- <a href='http://nodejh.github.io/hugo-theme-mini/about'>About</a>
+ <a href='/posts'>Archive</a>
+ <a href='/tags'>Tags</a>
+ <a href='/about'>About</a>
- <a class="button" href="http://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
+ <a class="button" href="https://nodejh.github.io/hugo-theme-mini/index.xml">Subscribe</a>
</nav>
@@ -45,10 +44,10 @@
<header class="profile">
- <img class="avatar" alt="avatar" src="http://nodejh.github.io/hugo-theme-mini/images/avatar.png" />
+ <img class="avatar" alt="avatar" src="/images/avatar.png" />
- <h1>Hugo Themes</h1>
+ <h1>Hugo</h1>
<h2>Software Engineer</h2>
@@ -69,16 +68,16 @@
Mar 9
</div>
<div class="title">
- <a href="http://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/">
+ <a href="https://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/">
Placeholder Text
</a>
<div class="tags">
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/markdown">markdown</a>
- <a href="http://nodejh.github.io/hugo-theme-mini/tags/text">text</a>
+ <a href="https://nodejh.github.io/hugo-theme-mini/tags/text">text</a>
</div>
diff --git a/tags/text/index.xml b/tags/text/index.xml
index 6f5f6e1..af15c05 100644
--- a/tags/text/index.xml
+++ b/tags/text/index.xml
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>text on Hugo Themes</title>
- <link>http://nodejh.github.io/hugo-theme-mini/tags/text/</link>
- <description>Recent content in text on Hugo Themes</description>
+ <title>text on Hugo</title>
+ <link>https://nodejh.github.io/hugo-theme-mini/tags/text/</link>
+ <description>Recent content in text on Hugo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Sat, 09 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="http://nodejh.github.io/hugo-theme-mini/tags/text/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sat, 09 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://nodejh.github.io/hugo-theme-mini/tags/text/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Placeholder Text</title>
- <link>http://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/</link>
+ <link>https://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/</link>
<pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate>
- <guid>http://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/</guid>
+ <guid>https://nodejh.github.io/hugo-theme-mini/posts/placeholder-text/</guid>
<description>&lt;p&gt;Lorem est tota propiore conpellat pectoribus de pectora summo.&lt;/p&gt;</description>
</item>