Skip to content

Commit 0859158

Browse files
authored
more readable format for config file
1 parent e613426 commit 0859158

File tree

1 file changed

+27
-5
lines changed

1 file changed

+27
-5
lines changed

_config.yml

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
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+
############################
69
# --- Required options --- #
10+
############################
711

812
# Name of website
913
title: My Website
1014

1115
# Your name to show in the footer
1216
author: Some Person
1317

18+
###############################################
1419
# --- List of links in the navigation bar --- #
20+
###############################################
1521

1622
navbar-links:
1723
About Me: "aboutme"
@@ -20,7 +26,9 @@ navbar-links:
2026
- Learn markdown: "https://www.markdowntutorial.com/"
2127
Author's home: "https://deanattali.com"
2228

29+
################
2330
# --- Logo --- #
31+
################
2432

2533
# Image to show in the navigation bar - works best with a square image
2634
# Remove this parameter if you don't want an image in the navbar
@@ -34,7 +42,9 @@ round-avatar: true
3442
#title-img: /path/to/image
3543

3644

45+
#####################################
3746
# --- Footer social media links --- #
47+
#####################################
3848

3949
# Select the social network links that you want to show in the footer.
4050
# Uncomment the links you want to show and add your information to each one.
@@ -71,7 +81,9 @@ social-network-links:
7181
# The URL for the feed will be https://<your_website>/feed.xml
7282
rss-description: This website is a virtual proof that I'm awesome
7383

84+
###########################
7485
# --- General options --- #
86+
###########################
7587

7688
# Select which social network share links to show in posts
7789
share-links-active:
@@ -102,7 +114,9 @@ edit_page_button: true
102114
# The keywords to associate with your website, for SEO purposes
103115
#keywords: "my,list,of,keywords"
104116

117+
######################################
105118
# --- Colours / background image --- #
119+
######################################
106120

107121
# Personalize the colours in your website. Colour values can be any valid CSS colour
108122

@@ -136,7 +150,9 @@ footer-hover-col: "#0085A1"
136150
#site-js:
137151
# - "/assets/js/custom-script.js"
138152

153+
#################################
139154
# --- Web Analytics Section --- #
155+
#################################
140156

141157
# Fill in your Google Analytics gtag.js ID to track your website using gtag
142158
#gtag: ""
@@ -158,7 +174,9 @@ footer-hover-col: "#0085A1"
158174
# uri: "demo.wiki.pro"
159175
# opt-out: true
160176

177+
####################
161178
# --- Comments --- #
179+
####################
162180

163181
# To use Disqus comments, sign up to https://disqus.com and fill in your Disqus shortname (NOT the userid)
164182
#disqus: ""
@@ -209,15 +227,19 @@ footer-hover-col: "#0085A1"
209227
# emit-metadata: 0
210228
# theme: light
211229

230+
################
212231
# --- Misc --- #
232+
################
213233

214234
# Ruby Date Format to show dates of posts
215235
date_format: "%B %-d, %Y"
216236

217237
# Facebook App ID
218238
#fb_app_id: ""
219239

240+
#################################################################################
220241
# --- You don't need to touch anything below here (but you can if you want) --- #
242+
#################################################################################
221243

222244
# Output options (more information on Jekyll's site)
223245
timezone: "America/Toronto"

0 commit comments

Comments
 (0)