hugo-site/content/blog/_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
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Prithu Goswami</title> <meta name="description" content="Prithu Goswami's personal website"> <meta name="author" content="Prithu Goswami"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,700" rel="stylesheet"> <link rel="stylesheet" href="/css/main.css"> <link rel="stylesheet" href="/css/blog.css"> <link rel="icon" type="img/png" href="/img/favicon.png"> </head> <body> <p class="wip">WIP</p> {{ parital "nav.html" }} <div class="bcontainer"> <div class="bcontent"> <h1>Latest Posts</h1> <div class="posts"> <div class="post-item"> <a href="./post.html">Designing this blog from scratch</a> <p class="post-date">10 Jan 2020</p> </div> <div class="post-item"> <a href="./post.html">Using figma for quick prototype design</a> <p class="post-date">19 Dec 2019</p> </div> <div class="post-item"> <a href="./post.html">Utilitarian design principles</a> <p class="post-date">1 Dec 2019</p> </div> <div class="post-item"> <a href="./post.html">Learning x86 Assembly</a> <p class="post-date">7 Nov 2019</p> </div> <div class="post-item"> <a href="./post.html">Learning from CTFs about IT security</a> <p class="post-date">25 Oct 2019</p> </div> <div class="post-item"> <a href="./post.html">The web is cluttered</a> <p class="post-date">1 Jul 2019</p> </div> </div> </div> </div> </body> </html>