53 lines
1.2 KiB
TOML
53 lines
1.2 KiB
TOML
baseURL = 'https://reachableceo.com/'
|
|
languageCode = 'en-us'
|
|
theme = "JuiceBar"
|
|
title = "ReachableCEO Homepage"
|
|
|
|
[params]
|
|
author = "Charles N Wyble"
|
|
description = "ReachableCEO Homepage"
|
|
authorImage = "/images/profile.jpg"
|
|
paginate = 5
|
|
Title = "ReachableCEO Homepage"
|
|
content = "I'm the ReachableCEO, nice to meet you(ˊ˘ˋ*)♡"
|
|
imageUrl = "/images/avatar.png"
|
|
|
|
# To add a new social icon
|
|
# More social icons can be found in JuiceBar\layouts\partials\svg.html.
|
|
[[params.social]]
|
|
name = "Github"
|
|
url = "https://github.com/reachableceo"
|
|
[[params.social]]
|
|
name = "telegram"
|
|
url = "https://t.me/reachableceo"
|
|
[[params.social]]
|
|
name = "twitter"
|
|
url = "https://twitter.com/reachableceo"
|
|
[[params.social]]
|
|
name = "email"
|
|
url = "mailto:reachableceo@turnsys.com"
|
|
[[params.social]]
|
|
name = "mastodon"
|
|
url = "your_url"
|
|
[[params.social]]
|
|
name = "stackoverflow"
|
|
url = "your_url"
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
tag = "tags"
|
|
|
|
# To add a new navigation link
|
|
[[menu.main]]
|
|
name = "About"
|
|
url = "/about"
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
url = "/post"
|
|
[[menu.main]]
|
|
name = "Categories"
|
|
url = "/categories"
|
|
|
|
# Used for outputting the documentation (required).
|
|
[outputs]
|
|
home = ["HTML", "RSS", "JSON"] |