Update toml in examplSite
This commit is contained in:
parent
22f04c785f
commit
431e776004
@ -11,6 +11,8 @@ Resume = ""
|
||||
# Sets the number of posts to display on the front page
|
||||
PostLimit = 4
|
||||
|
||||
GoatCounterCode = ""
|
||||
|
||||
[[profiles]]
|
||||
name = "GitHub"
|
||||
url = ""
|
||||
@ -26,5 +28,3 @@ url = ""
|
||||
[[profiles]]
|
||||
name = "LinkedIn"
|
||||
url = ""
|
||||
|
||||
GoatCounterCode = ""
|
||||
|
@ -1,10 +1,30 @@
|
||||
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"
|
||||
|
||||
# Add the filename with file extension.
|
||||
Resume = ""
|
||||
|
||||
# Sets the number of posts to display on the front page
|
||||
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/"
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
<h3><a href="posts/">View all posts</a></h3>
|
||||
</div>
|
||||
{{ if ne .Site.Data.personalize.GoatCounterCode ""}}
|
||||
{{ if ne .Site.Data.personalize.GoatCounterCode "" }}
|
||||
<script data-goatcounter="{{ .Site.Data.personalize.GoatCounterCode }}" async src="//gc.zgo.at/count.js"></script>
|
||||
{{ end }}
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user