-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
175 lines (80 loc) · 2.31 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta name="author" content="" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="generator" content="Hugo 0.19" />
<link rel="canonical" href="https://pettyalex.github.io/">
<base href="https://pettyalex.github.io/" />
<meta property="og:title" content="My New Hugo Site" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pettyalex.github.io/" />
<meta property="og:updated_time" content="2017-04-25T15:04:41-05:00"/>
<meta itemprop="name" content="My New Hugo Site">
<meta itemprop="description" content="">
<link rel="stylesheet" href="css/layout.css" />
<link rel="stylesheet" href="css/color-dark.css" />
<title>
My New Hugo Site
</title>
<script src="js/highlight.min.js"></script>
<link rel="stylesheet" href="css/tomorrow-night.min.css" />
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>
<div class="main">
<header>
<div class="header-bar">
<nav>
<div class="siteTitle">
<a href="https://pettyalex.github.io/">My New Hugo Site</a>
</div>
</nav>
</div>
<div class="social-links-header">
</div>
</header>
<main>
<article class="post-preview">
<header>
<h2 class="title"> <a href='https://pettyalex.github.io/post/test/'> test</a> </h2>
<div class="meta">
Apr 25, 2017 - 0 minutes
</div>
<div class="tags">
</div>
</header>
<div class="summary"> </div>
<footer>
<div class="rmore">
<a href='https://pettyalex.github.io/post/test/'><nobr>Read more ...</nobr></a>
</div>
</footer>
</article>
<div class="page-nav">
<div class="page-prev">
</div>
<div class="page-num">
1/1
</div>
<div class="page-next">
</div>
</div>
</main>
<footer>
<div class="social-links-footer">
<div class="social-link">
<a href="https://pettyalex.github.io/index.xml" target="_blank">RSS</a>
</div>
</div>
<div class="copyright"> </div>
<div class="poweredby">
Powered by <a href="https://gohugo.io/">Hugo</a>.
</div>
</footer>
</body>
</html>