Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LelioAD authored Dec 4, 2023
1 parent 7c20665 commit 310657f
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


#####################################
Expand All @@ -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
Expand All @@ -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 --- #
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 310657f

Please sign in to comment.