-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
52 lines (43 loc) · 1.65 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
baseURL = "https://shafiqlawchamber.com"
languageCode = "en-us"
summaryLength = 30
disqusShortname = ""
googleAnalytics = ""
Paginate = 10
PaginatePath = "/"
enableRobotsTXT = true
[taxonomies]
category = "categories"
[markup.goldmark.renderer]
unsafe = true # Allows HTML <img> tags inside Markdown content
[permalinks]
posts = ":section/:year/:month/:day/:title/"
[params]
backgroundImagePath = "/uploads/building.jpg"
description = "Welcome to Shafiq Law Chamber"
images = ["siteicon.png"]
title = "Shafiq Law Chanmber"
author = "Abdul Rafay"
[params._selectData]
call_to_actions = ["Contact", "Blog", "Map"]
social_icons = ["Facebook", "Instagram", "LinkedIn", "Twitter", "YouTube"]
[params._options.type]
hidden = true
[params._comments]
large_header = "Toggles the size of the top banner."
show_in_navigation = "Toggles a link in the top banner."
author_staff_member = "The staff member writing this post."
call_to_action = "Type of request shown at the bottom of this page."
background_image_path = "Image shown in the top banner, blank for the default."
testimonials = "Update, add or remove testimonials."
map = "Update the map location and display settings."
latitude = "Coordinates for the center marker on the map."
longitude = "Coordinates for the center marker on the map."
zoom = "The zoom level for the map."
phone_extension = "The digits after dialing the company phone."
credentials = "Shown as subtext on staff member summaries."
contact_email_address = "Address for the contact form to send to."
new_window = "Whether the link opens a new browser tab/window."
[outputs]
home = ["HTML"]
section = ["HTML"]