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

index.html « syntax « categories - github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2a3ab84e651a3d5a2cbb48f620b0daf8ed00441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!doctype html><html lang=en>
<head>
<meta charset=utf-8>
<title>syntax</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://matsuyoshi30.net/harbor/index.xml title="Hugo Themes">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="syntax">
<meta name=twitter:description content>
<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://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://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=/harbor/about/ id=About><em class="fas fa-user fa-lg"></em></a>
</li>
<li>
<a href=/harbor/tags/ id=Tags><em class="fas fa-tag fa-lg"></em></a>
</li>
<li>
<a href=/harbor/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=categories-heading>
<h1>
syntax
</h1>
</div>
</div>
</div>
</header>
<div class=container role=main>
<div class=posts-list>
<article class=post-preview>
<a href=https://matsuyoshi30.net/harbor/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://matsuyoshi30.net/harbor/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://matsuyoshi30.net/harbor/categories/themes/>themes</a>&nbsp;
<a href=https://matsuyoshi30.net/harbor/categories/syntax/>syntax</a>&nbsp;
</span>
</div>
</article>
</div>
</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://matsuyoshi30.net/harbor/images/qiita.png alt=Qiita>
</a>
</div>
<div class=container>
<p class="credits copyright">
<a href=https://matsuyoshi30.net/harbor/about>hugo author</a>
&nbsp;&copy;
2019
&nbsp;/&nbsp;
<a href=https://matsuyoshi30.net/harbor/>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>