-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
32 lines (25 loc) · 819 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
# Site settings
baseurl = "https://example.org/"
languageCode = "en-us"
title = "Turing Store"
# Enter your tracking code to enable Google Analytics
googleAnalytics = "UA-XXXXXXXX-Y"
contentdir = "content"
datadir = "data"
layoutdir = "layouts"
publishdir = "public"
[params]
# Meta
title = "Turing Store"
subtitle = "Turing is the place where you can get best quality shoes."
author = "Abdullah"
description = "Turing is the place where you can get best quality shoes."
keywords = "Shoes, Quality, Best"
# Body background color
bodybgcolor = "#f9f9f9"
# Preview container button text
buttontext = "Product Details"
# Footer text
footertext = "All rights reserved to Turing Store©."
# add extra-css
# custom_css = ['css/extra1.css', 'css/extra2.css']