Skip to content

Commit 919ae69

Browse files
updating jekyll and theme
1 parent f37a252 commit 919ae69

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 3.8.7"
11+
gem "jekyll", "~> 3.9.3"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
# gem "minima", "~> 2.0"
@@ -20,7 +20,7 @@ gem "jekyll-remote-theme"
2020

2121
# If you have any plugins, put them here!
2222
group :jekyll_plugins do
23-
gem "jekyll-feed", "~> 0.6"
23+
gem "jekyll-feed"
2424
gem "jekyll-paginate"
2525
gem "jekyll-sitemap"
2626
end

_config.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,26 @@ author: thelumberjhack
99

1010
avatar: "/assets/images/site/logo.png"
1111

12-
# TODO: personalize colors
13-
# navbar-col: "#F5F5F5"
14-
# navbar-text-col: "#404040"
15-
# navbar-border-col: "#EAEAEA"
16-
# page-col: "#FFFFFF"
17-
# link-col: "#008AFF"
18-
# hover-col: "#0085A1"
19-
# footer-col: "#F5F5F5"
20-
# footer-text-col: "#777777"
21-
# footer-link-col: "#404040"
22-
2312
navbar-links:
2413
About me: "about"
2514

2615
social-network-links:
27-
twitter: thelumberjhack
2816
github: thelumberjhack
2917
linkedin: yannickformaggio
3018
email: thelumberjhack@[del-me]pm.me
19+
mastodon: infosec.exchange/@thelumberjhack
3120
rss: true
3221

22+
rss-description: Trials and tribulations of thelumberjhack in the infosec world
23+
24+
url-pretty: the.lumberjhack.com
25+
26+
excerpt_length: 50
27+
feed_show_excerpt: true
28+
feed_show_tags: true
29+
post_search: true
30+
keywords: "reverse engineering,linux,android,aarch64,infosec,fuzzing,assembly"
31+
3332
link-tags: true
3433
title-separator: " | "
3534

@@ -38,7 +37,7 @@ markdown: kramdown
3837
highlighter: rouge
3938
kramdown:
4039
input: GFM
41-
remote_theme: daattali/beautiful-jekyll@4.0.1
40+
remote_theme: daattali/beautiful-jekyll@6.0.1
4241
permalink: /:year-:month-:day-:title/
4342
paginate: 5
4443
plugins:

0 commit comments

Comments
 (0)