44be73a11c
The .personalize.toml now requires all social profile links be TOML table entries.
29 lines
340 B
TOML
29 lines
340 B
TOML
Name = ""
|
|
|
|
# Supports markdown
|
|
About = ""
|
|
|
|
Email = ""
|
|
|
|
# Add the filename with file extension.
|
|
Resume = ""
|
|
|
|
# Sets the number of posts to display on the front page
|
|
PostLimit = 4
|
|
|
|
[[profiles]]
|
|
name = "GitHub"
|
|
url = ""
|
|
|
|
[[profiles]]
|
|
name = "Twitter"
|
|
url = ""
|
|
|
|
[[profiles]]
|
|
name = "Goodreads"
|
|
url = ""
|
|
|
|
[[profiles]]
|
|
name = "LinkedIn"
|
|
url = ""
|