=================================
Configurable options for ProLight
=================================

All configurable options for ProLight can be found in /styles/prolight/template/config.html

IMPORTANT!
-- There must be exactly one space before and after the =
-- When defining strings, you must use single quotes.

Options and what they do...

<!-- DEFINE $STICKY_HEADER = true -->
	Enable or disable the sticky header. Options: true or false

<!-- DEFINE $ROUND_AVATARS = true -->
	Enable or disable round avatars. Options: true or false

<!-- DEFINE $FACEBOOK_BUTTON = true -->
	Enable or disable the Facebook social icon. Options: true or false

<!-- DEFINE $FACEBOOK_URL = 'https://www.facebook.com/' -->
	Place your full Facebook link between the single quotes.

<!-- DEFINE $YOUTUBE_BUTTON = true -->
	Enable or disable the Youtube social icon. Options: true or false

<!-- DEFINE $YOUTUBE_URL = 'https://www.youtube.com/' -->
	Place your full Youtube link between the single quotes.

<!-- DEFINE $INSTAGRAM_BUTTON = true -->
	Enable or disable the Instagram social icon. Options: true or false

<!-- DEFINE $INSTAGRAM_URL = 'https://www.instagram.com/' -->
	Place your full Instagram link between the single quotes.

<!-- DEFINE $TWITTER_BUTTON = true -->
	Enable or disable the Twitter social icon. Options: true or false

<!-- DEFINE $TWITTER_URL = 'https://twitter.com/' -->
	Place your full Twitter link between the single quotes.

<!-- DEFINE $CUSTOM1_BUTTON = false -->
	Enable or disable your own social icon. This icon will appear in front of the other social icons. Options: true or false

<!-- DEFINE $CUSTOM1_URL = 'http://linkhere.com' -->
	Place your full link between the single quotes.

<!-- DEFINE $CUSTOM1_ICON = 'icon-name' -->
	Enter the name of a Font Awesome icon to use. See https://fontawesome.com/v4.7.0/icons/ for a full list of icons.

<!-- DEFINE $CUSTOM2_BUTTON = false -->
	Enable or disable your own social icon. This icon will appear after the other social icons. Options: true or false

<!-- DEFINE $CUSTOM2_URL = 'http://linkhere.com' -->
	Place your full Youtube link between the single quotes.

<!-- DEFINE $CUSTOM2_ICON = 'icon-name' -->
	Enter the name of a Font Awesome icon to use. See https://fontawesome.com/v4.7.0/icons/ for a full list of icons.

