Skip to content

Commit d2c40a7

Browse files
committed
Push
1 parent cd86d6b commit d2c40a7

4 files changed

Lines changed: 18 additions & 31 deletions

File tree

_config.yml

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
############################
1111

1212
# Name of website
13-
title: My website
13+
title: Spellshift dev blog
1414

1515
# Your name to show in the footer
1616
author: Some Person
@@ -20,19 +20,15 @@ author: Some Person
2020
###############################################
2121

2222
navbar-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'
3834
round-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.
5248
social-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
9692
share-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
108104
title-on-all-pages: true

aboutme.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
---
22
layout: page
33
title: About me
4-
subtitle: Why you'd want to go on a date with me
4+
subtitle: Security engineering with a passion
55
---
66

7-
My name is Inigo Montoya. I have the following qualities:
8-
9-
- I rock a great mustache
10-
- I'm extremely loyal to my family
11-
12-
What else do you need?
13-
14-
### My story
15-
16-
To be honest, I'm having some trouble remembering right now, so why don't you just watch [my movie](https://en.wikipedia.org/wiki/The_Princess_Bride_%28film%29) and it will answer **all** your questions.
7+
We're spellshift
166 KB
Loading

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
layout: home
3-
title: My website
4-
subtitle: This is where I will tell my friends way too much about me
3+
title: Spellshift dev blog
4+
subtitle: A blog following the development of Realm C2
55
---

0 commit comments

Comments
 (0)