Add configs for site

Adapt from previous site

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
Change-Id: I7875f1268b5a1b1d0c32394d16c322f6785552d0
This commit is contained in:
baalajimaestro 2021-10-16 21:32:02 +05:30
parent 4c3189d7c1
commit cdf7936469
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5
4 changed files with 99 additions and 5 deletions

View file

@ -2,9 +2,22 @@ baseURL = "https://baalajimaestro.me"
languageCode = "en-US"
title = "baalajimaestro"
enableEmoji = true
enableRobotsTXT = false
[author]
name = "Baalaji"
image = ""
links = [
{ twitter = "https://twitter.com/baalajimaestro" }
]
name = "baalajimaestro"
image = "images/logo.png"
links = [
{ github = "https://github.com/baalajimaestro" },
{ gitlab = "https://gitlab.com/baalajimaestro" },
{ sourcehut = "https://git.sr.ht/~baalajimaestro" },
{ telegram = "https://t.me/baalajimaestro" },
{ discord = "https://discord.com/users/404797553272684555" },
{ instagram = "https://instagram.com/baalajimaestro" },
{ reddit = "https://reddit.com/user/baalajimaestro" },
{ twitter = "https://twitter.com/baalajimaestro" },
{ matrix = "https://matrix.to/#/@baalajimaestro:matrix.org" },
{ email = "mailto:me@baalajimaestro.me" },
]

View file

@ -0,0 +1,9 @@
# -- Markup --
# These settings are required for the theme to function.
[goldmark]
[goldmark.renderer]
unsafe = true
[highlight]
noClasses = false

View file

@ -0,0 +1,26 @@
# -- Main Menu --
# The main menu is displayed at the top of the theme.
# Acceptable parameters are name, pageRef, page, url, title, weight.
#
# The simplest menu configuration is to provide:
# name = The name to be displayed for this menu link
# pageRef = The identifier of the page or section to link to
#
# By default the menu is ordered alphabetically. This can be
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.
[[main]]
name = "About"
pageRef = "about"
weight = 10
[[main]]
name = "Blog"
pageRef = "posts"
weight = 20
[[main]]
name = "Contact"
pageRef = "contact"
weight = 30

View file

@ -0,0 +1,46 @@
# -- Theme Options --
# These options control how the theme functions and allow you to
# customise the display of your website.
#
# Refer to the theme docs for more details about each of these parameters.
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters
colorScheme = "congo"
# logo = "images/logo.png"
description = "baalajimaestro's personal website"
# mainSections = ["section1", "section2"]
# robots = ""
[homepage]
layout = "profile" # valid options: page, profile, custom
showRecent = false
[article]
showDate = true
dateFormat = "2 January 2006"
showAuthor = true
showBreadcrumbs = false
showDraftLabel = true
showEdit = true
editURL = "https://github.com/baalajimaestro/personal-website/"
editAppendPath = true
showHeadingAnchors = true
showPagination = true
showReadingTime = true
sharingLinks = ["facebook", "twitter", "reddit", "linkedin", "email"]
[list]
showBreadcrumbs = false
groupByYear = true
[taxonomy]
showTermCount = true
[sitemap]
excludedKinds = ["taxonomy", "term"]
[fathomAnalytics]
# site = "ABC12345"
# domain = "llama.yoursite.com"
[verification]