forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,26 +20,30 @@ author: Equitable Market Systems | |
############################################### | ||
|
||
navbar-links: | ||
About Me: "aboutme" | ||
Resources: | ||
- Beautiful Jekyll: "https://beautifuljekyll.com" | ||
- Learn markdown: "https://www.markdowntutorial.com/" | ||
Author's home: "https://deanattali.com" | ||
About: | ||
- Egalitarian Systems: | ||
- Equitable Market Systems: | ||
- Egalitarian Political Systems: | ||
Political System: "EGP" | ||
Learn More: "learn" | ||
Join a Team: "join" | ||
Products & Services: | ||
|
||
################ | ||
# --- Logo --- # | ||
################ | ||
|
||
# Image to show in the navigation bar - works best with a square image | ||
# Remove this parameter if you don't want an image in the navbar | ||
avatar: "/assets/img/eqm-acronym-v2-cropped.png" | ||
#avatar: "/assets/img/eqm-acronym-v2-cropped.png" | ||
|
||
# By default, the image is cut into a circle. You can disable this behaviour by setting 'round-avatar: false' | ||
round-avatar: false | ||
|
||
# If you want to have an image logo in the top-left corner instead of having the title of the website, | ||
# then specify the following parameter | ||
#title-img: /path/to/image | ||
title-img: /assets/img/eqm-acronym-v2-cropped.png | ||
|
||
|
||
##################################### | ||
|
@@ -50,20 +54,20 @@ round-avatar: false | |
# You can change the order that they show up on the page by changing the order here. | ||
# Uncomment the links you want to show and add your information to each one. | ||
social-network-links: | ||
email: "[email protected]" | ||
rss: true # remove this line if you don't want to show an RSS link at the bottom | ||
facebook: deanattali | ||
github: daattali | ||
twitter: daattali | ||
patreon: DeanAttali | ||
youtube: c/daattali | ||
email: "[email protected]" | ||
# rss: true # remove this line if you don't want to show an RSS link at the bottom | ||
# facebook: eqmsytsems | ||
# github: daattali | ||
twitter: eqmsystems | ||
# patreon: DeanAttali | ||
youtube: c/eqmsystems | ||
# medium: yourname | ||
# reddit: yourname | ||
# linkedin: daattali | ||
linkedin: eqmsystems | ||
# xing: yourname | ||
# stackoverflow: "3943160/daattali" | ||
# snapchat: deanat78 | ||
# instagram: deanat78 | ||
instagram: eqmsystems | ||
# spotify: yourname | ||
# telephone: +14159998888 | ||
# steam: deanat78 | ||
|
@@ -79,10 +83,11 @@ social-network-links: | |
# kaggle: yourname | ||
# hackerrank: yourname | ||
# gitlab: yourname | ||
tiktok: eqmsystem | ||
|
||
# If you want your website to generate an RSS feed, provide a description | ||
# The URL for the feed will be https://<your_website>/feed.xml | ||
rss-description: This website is a virtual proof that I'm awesome | ||
# rss-description: This website is a virtual proof that I'm awesome | ||
|
||
########################### | ||
# --- General options --- # | ||
|
@@ -128,7 +133,7 @@ navbar-var-length: false | |
|
||
# Personalize the colours in your website. Colour values can be any valid CSS colour | ||
|
||
navbar-col: "#EAEAEA" | ||
navbar-col: "#8A2BE2" | ||
navbar-text-col: "#404040" | ||
navbar-border-col: "#DDDDDD" | ||
page-col: "#FFFFFF" | ||
|