-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (58 loc) · 2.95 KB
/
Copy pathindex.html
File metadata and controls
72 lines (58 loc) · 2.95 KB
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
<!DOCTYPE html>
<html><head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Posts - DMKCode</title><meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:description" content="" />
<meta name="twitter:description" content="" />
<meta name="description" content="" />
<meta name="description" content="" />
<meta property="og:title" content="Posts | DMKCode" />
<meta name="twitter:title" content="Posts | DMKCode" />
<meta property="og:image" content=""/>
<meta itemprop="name" content="Posts | DMKCode" />
<meta name="application-name" content="Posts | DMKCode" />
<meta property="og:site_name" content="" />
<link rel="alternate" type="application/rss+xml" href="https://dmkcode.com/posts/index.xml" title="DMKCode" />
<meta property="og:title" content="Posts" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dmkcode.com/posts/" />
<meta property="og:updated_time" content="2017-08-12T10:23:20+00:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Posts"/>
<meta name="twitter:description" content=""/>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="https://dmkcode.com/css/main.css" />
</head><body>
<div class="content"><header>
<div class="main">
<a href="https://dmkcode.com/">DMKCode</a>
</div>
<nav>
<a href="/">Home</a>
<a href="/posts">All posts</a>
<a href="/about">About</a>
<a href="/tags">Tags</a>
</nav>
</header>
<h1 class="page-title">All articles</h1>
<ul class="posts"><li class="post">
<a href="/posts/redux-jest-snapshot/">Using Jest snapshots to simply redux tests</a> <span class="meta">Aug 12, 2017</span>
</li><li class="post">
<a href="/posts/dockerize-dev-environment/">Dockerizing My Dev Environment</a> <span class="meta">Oct 1, 2016</span>
</li><li class="post">
<a href="/posts/simple-timer-using-angular-2-and-rxjs-part-2/">Simple Timer using Angular 2 and RxJS - part 2</a> <span class="meta">Sep 15, 2016</span>
</li><li class="post">
<a href="/posts/simple-timer-using-angular-2-and-rxjs/">Simple Timer using Angular 2 and RxJS - part 1</a> <span class="meta">Aug 15, 2016</span>
</li></ul>
<footer>
<hr><a class="soc" href="https://github.com/dmkcode" title="GitHub"><i data-feather="github"></i></a>|<a class="soc" href="https://twitter.com/dmkcode" title="Twitter"><i data-feather="twitter"></i></a>|⚡️
2020 © DMKCode | Inspired by <a href="https://github.com/athul/archie">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a>
</footer>
<script>
feather.replace()
</script></div>
</body>
</html>