-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (60 loc) · 2.38 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
<!doctype html>
<html lang="en-us">
<head>
<title>Another personal page on GitHub</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="The HTML5 Herald" />
<meta name="author" content="" /><link rel="alternate" type="application/rss+xml+xml" href="https://mikhailkaduchka.github.io/index.xml" title="Another personal page on GitHub" /><meta name="generator" content="Hugo 0.60.1" />
<meta property="og:title" content="Another personal page on GitHub" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mikhailkaduchka.github.io/" />
<meta property="og:updated_time" content="2019-12-03T00:06:08+01:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Another personal page on GitHub"/>
<meta name="twitter:description" content=""/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" />
<script src="https://kit.fontawesome.com/b76b73e8e8.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab|Ruda" />
<link rel="stylesheet" type="text/css" href="/css/styles.css" /></head>
<body>
<div id="container">
<header>
<h1>
<a href="/">Another personal page on GitHub</a>
</h1>
<ul id="social-media">
</ul>
</header>
<nav>
<ul>
</ul>
</nav>
<main>
<section id="home">
<ul>
<li class="first">
<h1><a href="https://mikhailkaduchka.github.io/posts/first/" title="First">First</a></h1>
<aside>
<ul>
<li>
<time class="post-date" datetime="2019-12-03T00:06:08+01:00">Dec 3, 2019</time>
</li>
<li>One minute read</li>
</ul>
</aside>
<p>My first post If you see it then I handle to connect Hugo and Github Pages.</p>
</li>
</ul>
</section>
</main>
<footer>
<h6> |
Rendered by <a href="https://gohugo.io" title="Hugo">Hugo</a> |
<a href="https://mikhailkaduchka.github.ioindex.xml">Subscribe </a></h6>
</footer>
</div>
<script src="/js/scripts.js"></script>
</body>
</html>