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
diff options
context:
space:
mode:
Diffstat (limited to 'post/index.html')
-rw-r--r--post/index.html142
1 files changed, 142 insertions, 0 deletions
diff --git a/post/index.html b/post/index.html
new file mode 100644
index 0000000..9f43c3d
--- /dev/null
+++ b/post/index.html
@@ -0,0 +1,142 @@
+<!doctype html><html lang=en>
+<head>
+<meta charset=utf-8>
+<title>Posts</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">
+<meta name=twitter:card content="summary">
+<meta name=twitter:title content="Posts">
+<meta name=twitter:description content>
+<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>
+<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>
+<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>
+<ul class=nav-links>
+<li>
+<a href=/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>
+</li>
+<li>
+<a href=/search/ id=Search><em class="fas fa-search fa-lg"></em></a>
+</li>
+</ul>
+</div>
+</nav>
+<div class=intro-header>
+<div class=container>
+<div class=post-heading>
+<h1>
+Posts
+</h1>
+<span class=meta-post>
+<em class="fa fa-calendar-alt"></em>&nbsp;Mar 11, 2019
+</span>
+</div>
+</div>
+</div>
+</header>
+<div class=container role=main>
+<div class=posts-list>
+<article class=post-preview>
+<a href=https://example.org/2019/03/11/markdown-syntax/>
+<h2 class=post-title>Markdown Syntax Guide</h2>
+</a>
+<div class=post-entry>
+<p><p>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.</p></p>
+<a href=https://example.org/2019/03/11/markdown-syntax/ class=post-read-more>Read More</a>
+</div>
+<div class=postmeta>
+<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;
+</span>
+</div>
+</article>
+<article class=post-preview>
+<a href=https://example.org/2019/03/10/rich-content/>
+<h2 class=post-title>Rich Content</h2>
+</a>
+<div class=post-entry>
+<p><p>Hugo ships with several <a href=https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes>Built-in Shortcodes</a> for rich content, along with a <a href=https://gohugo.io/about/hugo-and-gdpr/>Privacy Config</a> and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.</p></p>
+<a href=https://example.org/2019/03/10/rich-content/ class=post-read-more>Read More</a>
+</div>
+<div class=postmeta>
+<span class=meta-post>
+<em class="fa fa-calendar-alt"></em>&nbsp;Mar 10, 2019
+</span>
+</div>
+</article>
+<article class=post-preview>
+<a href=https://example.org/2019/03/09/placeholder-text/>
+<h2 class=post-title>Placeholder Text</h2>
+</a>
+<div class=post-entry>
+<p><p>Lorem est tota propiore conpellat pectoribus de
+pectora summo.</p></p>
+<a href=https://example.org/2019/03/09/placeholder-text/ class=post-read-more>Read More</a>
+</div>
+<div class=postmeta>
+<span class=meta-post>
+<em class="fa fa-calendar-alt"></em>&nbsp;Mar 9, 2019
+</span>
+</div>
+</article>
+</div>
+<ul class=pager>
+<li class=next>
+<a href=https://example.org/post/page/2/>Older &rarr;</a>
+</li>
+</ul>
+</div>
+<footer>
+<div class=social-icons>
+<a href=https://twitter.com/GoHugoIO name=Twitter>
+<em class="fab fa-twitter"></em>
+</a>
+&nbsp;&ndash;&nbsp;
+<a href=https://github.com/gohugoio/hugo name=GitHub>
+<em class="fab fa-github"></em>
+</a>
+&nbsp;&ndash;&nbsp;
+<a href=https://www.reddit.com/r/gohugo/ name=reddit>
+<em class="fab fa-reddit-alien"></em>
+</a>
+&nbsp;&ndash;&nbsp;
+<a class=social-icon href=https://qiita.com name=Qiita>
+<img src=https://example.org/images/qiita.png alt=Qiita>
+</a>
+</div>
+<div class=container>
+<p class="credits copyright">
+<a href=https://example.org/about>hugo author</a>
+&nbsp;&copy;
+2019
+&nbsp;/&nbsp;
+<a href=https://example.org/>Hugo Themes</a>
+&nbsp;&ndash;&nbsp;
+<em class="fas fa-moon" id=dark-mode-toggle></em>
+</p>
+<p class="credits theme-by">
+Powered By <a href=https://gohugo.io>Hugo</a>&nbsp;
+Theme
+<a href=https://github.com/matsuyoshi30/harbor>Harbor</a>
+</p>
+</div>
+</footer>
+</body>
+</html> \ No newline at end of file