-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
38 lines (32 loc) · 921 Bytes
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
title = "Moomal Qureshi"
baseURL = "https://happy-elion-4a05d3.netlify.app/"
languageCode = "en-us"
theme = "gohugo-theme-ananke"
#themesDir = "../.."
resourceDir = "../resources"
DefaultContentLanguage = "en"
SectionPagesMenu = "main"
Paginate = 4 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true
cononifyURLs = true
[languages]
[languages.en]
title = "Moomal Qureshi"
weight = 1
contentDir = "content/en"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
author = ""
favicon = ""
site_logo = ""
description = "The last theme you'll ever need. Maybe."
background_color_class = "bg-black"
featured_image = "/images/gohugo-default-sample-hero-image.jpg"
recent_posts_number = 2
[[params.ananke_socials]]
name = 'linkedIn'
url = 'https://www.linkedin.com/in/moomal-qureshi/'