-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
124 lines (89 loc) · 3.16 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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta name='description' content=''>
<meta property='og:title' content='SoftwareApe's Blog'>
<meta property='og:description' content=''>
<meta property='og:url' content='https://softwareape.github.io/'>
<meta property='og:site_name' content='SoftwareApe's Blog'>
<meta property='og:type' content='website'><meta property='og:updated_time' content='2017-11-27T20:14:10+01:00'/>
<meta name="generator" content="Hugo 0.27" />
<title>SoftwareApe's Blog</title>
<link rel='canonical' href='https://softwareape.github.io/'>
<link href="https://softwareape.github.io/index.xml" rel="alternate" type="application/rss+xml" title="SoftwareApe's Blog" />
<link href="https://softwareape.github.io/index.xml" rel="feed" type="application/rss+xml" title="SoftwareApe's Blog" />
<link rel='icon' href='/favicon.ico'>
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700&subset=latin'>
<link rel='stylesheet' href='/css/main.67a788c9.css'>
<link rel='stylesheet' href='/css/custom.css'>
</head>
<body class='home'>
<div class='site'>
<header id='header' class='header-container'>
<div class='site-header'>
<nav id='navmenu' aria-label='Main Menu'>
<ul class='main-menu'>
<li>
<a href='https://softwareape.github.io'
>Blog</a>
</li>
</ul>
</nav>
<div class='site-info'>
<h1 class='site-title title'>SoftwareApe's Blog</h1>
<p class='site-description'></p>
</div>
</div>
</header>
<main class='main'>
<section id='list' class='list-container'>
<h2 class='list-title title'>Recent Posts</h2>
<div class='list'>
<article class='list-item'>
<div class='meta'>
<span>
<span class='screen-reader'>Posted on </span>
<time datetime='2017-11-27T20:14:10+01:00'>2017, Nov 27</time>
</span>
</div>
<header class='list-item-header'>
<h3 class='list-item-title'>
<a href='https://softwareape.github.io/post/2017-11-27_my_first_vscode_extension/'>My First VSCode Extension</a>
</h3>
</header>
</article>
<article class='list-item'>
<div class='meta'>
<span>
<span class='screen-reader'>Posted on </span>
<time datetime='2017-11-14T23:22:58+01:00'>2017, Nov 14</time>
</span>
</div>
<header class='list-item-header'>
<h3 class='list-item-title'>
<a href='https://softwareape.github.io/post/first-post/'>How to start a blog</a>
</h3>
</header>
</article>
</div>
</section>
</main>
<footer id='footer' class='footer-container'>
<div class='footer'>
<div class='social'>
<nav aria-label='Social Menu'>
<ul class='social-menu'></ul>
</nav>
</div>
<div class='copyright'>
<p>Random thoughts on software, life, and who's still reading?</p>
</div>
</div>
</footer>
</div>
<script src='/js/main.af838dd5.js'></script>
<script src='/js/custom.js'></script>
</body>
</html>