simpletheme/exampleSite/config.toml
2021-05-02 14:21:10 +05:30

27 lines
607 B
TOML

baseURL = "https://example.com/"
languageCode = "en-us"
title = "Example Lekh Site"
theme = "lekh"
[params]
Name = "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
GoatCounterCode = ""
[[params.profiles]]
name = "GitHub"
url = "https://github.com/ba11b0y"
[[params.profiles]]
name = "Twitter"
url = "https://twitter.com/ba11b0y"
[[params.profiles]]
name = "Goodreads"
url = "https://www.goodreads.com/user/show/91520565-rahul-tiwari"
[[params.profiles]]
name = "LinkedIn"
url = ""