1010# ###########################
1111
1212# Name of website
13- title : My website
13+ title : Spellshift dev blog
1414
1515# Your name to show in the footer
1616author : Some Person
@@ -20,19 +20,15 @@ author: Some Person
2020# ##############################################
2121
2222navbar-links :
23- About Me : " aboutme"
24- Resources :
25- - Beautiful Jekyll : " https://beautifuljekyll.com"
26- - Learn markdown : " https://www.markdowntutorial.com/"
27- Author's home : " https://deanattali.com"
23+ Github : " https://github.com/spellshift"
2824
2925# ###############
3026# --- Logo --- #
3127# ###############
3228
3329# Image to show in the navigation bar - works best with a square image
3430# Remove this parameter if you don't want an image in the navbar
35- avatar : " /assets/img/avatar-icon .png"
31+ avatar : " /assets/img/spellshift-logo-white .png"
3632
3733# By default, the image is cut into a circle. You can disable this behaviour by setting 'round-avatar: false'
3834round-avatar : true
@@ -50,14 +46,14 @@ round-avatar: true
5046# You can change the order that they show up on the page by changing the order here.
5147# Uncomment the links you want to show and add your information to each one.
5248social-network-links :
53- email : " someone@example.com"
49+ # email: "someone@example.com"
5450 rss : true # remove this line if you don't want to show an RSS link at the bottom
55- facebook : deanattali
56- github : daattali
57- twitter : daattali
58- patreon : DeanAttali
59- youtube : " @daattali"
60- whatsapp : 15551212
51+ # facebook: deanattali
52+ github : spellshift
53+ twitter : realm_c2
54+ # patreon: DeanAttali
55+ # youtube: "@daattali"
56+ # whatsapp: 15551212
6157# medium: yourname
6258# reddit: yourname or r/yoursubreddit
6359# linkedin: daattali
@@ -86,7 +82,7 @@ social-network-links:
8682
8783# If you want your website to generate an RSS feed, provide a description
8884# The URL for the feed will be https://<your_website>/feed.xml
89- rss-description : This website is a virtual proof that I'm awesome
85+ rss-description : Development blog for spellshift developers of Realm C2
9086
9187# ##########################
9288# --- General options --- #
@@ -95,14 +91,14 @@ rss-description: This website is a virtual proof that I'm awesome
9591# Select which social network share links to show in posts
9692share-links-active :
9793 twitter : true
98- facebook : true
99- linkedin : true
94+ facebook : false
95+ linkedin : false
10096 vk : false
10197 reddit : false
10298
10399# How to display the link to your website in the footer
104100# Remove this if you don't want a link in the footer
105- url-pretty : " MyWebsite.com "
101+ url-pretty : " spellshift.github.io/dev-blog "
106102
107103# Add the website title to the title of every page
108104title-on-all-pages : true
0 commit comments