Quellcode durchsuchen

Add exampleSite

main
Rahul Tiwari vor 4 Jahren
Ursprung
Commit
0ea8d3d2ed
6 geänderte Dateien mit 42 neuen und 0 gelöschten Zeilen
  1. +6
    -0
      exampleSite/archetypes/default.md
  2. +6
    -0
      exampleSite/content/posts/post-01.md
  3. +6
    -0
      exampleSite/content/posts/post-02.md
  4. +7
    -0
      exampleSite/content/posts/post-03.md
  5. +7
    -0
      exampleSite/content/posts/random-rant.md
  6. +10
    -0
      exampleSite/data/personalize.toml

+ 6
- 0
exampleSite/archetypes/default.md Datei anzeigen

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


+ 6
- 0
exampleSite/content/posts/post-01.md Datei anzeigen

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

The inception.....

+ 6
- 0
exampleSite/content/posts/post-02.md Datei anzeigen

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

The sequel.....

+ 7
- 0
exampleSite/content/posts/post-03.md Datei anzeigen

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


The third installment....

+ 7
- 0
exampleSite/content/posts/random-rant.md Datei anzeigen

@@ -0,0 +1,7 @@
---
title: "Rant post"
date: "2020-04-02"
draft: true
---

Too much to rant :(

+ 10
- 0
exampleSite/data/personalize.toml Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern