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

github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/2019/03
diff options
context:
space:
mode:
Diffstat (limited to '2019/03')
-rw-r--r--2019/03/05/emoji-support/index.html28
-rw-r--r--2019/03/08/math-typesetting/index.html26
-rw-r--r--2019/03/09/placeholder-text/index.html30
-rw-r--r--2019/03/10/rich-content/index.html30
-rw-r--r--2019/03/11/markdown-syntax/index.html38
-rw-r--r--2019/03/11/migrate-from-jekyl/index.html2
6 files changed, 77 insertions, 77 deletions
diff --git a/2019/03/05/emoji-support/index.html b/2019/03/05/emoji-support/index.html
index cab6541..f4a4fa1 100644
--- a/2019/03/05/emoji-support/index.html
+++ b/2019/03/05/emoji-support/index.html
@@ -4,33 +4,33 @@
<title>Emoji Support</title>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1">
-<link rel=alternate type=application/rss+xml href=https://example.org/index.xml title="Hugo Themes">
+<link rel=alternate type=application/rss+xml href=https://matsuyoshi30.net/harbor/index.xml title="Hugo Themes">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Emoji Support">
<meta name=twitter:description content="Guide to emoji usage in Hugo">
-<link rel=stylesheet href=https://example.org/fontawesome/css/all.min.css>
-<link id=dark-mode-theme rel=stylesheet href=https://example.org/css/dark.css>
+<link rel=stylesheet href=https://matsuyoshi30.net/harbor/fontawesome/css/all.min.css>
+<link id=dark-mode-theme rel=stylesheet href=https://matsuyoshi30.net/harbor/css/dark.css>
<script>var darkTheme=document.getElementById('dark-mode-theme'),storedTheme=localStorage.getItem('dark-mode-storage');storedTheme==='dark'?darkTheme.disabled=!1:storedTheme==='light'&&(darkTheme.disabled=!0)</script>
-<script src=https://example.org/js/main.bundle.js></script>
-<script src=https://example.org/js/instantpage.min.js type=module defer></script>
+<script src=https://matsuyoshi30.net/harbor/js/main.bundle.js></script>
+<script src=https://matsuyoshi30.net/harbor/js/instantpage.min.js type=module defer></script>
<meta name=generator content="Hugo 0.87.0">
</head>
<body>
<header>
<nav class=navbar>
<div class=nav>
-<a href=https://example.org/ class=nav-logo>
-<img src=https://example.org/images/icon.png width=50 height=50 alt=Logo>
+<a href=https://matsuyoshi30.net/harbor/ class=nav-logo>
+<img src=https://matsuyoshi30.net/harbor/images/icon.png width=50 height=50 alt=Logo>
</a>
<ul class=nav-links>
<li>
-<a href=/about/ id=About><em class="fas fa-user fa-lg"></em></a>
+<a href=/harbor/about/ id=About><em class="fas fa-user fa-lg"></em></a>
</li>
<li>
-<a href=/tags/ id=Tags><em class="fas fa-tag fa-lg"></em></a>
+<a href=/harbor/tags/ id=Tags><em class="fas fa-tag fa-lg"></em></a>
</li>
<li>
-<a href=/search/ id=Search><em class="fas fa-search fa-lg"></em></a>
+<a href=/harbor/search/ id=Search><em class="fas fa-search fa-lg"></em></a>
</li>
</ul>
</div>
@@ -61,7 +61,7 @@ font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,And
}</code></pre></div>
<style>.emojify{font-family:Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:2rem;vertical-align:middle}@media screen and (max-width:650px){.nowrap{display:block;margin:25px 0}}</style>
<div class=blog-tags>
-<a href=https://example.org/tags/emoji/>emoji</a>&nbsp;
+<a href=https://matsuyoshi30.net/harbor/tags/emoji/>emoji</a>&nbsp;
</div>
</article>
</div>
@@ -80,16 +80,16 @@ font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,And
</a>
&nbsp;&ndash;&nbsp;
<a class=social-icon href=https://qiita.com name=Qiita>
-<img src=https://example.org/images/qiita.png alt=Qiita>
+<img src=https://matsuyoshi30.net/harbor/images/qiita.png alt=Qiita>
</a>
</div>
<div class=container>
<p class="credits copyright">
-<a href=https://example.org/about>hugo author</a>
+<a href=https://matsuyoshi30.net/harbor/about>hugo author</a>
&nbsp;&copy;
2019
&nbsp;/&nbsp;
-<a href=https://example.org/>Hugo Themes</a>
+<a href=https://matsuyoshi30.net/harbor/>Hugo Themes</a>
&nbsp;&ndash;&nbsp;
<em class="fas fa-moon" id=dark-mode-toggle></em>
</p>
diff --git a/2019/03/08/math-typesetting/index.html b/2019/03/08/math-typesetting/index.html
index 50afba0..8026e5b 100644
--- a/2019/03/08/math-typesetting/index.html
+++ b/2019/03/08/math-typesetting/index.html
@@ -4,33 +4,33 @@
<title>Math Typesetting</title>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1">
-<link rel=alternate type=application/rss+xml href=https://example.org/index.xml title="Hugo Themes">
+<link rel=alternate type=application/rss+xml href=https://matsuyoshi30.net/harbor/index.xml title="Hugo Themes">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Math Typesetting">
<meta name=twitter:description content="A brief guide to setup KaTeX">
-<link rel=stylesheet href=https://example.org/fontawesome/css/all.min.css>
-<link id=dark-mode-theme rel=stylesheet href=https://example.org/css/dark.css>
+<link rel=stylesheet href=https://matsuyoshi30.net/harbor/fontawesome/css/all.min.css>
+<link id=dark-mode-theme rel=stylesheet href=https://matsuyoshi30.net/harbor/css/dark.css>
<script>var darkTheme=document.getElementById('dark-mode-theme'),storedTheme=localStorage.getItem('dark-mode-storage');storedTheme==='dark'?darkTheme.disabled=!1:storedTheme==='light'&&(darkTheme.disabled=!0)</script>
-<script src=https://example.org/js/main.bundle.js></script>
-<script src=https://example.org/js/instantpage.min.js type=module defer></script>
+<script src=https://matsuyoshi30.net/harbor/js/main.bundle.js></script>
+<script src=https://matsuyoshi30.net/harbor/js/instantpage.min.js type=module defer></script>
<meta name=generator content="Hugo 0.87.0">
</head>
<body>
<header>
<nav class=navbar>
<div class=nav>
-<a href=https://example.org/ class=nav-logo>
-<img src=https://example.org/images/icon.png width=50 height=50 alt=Logo>
+<a href=https://matsuyoshi30.net/harbor/ class=nav-logo>
+<img src=https://matsuyoshi30.net/harbor/images/icon.png width=50 height=50 alt=Logo>
</a>
<ul class=nav-links>
<li>
-<a href=/about/ id=About><em class="fas fa-user fa-lg"></em></a>
+<a href=/harbor/about/ id=About><em class="fas fa-user fa-lg"></em></a>
</li>
<li>
-<a href=/tags/ id=Tags><em class="fas fa-tag fa-lg"></em></a>
+<a href=/harbor/tags/ id=Tags><em class="fas fa-tag fa-lg"></em></a>
</li>
<li>
-<a href=/search/ id=Search><em class="fas fa-search fa-lg"></em></a>
+<a href=/harbor/search/ id=Search><em class="fas fa-search fa-lg"></em></a>
</li>
</ul>
</div>
@@ -92,16 +92,16 @@ Math Typesetting
</a>
&nbsp;&ndash;&nbsp;
<a class=social-icon href=https://qiita.com name=Qiita>
-<img src=https://example.org/images/qiita.png alt=Qiita>
+<img src=https://matsuyoshi30.net/harbor/images/qiita.png alt=Qiita>
</a>
</div>
<div class=container>
<p class="credits copyright">
-<a href=https://example.org/about>hugo author</a>
+<a href=https://matsuyoshi30.net/harbor/about>hugo author</a>
&nbsp;&copy;
2019
&nbsp;/&nbsp;
-<a href=https://example.org/>Hugo Themes</a>
+<a href=https://matsuyoshi30.net/harbor/>Hugo Themes</a>
&nbsp;&ndash;&nbsp;
<em class="fas fa-moon" id=dark-mode-toggle></em>
</p>
diff --git a/2019/03/09/placeholder-text/index.html b/2019/03/09/placeholder-text/index.html
index 379fd62..9253e38 100644
--- a/2019/03/09/placeholder-text/index.html
+++ b/2019/03/09/placeholder-text/index.html
@@ -4,33 +4,33 @@
<title>Placeholder Text</title>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1">
-<link rel=alternate type=application/rss+xml href=https://example.org/index.xml title="Hugo Themes">
+<link rel=alternate type=application/rss+xml href=https://matsuyoshi30.net/harbor/index.xml title="Hugo Themes">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Placeholder Text">
<meta name=twitter:description content="Lorem Ipsum Dolor Si Amet">
-<link rel=stylesheet href=https://example.org/fontawesome/css/all.min.css>
-<link id=dark-mode-theme rel=stylesheet href=https://example.org/css/dark.css>
+<link rel=stylesheet href=https://matsuyoshi30.net/harbor/fontawesome/css/all.min.css>
+<link id=dark-mode-theme rel=stylesheet href=https://matsuyoshi30.net/harbor/css/dark.css>
<script>var darkTheme=document.getElementById('dark-mode-theme'),storedTheme=localStorage.getItem('dark-mode-storage');storedTheme==='dark'?darkTheme.disabled=!1:storedTheme==='light'&&(darkTheme.disabled=!0)</script>
-<script src=https://example.org/js/main.bundle.js></script>
-<script src=https://example.org/js/instantpage.min.js type=module defer></script>
+<script src=https://matsuyoshi30.net/harbor/js/main.bundle.js></script>
+<script src=https://matsuyoshi30.net/harbor/js/instantpage.min.js type=module defer></script>
<meta name=generator content="Hugo 0.87.0">
</head>
<body>
<header>
<nav class=navbar>
<div class=nav>
-<a href=https://example.org/ class=nav-logo>
-<img src=https://example.org/images/icon.png width=50 height=50 alt=Logo>
+<a href=https://matsuyoshi30.net/harbor/ class=nav-logo>
+<img src=https://matsuyoshi30.net/harbor/images/icon.png width=50 height=50 alt=Logo>
</a>
<ul class=nav-links>
<li>
-<a href=/about/ id=About><em class="fas fa-user fa-lg"></em></a>
+<a href=/harbor/about/ id=About><em class="fas fa-user fa-lg"></em></a>
</li>
<li>
-<a href=/tags/ id=Tags><em class="fas fa-tag fa-lg"></em></a>
+<a href=/harbor/tags/ id=Tags><em class="fas fa-tag fa-lg"></em></a>
</li>
<li>
-<a href=/search/ id=Search><em class="fas fa-search fa-lg"></em></a>
+<a href=/harbor/search/ id=Search><em class="fas fa-search fa-lg"></em></a>
</li>
</ul>
</div>
@@ -88,8 +88,8 @@ vulnus haerentia iuste et exercebat, sui et.</p>
Propoetides <strong>parte</strong>.</p>
<style>.canon{background:#fff;width:100%;height:auto}</style>
<div class=blog-tags>
-<a href=https://example.org/tags/markdown/>markdown</a>&nbsp;
-<a href=https://example.org/tags/text/>text</a>&nbsp;
+<a href=https://matsuyoshi30.net/harbor/tags/markdown/>markdown</a>&nbsp;
+<a href=https://matsuyoshi30.net/harbor/tags/text/>text</a>&nbsp;
</div>
</article>
</div>
@@ -108,16 +108,16 @@ Propoetides <strong>parte</strong>.</p>
</a>
&nbsp;&ndash;&nbsp;
<a class=social-icon href=https://qiita.com name=Qiita>
-<img src=https://example.org/images/qiita.png alt=Qiita>
+<img src=https://matsuyoshi30.net/harbor/images/qiita.png alt=Qiita>
</a>
</div>
<div class=container>
<p class="credits copyright">
-<a href=https://example.org/about>hugo author</a>
+<a href=https://matsuyoshi30.net/harbor/about>hugo author</a>
&nbsp;&copy;
2019
&nbsp;/&nbsp;
-<a href=https://example.org/>Hugo Themes</a>
+<a href=https://matsuyoshi30.net/harbor/>Hugo Themes</a>
&nbsp;&ndash;&nbsp;
<em class="fas fa-moon" id=dark-mode-toggle></em>
</p>
diff --git a/2019/03/10/rich-content/index.html b/2019/03/10/rich-content/index.html
index c5d0f44..7949393 100644
--- a/2019/03/10/rich-content/index.html
+++ b/2019/03/10/rich-content/index.html
@@ -4,33 +4,33 @@
<title>Rich Content</title>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1">
-<link rel=alternate type=application/rss+xml href=https://example.org/index.xml title="Hugo Themes">
+<link rel=alternate type=application/rss+xml href=https://matsuyoshi30.net/harbor/index.xml title="Hugo Themes">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Rich Content">
<meta name=twitter:description content="A brief description of Hugo Shortcodes">
-<link rel=stylesheet href=https://example.org/fontawesome/css/all.min.css>
-<link id=dark-mode-theme rel=stylesheet href=https://example.org/css/dark.css>
+<link rel=stylesheet href=https://matsuyoshi30.net/harbor/fontawesome/css/all.min.css>
+<link id=dark-mode-theme rel=stylesheet href=https://matsuyoshi30.net/harbor/css/dark.css>
<script>var darkTheme=document.getElementById('dark-mode-theme'),storedTheme=localStorage.getItem('dark-mode-storage');storedTheme==='dark'?darkTheme.disabled=!1:storedTheme==='light'&&(darkTheme.disabled=!0)</script>
-<script src=https://example.org/js/main.bundle.js></script>
-<script src=https://example.org/js/instantpage.min.js type=module defer></script>
+<script src=https://matsuyoshi30.net/harbor/js/main.bundle.js></script>
+<script src=https://matsuyoshi30.net/harbor/js/instantpage.min.js type=module defer></script>
<meta name=generator content="Hugo 0.87.0">
</head>
<body>
<header>
<nav class=navbar>
<div class=nav>
-<a href=https://example.org/ class=nav-logo>
-<img src=https://example.org/images/icon.png width=50 height=50 alt=Logo>
+<a href=https://matsuyoshi30.net/harbor/ class=nav-logo>
+<img src=https://matsuyoshi30.net/harbor/images/icon.png width=50 height=50 alt=Logo>
</a>
<ul class=nav-links>
<li>
-<a href=/about/ id=About><em class="fas fa-user fa-lg"></em></a>
+<a href=/harbor/about/ id=About><em class="fas fa-user fa-lg"></em></a>
</li>
<li>
-<a href=/tags/ id=Tags><em class="fas fa-tag fa-lg"></em></a>
+<a href=/harbor/tags/ id=Tags><em class="fas fa-tag fa-lg"></em></a>
</li>
<li>
-<a href=/search/ id=Search><em class="fas fa-search fa-lg"></em></a>
+<a href=/harbor/search/ id=Search><em class="fas fa-search fa-lg"></em></a>
</li>
</ul>
</div>
@@ -68,8 +68,8 @@ Rich Content
<img src=https://i.vimeocdn.com/video/337401969_640 srcset="https://i.vimeocdn.com/video/337401969_640 1x, https://i.vimeocdn.com/video/337401969_640 2x" alt="Sing Jan Swing - Kinetic Type">
<div class=play><svg version="1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61 61"><circle cx="30.5" cy="30.5" r="30.5" opacity=".8" fill="#000"/><path d="M25.3 19.2c-2.1-1.2-3.8-.2-3.8 2.2v18.1c0 2.4 1.7 3.4 3.8 2.2l16.6-9.1c2.1-1.2 2.1-3.2.0-4.4l-16.6-9z" fill="#fff"/></svg></div></a></div>
<div class=blog-tags>
-<a href=https://example.org/tags/shortcodes/>shortcodes</a>&nbsp;
-<a href=https://example.org/tags/privacy/>privacy</a>&nbsp;
+<a href=https://matsuyoshi30.net/harbor/tags/shortcodes/>shortcodes</a>&nbsp;
+<a href=https://matsuyoshi30.net/harbor/tags/privacy/>privacy</a>&nbsp;
</div>
</article>
</div>
@@ -88,16 +88,16 @@ Rich Content
</a>
&nbsp;&ndash;&nbsp;
<a class=social-icon href=https://qiita.com name=Qiita>
-<img src=https://example.org/images/qiita.png alt=Qiita>
+<img src=https://matsuyoshi30.net/harbor/images/qiita.png alt=Qiita>
</a>
</div>
<div class=container>
<p class="credits copyright">
-<a href=https://example.org/about>hugo author</a>
+<a href=https://matsuyoshi30.net/harbor/about>hugo author</a>
&nbsp;&copy;
2019
&nbsp;/&nbsp;
-<a href=https://example.org/>Hugo Themes</a>
+<a href=https://matsuyoshi30.net/harbor/>Hugo Themes</a>
&nbsp;&ndash;&nbsp;
<em class="fas fa-moon" id=dark-mode-toggle></em>
</p>
diff --git a/2019/03/11/markdown-syntax/index.html b/2019/03/11/markdown-syntax/index.html
index 4a0fe60..edcd679 100644
--- a/2019/03/11/markdown-syntax/index.html
+++ b/2019/03/11/markdown-syntax/index.html
@@ -4,33 +4,33 @@
<title>Markdown Syntax Guide</title>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1">
-<link rel=alternate type=application/rss+xml href=https://example.org/index.xml title="Hugo Themes">
+<link rel=alternate type=application/rss+xml href=https://matsuyoshi30.net/harbor/index.xml title="Hugo Themes">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Markdown Syntax Guide">
<meta name=twitter:description content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
-<link rel=stylesheet href=https://example.org/fontawesome/css/all.min.css>
-<link id=dark-mode-theme rel=stylesheet href=https://example.org/css/dark.css>
+<link rel=stylesheet href=https://matsuyoshi30.net/harbor/fontawesome/css/all.min.css>
+<link id=dark-mode-theme rel=stylesheet href=https://matsuyoshi30.net/harbor/css/dark.css>
<script>var darkTheme=document.getElementById('dark-mode-theme'),storedTheme=localStorage.getItem('dark-mode-storage');storedTheme==='dark'?darkTheme.disabled=!1:storedTheme==='light'&&(darkTheme.disabled=!0)</script>
-<script src=https://example.org/js/main.bundle.js></script>
-<script src=https://example.org/js/instantpage.min.js type=module defer></script>
+<script src=https://matsuyoshi30.net/harbor/js/main.bundle.js></script>
+<script src=https://matsuyoshi30.net/harbor/js/instantpage.min.js type=module defer></script>
<meta name=generator content="Hugo 0.87.0">
</head>
<body>
<header>
<nav class=navbar>
<div class=nav>
-<a href=https://example.org/ class=nav-logo>
-<img src=https://example.org/images/icon.png width=50 height=50 alt=Logo>
+<a href=https://matsuyoshi30.net/harbor/ class=nav-logo>
+<img src=https://matsuyoshi30.net/harbor/images/icon.png width=50 height=50 alt=Logo>
</a>
<ul class=nav-links>
<li>
-<a href=/about/ id=About><em class="fas fa-user fa-lg"></em></a>
+<a href=/harbor/about/ id=About><em class="fas fa-user fa-lg"></em></a>
</li>
<li>
-<a href=/tags/ id=Tags><em class="fas fa-tag fa-lg"></em></a>
+<a href=/harbor/tags/ id=Tags><em class="fas fa-tag fa-lg"></em></a>
</li>
<li>
-<a href=/search/ id=Search><em class="fas fa-search fa-lg"></em></a>
+<a href=/harbor/search/ id=Search><em class="fas fa-search fa-lg"></em></a>
</li>
</ul>
</div>
@@ -44,8 +44,8 @@ Markdown Syntax Guide
<span class=meta-post>
<em class="fa fa-calendar-alt"></em>&nbsp;Mar 11, 2019
&nbsp;&nbsp;&nbsp;<em class="fa fa-folder-open"></em>&nbsp;
-<a href=https://example.org/categories/themes/>themes</a>&nbsp;
-<a href=https://example.org/categories/syntax/>syntax</a>&nbsp;
+<a href=https://matsuyoshi30.net/harbor/categories/themes/>themes</a>&nbsp;
+<a href=https://matsuyoshi30.net/harbor/categories/syntax/>syntax</a>&nbsp;
</span>
</div>
</div>
@@ -188,10 +188,10 @@ Markdown Syntax Guide
</ol>
</section>
<div class=blog-tags>
-<a href=https://example.org/tags/markdown/>markdown</a>&nbsp;
-<a href=https://example.org/tags/css/>css</a>&nbsp;
-<a href=https://example.org/tags/html/>html</a>&nbsp;
-<a href=https://example.org/tags/themes/>themes</a>&nbsp;
+<a href=https://matsuyoshi30.net/harbor/tags/markdown/>markdown</a>&nbsp;
+<a href=https://matsuyoshi30.net/harbor/tags/css/>css</a>&nbsp;
+<a href=https://matsuyoshi30.net/harbor/tags/html/>html</a>&nbsp;
+<a href=https://matsuyoshi30.net/harbor/tags/themes/>themes</a>&nbsp;
</div>
</article>
</div>
@@ -210,16 +210,16 @@ Markdown Syntax Guide
</a>
&nbsp;&ndash;&nbsp;
<a class=social-icon href=https://qiita.com name=Qiita>
-<img src=https://example.org/images/qiita.png alt=Qiita>
+<img src=https://matsuyoshi30.net/harbor/images/qiita.png alt=Qiita>
</a>
</div>
<div class=container>
<p class="credits copyright">
-<a href=https://example.org/about>hugo author</a>
+<a href=https://matsuyoshi30.net/harbor/about>hugo author</a>
&nbsp;&copy;
2019
&nbsp;/&nbsp;
-<a href=https://example.org/>Hugo Themes</a>
+<a href=https://matsuyoshi30.net/harbor/>Hugo Themes</a>
&nbsp;&ndash;&nbsp;
<em class="fas fa-moon" id=dark-mode-toggle></em>
</p>
diff --git a/2019/03/11/migrate-from-jekyl/index.html b/2019/03/11/migrate-from-jekyl/index.html
index 6a599e1..414957d 100644
--- a/2019/03/11/migrate-from-jekyl/index.html
+++ b/2019/03/11/migrate-from-jekyl/index.html
@@ -1 +1 @@
-<!doctype html><html><head><title>https://example.org/2019/03/11/markdown-syntax/</title><link rel=canonical href=https://example.org/2019/03/11/markdown-syntax/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://example.org/2019/03/11/markdown-syntax/"></head></html> \ No newline at end of file
+<!doctype html><html><head><title>https://matsuyoshi30.net/harbor/2019/03/11/markdown-syntax/</title><link rel=canonical href=https://matsuyoshi30.net/harbor/2019/03/11/markdown-syntax/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://matsuyoshi30.net/harbor/2019/03/11/markdown-syntax/"></head></html> \ No newline at end of file