-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
115 lines (96 loc) · 2.39 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# default configuration
baseURL = "https://autumnwillard.com/"
languageCode = "en-us"
summaryLength = "10"
theme = "kross"
title = "Autumn Willard"
# css plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/slick/slick.css"
[[params.plugins.css]]
link = "plugins/themify-icons/themify-icons.css"
# js plugin
[[params.plugins.js]]
link = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "plugins/slick/slick.min.js"
[[params.plugins.js]]
link = "plugins/shuffle/shuffle.min.js"
[[params.plugins.js]]
link = "plugins/google-map/map.js"
# # menu
# [[menu.main]]
# URL = "about"
# name = "About"
# weight = 1
# [[menu.main]]
# URL = "blog"
# name = "Blog"
# weight = 2
[[menu.main]]
URL = "portfolio"
name = "Portfolio"
weight = 3
# [[menu.main]]
# URL = "contact"
# name = "Contact"
# weight = 4
# default parameters
[params]
home = "Home"
# logo = "images/favicon.png"
# theme color
# theme_color = "#41228e"
# theme_color = "#e45372"
theme_color = "#11808c"
# contact info
phone = "208-243-5857"
email = "[email protected]"
address = "Rexburg, USA"
# meta description
author = "Autumn Willard"
description = "Graphic designer and UI/UX extraordinaire"
# google analytics
google_analytics_id = "" # Your ID
# baidu site verification
baidu_site_verification = "" # Your verification code
# baidu analytics
baidu_analytics_id = "" # Your ID
# copyright
# copyright = "Copyright © 2021 a Theme by [Gethugothemes](https://gethugothemes.com)"
# preloader
[params.preloader]
enable = true
preloader = "images/preloader.gif" # use png, jpg, svg or gif format
# contact
[params.contact]
enable = true
form_action = "https://formspree.io/f/mrgrjvko" # contact form works with : https://formspree.io
# google map
[params.map]
enable = false
gmap_api = "https://maps.googleapis.com/maps/api/js?key=&types=(cities)&libraries=places&language=en"
map_latitude = "51.5223477"
map_longitude = "-0.1622023"
map_marker = "images/marker.png"
# cookies
[params.cookies]
enable = false
expire_days = 2
# # social site
# [[params.social]]
# icon = "ti-facebook"
# URL = "https://www.facebook.com/autumn.d.reynolds.7"
# [[params.social]]
# icon = "ti-instagram"
# URL = "#"
# [[params.social]]
# icon = "ti-dribbble"
# URL = "#"
# [[params.social]]
# icon = "ti-twitter-alt"
# URL = "#"