-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (56 loc) · 2.13 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="generator" content="Hugo 0.16" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://catalingb.github.io/css/style.css" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700" type="text/css">
<link rel="alternate" href="https://catalingb.github.io/index.xml" type="application/rss+xml" title="async">
<title>async</title>
</head>
<body>
<header>
<div class="container clearfix">
<a class="path" href="https://catalingb.github.io">[async]</a>
<span class="caret"># _</span>
<div class="right">
</div>
</div>
</header>
<div class="container">
<main role="main" class="homepage">
<h1 class="site-title">
<span class="base05">[</span><span class="base08">b</span><span class="base09">a</span><span class="base0a">s</span><span class="base0b">e</span><span class="base0c">1</span><span class="base0d">6</span><span class="base05">]</span>
<span class="base05"># _</span>
</h1>
<div class="hero-logo">
<img src="https://catalingb.github.ioimg/base16-eighties.svg">
</div>
<div style="text-align: center;">
Add your own "<code>layouts/partials/hero.html</code>" to replace this text.
</div>
<h1 class="headline">Recent Posts</h1>
<div class="article-list">
<article class="list-item" itemscope itemtype="http://schema.org/Blog">
<h2 class="headline" itemprop="headline"><a href="/post/bash-history-search/">bash history search</a></h2>
<div class="meta">
<span class="key">published on</span>
<span class="val"><time itemprop="datePublished" datetime="2016-09-19">September 19, 2016</time></span>
</div>
<section class="summary">
</section>
</article>
</div>
</main>
</div>
<footer>
<div class="container">
<span class="copyright">© 2016 async - <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a></span>
</div>
</footer>
</body>
</html>