1
- # Welcome to Beautiful Jekyll!
2
- # This config file is meant for settings that affect your entire website. When you first
3
- # set up your website you should go through all these settings and edit them, but after
4
- # the initial set up you won't need to come back to this file often.
5
-
1
+ # ##########################################################
2
+ # ## Welcome to Beautiful Jekyll!
3
+ # ## This config file is meant for settings that affect your entire website. When you first
4
+ # ## set up your website you should go through all these settings and edit them, but after
5
+ # ## the initial set up you won't need to come back to this file often.
6
+ # ##########################################################
7
+
8
+ # ###########################
6
9
# --- Required options --- #
10
+ # ###########################
7
11
8
12
# Name of website
9
13
title : My Website
10
14
11
15
# Your name to show in the footer
12
16
author : Some Person
13
17
18
+ # ##############################################
14
19
# --- List of links in the navigation bar --- #
20
+ # ##############################################
15
21
16
22
navbar-links :
17
23
About Me : " aboutme"
@@ -20,7 +26,9 @@ navbar-links:
20
26
- Learn markdown : " https://www.markdowntutorial.com/"
21
27
Author's home : " https://deanattali.com"
22
28
29
+ # ###############
23
30
# --- Logo --- #
31
+ # ###############
24
32
25
33
# Image to show in the navigation bar - works best with a square image
26
34
# Remove this parameter if you don't want an image in the navbar
@@ -34,7 +42,9 @@ round-avatar: true
34
42
# title-img: /path/to/image
35
43
36
44
45
+ # ####################################
37
46
# --- Footer social media links --- #
47
+ # ####################################
38
48
39
49
# Select the social network links that you want to show in the footer.
40
50
# Uncomment the links you want to show and add your information to each one.
@@ -71,7 +81,9 @@ social-network-links:
71
81
# The URL for the feed will be https://<your_website>/feed.xml
72
82
rss-description : This website is a virtual proof that I'm awesome
73
83
84
+ # ##########################
74
85
# --- General options --- #
86
+ # ##########################
75
87
76
88
# Select which social network share links to show in posts
77
89
share-links-active :
@@ -102,7 +114,9 @@ edit_page_button: true
102
114
# The keywords to associate with your website, for SEO purposes
103
115
# keywords: "my,list,of,keywords"
104
116
117
+ # #####################################
105
118
# --- Colours / background image --- #
119
+ # #####################################
106
120
107
121
# Personalize the colours in your website. Colour values can be any valid CSS colour
108
122
@@ -136,7 +150,9 @@ footer-hover-col: "#0085A1"
136
150
# site-js:
137
151
# - "/assets/js/custom-script.js"
138
152
153
+ # ################################
139
154
# --- Web Analytics Section --- #
155
+ # ################################
140
156
141
157
# Fill in your Google Analytics gtag.js ID to track your website using gtag
142
158
# gtag: ""
@@ -158,7 +174,9 @@ footer-hover-col: "#0085A1"
158
174
# uri: "demo.wiki.pro"
159
175
# opt-out: true
160
176
177
+ # ###################
161
178
# --- Comments --- #
179
+ # ###################
162
180
163
181
# To use Disqus comments, sign up to https://disqus.com and fill in your Disqus shortname (NOT the userid)
164
182
# disqus: ""
@@ -209,15 +227,19 @@ footer-hover-col: "#0085A1"
209
227
# emit-metadata: 0
210
228
# theme: light
211
229
230
+ # ###############
212
231
# --- Misc --- #
232
+ # ###############
213
233
214
234
# Ruby Date Format to show dates of posts
215
235
date_format : " %B %-d, %Y"
216
236
217
237
# Facebook App ID
218
238
# fb_app_id: ""
219
239
240
+ # ################################################################################
220
241
# --- You don't need to touch anything below here (but you can if you want) --- #
242
+ # ################################################################################
221
243
222
244
# Output options (more information on Jekyll's site)
223
245
timezone : " America/Toronto"
0 commit comments