-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (53 loc) · 2.37 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="https://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.89.2" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My New Hugo Site</title>
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="http://manjusry.github.io/css/print.css" media="print">
<link type="text/css" rel="stylesheet" href="http://manjusry.github.io/css/poole.css">
<link type="text/css" rel="stylesheet" href="http://manjusry.github.io/css/syntax.css">
<link type="text/css" rel="stylesheet" href="http://manjusry.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://manjusry.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://manjusry.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://manjusry.github.io/">Home</a> </li>
</ul>
</nav>
<p>© 2021. All rights reserved. </p>
</div>
</aside>
<main class="content container">
<div class="posts">
<article class="post">
<h1 class="post-title">
<a href="http://manjusry.github.io/post/helloworld/">Helloworld</a>
</h1>
<time datetime="2021-11-14T00:30:41+0800" class="post-date">Sun, Nov 14, 2021</time>
Hello, World Hello World Hugo
</article><article class="post">
<h1 class="post-title">
<a href="http://manjusry.github.io/about/">About</a>
</h1>
<time datetime="2021-11-14T00:29:49+0800" class="post-date">Sun, Nov 14, 2021</time>
</article>
</div>
</main>
</body>
</html>