-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (47 loc) · 2.11 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="//gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.55.6" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My New Hugo Site</title>
<link type="text/css" rel="stylesheet" href="http://testhugo.github.io/css/print.css" media="print">
<link type="text/css" rel="stylesheet" href="http://testhugo.github.io/css/poole.css">
<link type="text/css" rel="stylesheet" href="http://testhugo.github.io/css/syntax.css">
<link type="text/css" rel="stylesheet" href="http://testhugo.github.io/css/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Abril+Fatface|PT+Sans:400,400i,700">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.png">
<link href="http://testhugo.github.io/index.xml" rel="alternate" type="application/rss+xml" title="My New Hugo Site" />
</head>
<body class=" ">
<aside class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="http://testhugo.github.io/"><h1>My New Hugo Site</h1></a>
<p class="lead">
An elegant open source and mobile first theme for <a href="http://hugo.spf13.com">hugo</a> made by <a href="http://twitter.com/mdo">@mdo</a>. Originally made for Jekyll.
</p>
</div>
<nav>
<ul class="sidebar-nav">
<li><a href="http://testhugo.github.io/">Home</a> </li>
</ul>
</nav>
<p>© 2019. All rights reserved. </p>
</div>
</aside>
<main class="content container">
<div class="posts">
<article class="post">
<h1 class="post-title">
<a href="http://testhugo.github.io/diary/hellohugo/">Hellohugo</a>
</h1>
<time datetime="2019-06-09T14:30:35+0800" class="post-date">Sun, Jun 9, 2019</time>
Hello Hugo How’re you doin’ Hugo!
</article>
</div>
</main>
</body>
</html>