diff --git a/README.md b/README.md index 0d66ff6..4da8cb0 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ theme = "lekh" [params] 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.
Read more [here](https://matrix.fandom.com/wiki/Agent_Smith)" Email = "agentsmith@thematrix.com" Resume = "" # Add the filename with file extension. PostLimit = 4 # Sets the number of posts to display on the front page diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 6361d51..bc06254 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -5,6 +5,7 @@ theme = "lekh" [params] 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.
Read more [here](https://matrix.fandom.com/wiki/Agent_Smith)" Email = "agentsmith@thematrix.com" Resume = "" # Add the filename with file extension. PostLimit = 4 # Sets the number of posts to display on the front page diff --git a/layouts/index.html b/layouts/index.html index ece3ae5..b01779f 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,6 +5,7 @@

{{ .Site.Params.Name }}

+

{{ .Site.Data.personalize.About| markdownify }}

{{ .Content }}