Add exampleSite
This commit is contained in:
parent
047bcedb33
commit
0ea8d3d2ed
6
exampleSite/archetypes/default.md
Normal file
6
exampleSite/archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
6
exampleSite/content/posts/post-01.md
Normal file
6
exampleSite/content/posts/post-01.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "The Matrix"
|
||||
date: "1999-03-31"
|
||||
---
|
||||
|
||||
The inception.....
|
6
exampleSite/content/posts/post-02.md
Normal file
6
exampleSite/content/posts/post-02.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "The Matrix Reloaded"
|
||||
date: "2003-05-07"
|
||||
---
|
||||
|
||||
The sequel.....
|
7
exampleSite/content/posts/post-03.md
Normal file
7
exampleSite/content/posts/post-03.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "The Matrix Revolutions"
|
||||
date: "2003-11-05"
|
||||
---
|
||||
|
||||
|
||||
The third installment....
|
7
exampleSite/content/posts/random-rant.md
Normal file
7
exampleSite/content/posts/random-rant.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Rant post"
|
||||
date: "2020-04-02"
|
||||
draft: true
|
||||
---
|
||||
|
||||
Too much to rant :(
|
10
exampleSite/data/personalize.toml
Normal file
10
exampleSite/data/personalize.toml
Normal 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
|
Loading…
Reference in New Issue
Block a user