Add exampleSite

This commit is contained in:
Rahul Tiwari 2020-04-02 18:40:21 +05:30
parent 047bcedb33
commit 0ea8d3d2ed
6 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

View File

@ -0,0 +1,6 @@
---
title: "The Matrix"
date: "1999-03-31"
---
The inception.....

View File

@ -0,0 +1,6 @@
---
title: "The Matrix Reloaded"
date: "2003-05-07"
---
The sequel.....

View File

@ -0,0 +1,7 @@
---
title: "The Matrix Revolutions"
date: "2003-11-05"
---
The third installment....

View File

@ -0,0 +1,7 @@
---
title: "Rant post"
date: "2020-04-02"
draft: true
---
Too much to rant :(

View File

@ -0,0 +1,10 @@
Name = "Agent Smith"
# Supports markdown
About = "We're not here because we're free. We're here because we're __not__ free. There's no escaping reason. No denying purpose. Because as we both know without purpose, we would not exist.<br/> Read more [here](https://matrix.fandom.com/wiki/Agent_Smith)"
Github = "invinciblycool"
Twitter = "getFANDOM"
Goodreads = "https://www.goodreads.com/user/show/91520565-rahul-tiwari"
Linkedin = "https://www.linkedin.com/in/rahul-tiwari-43708b128/"
Email = "agent.smith@thematrix.com"
Resume = ""
PostLimit = 4