all repos — website @ 6c593d9bfcbd026ffdf8e4edeb5c869de3cc9d69

personal website hosted at prithu.xyz, built using hugo

update blog content
Prithu Goswami prithugoswami524@gmail.com
Fri, 01 May 2020 15:50:53 +0530
commit

6c593d9bfcbd026ffdf8e4edeb5c869de3cc9d69

parent

6beabb37d82fc91095dfa44746ccab1fb5850586

D hugo-site/content/blog/_index.html

@@ -1,56 +0,0 @@

-<!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>
A hugo-site/content/blog/_index.md

@@ -0,0 +1,2 @@

+ +Hello there _index
M hugo-site/content/blog/hello.mdhugo-site/content/blog/hello.md

@@ -1,7 +1,7 @@

--- title: "Hello" date: 2020-05-01T14:15:30+05:30 -draft: true +draft: false --- # This is the first post
M hugo-site/content/blog/my-second-post.mdhugo-site/content/blog/my-second-post.md

@@ -1,7 +1,7 @@

--- title: "My Second Post" date: 2020-05-01T14:43:16+05:30 -draft: true +draft: false --- This is my second post