-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
89 lines (88 loc) · 2.16 KB
/
config.yaml
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
baseURL: https://niccipotts.netlify.app/
languageCode: en-us
title: Nicci Potts | Blog
theme: liva-hugo
summaryLength: '10'
paginate: 6
disqusShortname: ''
outputs:
home:
- HTML
- RSS
- JSON
params:
author: Nicci Potts
cookies:
enable: no
expire_days: 2
copyright: '| copyright © 2021 [Themefisher](https://themefisher.com/hugo-themes/)
All Rights Reserved |'
description: This is meta description
email: [email protected]
googleAnalitycsID: 'UA-207052046-1'
home: Home
location: Scotland, UK
logo: images/mylogo.png
# newsletter:
# content: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
# eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
# At vero
# enable: yes
# title: Join Our Newsletter
plugins:
css:
- URL: plugins/bootstrap/bootstrap.min.css
- URL: plugins/slick/slick.css
- URL: plugins/themify-icons/themify-icons.css
- URL: plugins/venobox/venobox.css
js:
- URL: plugins/jQuery/jquery.min.js
- URL: plugins/bootstrap/bootstrap.min.js
- URL: plugins/slick/slick.min.js
- URL: plugins/venobox/venobox.min.js
- URL: plugins/search/fuse.min.js
- URL: plugins/search/mark.js
- URL: plugins/search/search.js
preloader:
enable: yes
preloader: ''
search:
enable: yes
social:
- icon: ti-twitter-alt
link: 'https://twitter.com/nicci_potts'
title: twitter
- icon: ti-instagram
link: 'https://www.instagram.com/we_three_adventure/?hl=en'
title: instagram
- icon: ti-github
link: 'https://github.com/NicciPotts'
title: github
- icon: ti-linkedin
link: 'https://www.linkedin.com/in/nicci-potts-362b2b171/'
title: linkedin
menu:
footer:
- URL: about
name: About
weight: 1
- URL: blog
name: Blog
weight: 2
- URL: contact
name: Contact
weight: 3
main:
- URL: about
name: About
weight: 1
- URL: blog
name: Blog
weight: 2
- URL: contact
name: Contact
weight: 3
markup:
goldmark:
renderer:
unsafe: true