all repos — website @ a1828bbdcda3a742438ccb7a91553976e8dc01de

personal website hosted at prithu.xyz, built using hugo

add writeups section on main page
Prithu Goswami prithugoswami524@gmail.com
Wed, 06 May 2020 22:04:33 +0530
commit

a1828bbdcda3a742438ccb7a91553976e8dc01de

parent

df53a37bed6989cff6b34438eecf2e0031673463

1 files changed, 23 insertions(+), 0 deletions(-)

jump to
M hugo-site/layouts/index.htmlhugo-site/layouts/index.html

@@ -123,6 +123,29 @@ </div>

</div> </section> + <section id=projects> + <div class=container> + <h1>I also write about stuff</h1> + <div class="shadow-box"> + <div class="project-text"> + {{ range sort (where .Site.RegularPages "Section" "posts") "Date" }} + <div class="project-item"> + <h2>- {{ .Title }}</h2> + <p>{{ .Kind }}, {{ .Section }}<p> + </div> + {{ end }} + </div> + <!-- <div class=btn id=project-cta>View All</div> --> + </div> + </div> + </section> + + <section id=write> + <div class=container> + + </div> + </section> + </body> </html>