Update toml in examplSite

This commit is contained in:
invinciblycool 2020-06-18 18:15:48 +05:30
parent 22f04c785f
commit 431e776004
3 changed files with 28 additions and 8 deletions

View File

@ -11,6 +11,8 @@ Resume = ""
# Sets the number of posts to display on the front page # Sets the number of posts to display on the front page
PostLimit = 4 PostLimit = 4
GoatCounterCode = ""
[[profiles]] [[profiles]]
name = "GitHub" name = "GitHub"
url = "" url = ""
@ -26,5 +28,3 @@ url = ""
[[profiles]] [[profiles]]
name = "LinkedIn" name = "LinkedIn"
url = "" url = ""
GoatCounterCode = ""

View File

@ -1,10 +1,30 @@
Name = "Agent Smith" Name = "Agent Smith"
# Supports markdown # 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)" 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" Email = "agent.smith@thematrix.com"
# Add the filename with file extension.
Resume = "" Resume = ""
# Sets the number of posts to display on the front page
PostLimit = 4 PostLimit = 4
GoatCounterCode = ""
[[profiles]]
name = "GitHub"
url = "https://github.com/invinciblycool"
[[profiles]]
name = "Twitter"
url = "https://twitter.com/getFANDOM"
[[profiles]]
name = "Goodreads"
url = "https://www.goodreads.com/user/show/91520565-rahul-tiwari"
[[profiles]]
name = "LinkedIn"
url = "https://www.linkedin.com/in/rahul-tiwari-43708b128/"