dbd85bc12c
* Remove data/personalize.toml and shift all params to config.toml. Change "About" section in index page to be fetched from content/_index.md. * Fix twitter profile param key in config.toml. * Fix twitter profile param key in README.md.
27 lines
455 B
TOML
27 lines
455 B
TOML
baseURL = "http://rtiwari.me/"
|
|
languageCode = "en-us"
|
|
title = "Rahul Tiwari"
|
|
theme = "lekh"
|
|
|
|
[params]
|
|
Name = ""
|
|
Email = ""
|
|
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 = ""
|
|
|
|
[[params.profiles]]
|
|
name = "Twitter"
|
|
url = ""
|
|
|
|
[[params.profiles]]
|
|
name = "Goodreads"
|
|
url = ""
|
|
|
|
[[params.profiles]]
|
|
name = "LinkedIn"
|
|
url = "" |