Add About to layouts and config.toml
This commit is contained in:
parent
53f541796d
commit
efe24f316d
@ -66,6 +66,7 @@ theme = "lekh"
|
|||||||
|
|
||||||
[params]
|
[params]
|
||||||
Name = "Agent Smith"
|
Name = "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)"
|
||||||
Email = "agentsmith@thematrix.com"
|
Email = "agentsmith@thematrix.com"
|
||||||
Resume = "" # Add the filename with file extension.
|
Resume = "" # Add the filename with file extension.
|
||||||
PostLimit = 4 # Sets the number of posts to display on the front page
|
PostLimit = 4 # Sets the number of posts to display on the front page
|
||||||
|
@ -5,6 +5,7 @@ theme = "lekh"
|
|||||||
|
|
||||||
[params]
|
[params]
|
||||||
Name = "Agent Smith"
|
Name = "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)"
|
||||||
Email = "agentsmith@thematrix.com"
|
Email = "agentsmith@thematrix.com"
|
||||||
Resume = "" # Add the filename with file extension.
|
Resume = "" # Add the filename with file extension.
|
||||||
PostLimit = 4 # Sets the number of posts to display on the front page
|
PostLimit = 4 # Sets the number of posts to display on the front page
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h1>{{ .Site.Params.Name }}</h1>
|
<h1>{{ .Site.Params.Name }}</h1>
|
||||||
|
<h4>{{ .Site.Data.personalize.About| markdownify }}</h4>
|
||||||
|
|
||||||
<div>{{ .Content }}</div>
|
<div>{{ .Content }}</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user