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
|
# 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 = ""
|
|
||||||
|
@ -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/"
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<h3><a href="posts/">View all posts</a></h3>
|
<h3><a href="posts/">View all posts</a></h3>
|
||||||
</div>
|
</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>
|
<script data-goatcounter="{{ .Site.Data.personalize.GoatCounterCode }}" async src="//gc.zgo.at/count.js"></script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user