Skip to content

Commit fa24369

Browse files
committed
updating to newer version
1 parent d38d39a commit fa24369

8 files changed

Lines changed: 71 additions & 62 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source "https://rubygems.org"
1010
# gem "jekyll", "~> 3.9.3"
1111

1212
# GitHub pages
13-
gem "github-pages", "~> 228", group: :jekyll_plugins
13+
gem "github-pages", "~> 231", group: :jekyll_plugins
1414

1515
gem "minimal-mistakes-jekyll"
1616

Gemfile.lock

Lines changed: 60 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,57 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.7.2)
4+
activesupport (7.1.3.2)
5+
base64
6+
bigdecimal
57
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
connection_pool (>= 2.2.5)
9+
drb
610
i18n (>= 1.6, < 2)
711
minitest (>= 5.1)
12+
mutex_m
813
tzinfo (~> 2.0)
9-
addressable (2.8.4)
14+
addressable (2.8.6)
1015
public_suffix (>= 2.0.2, < 6.0)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.7)
1118
coffee-script (2.4.1)
1219
coffee-script-source
1320
execjs
14-
coffee-script-source (1.11.1)
21+
coffee-script-source (1.12.2)
1522
colorator (1.1.0)
1623
commonmarker (0.23.10)
17-
concurrent-ruby (1.2.2)
18-
dnsruby (1.70.0)
24+
concurrent-ruby (1.2.3)
25+
connection_pool (2.4.1)
26+
dnsruby (1.71.0)
1927
simpleidn (~> 0.2.1)
28+
drb (2.2.1)
2029
em-websocket (0.5.3)
2130
eventmachine (>= 0.12.9)
2231
http_parser.rb (~> 0)
2332
ethon (0.16.0)
2433
ffi (>= 1.15.0)
2534
eventmachine (1.2.7)
26-
execjs (2.8.1)
27-
faraday (2.7.4)
35+
execjs (2.9.1)
36+
faraday (2.8.1)
37+
base64
2838
faraday-net_http (>= 2.0, < 3.1)
2939
ruby2_keywords (>= 0.0.4)
3040
faraday-net_http (3.0.2)
3141
faraday-retry (1.0.3)
32-
ffi (1.15.5)
42+
ffi (1.16.3)
3343
forwardable-extended (2.6.0)
34-
gemoji (3.0.1)
35-
github-pages (228)
36-
github-pages-health-check (= 1.17.9)
37-
jekyll (= 3.9.3)
38-
jekyll-avatar (= 0.7.0)
39-
jekyll-coffeescript (= 1.1.1)
44+
gemoji (4.1.0)
45+
github-pages (231)
46+
github-pages-health-check (= 1.18.2)
47+
jekyll (= 3.9.5)
48+
jekyll-avatar (= 0.8.0)
49+
jekyll-coffeescript (= 1.2.2)
4050
jekyll-commonmark-ghpages (= 0.4.0)
41-
jekyll-default-layout (= 0.1.4)
42-
jekyll-feed (= 0.15.1)
51+
jekyll-default-layout (= 0.1.5)
52+
jekyll-feed (= 0.17.0)
4353
jekyll-gist (= 1.5.0)
44-
jekyll-github-metadata (= 2.13.0)
54+
jekyll-github-metadata (= 2.16.1)
4555
jekyll-include-cache (= 0.2.1)
4656
jekyll-mentions (= 1.6.0)
4757
jekyll-optional-front-matter (= 0.3.2)
@@ -68,28 +78,28 @@ GEM
6878
jekyll-theme-tactile (= 0.2.0)
6979
jekyll-theme-time-machine (= 0.2.0)
7080
jekyll-titles-from-headings (= 0.5.3)
71-
jemoji (= 0.12.0)
72-
kramdown (= 2.3.2)
81+
jemoji (= 0.13.0)
82+
kramdown (= 2.4.0)
7383
kramdown-parser-gfm (= 1.1.0)
7484
liquid (= 4.0.4)
7585
mercenary (~> 0.3)
7686
minima (= 2.5.1)
7787
nokogiri (>= 1.13.6, < 2.0)
78-
rouge (= 3.26.0)
88+
rouge (= 3.30.0)
7989
terminal-table (~> 1.4)
80-
github-pages-health-check (1.17.9)
90+
github-pages-health-check (1.18.2)
8191
addressable (~> 2.3)
8292
dnsruby (~> 1.60)
83-
octokit (~> 4.0)
84-
public_suffix (>= 3.0, < 5.0)
93+
octokit (>= 4, < 8)
94+
public_suffix (>= 3.0, < 6.0)
8595
typhoeus (~> 1.3)
8696
html-pipeline (2.14.3)
8797
activesupport (>= 2)
8898
nokogiri (>= 1.4)
8999
http_parser.rb (0.8.0)
90-
i18n (1.14.1)
100+
i18n (1.14.4)
91101
concurrent-ruby (~> 1.0)
92-
jekyll (3.9.3)
102+
jekyll (3.9.5)
93103
addressable (~> 2.4)
94104
colorator (~> 1.0)
95105
em-websocket (~> 0.5)
@@ -102,27 +112,27 @@ GEM
102112
pathutil (~> 0.9)
103113
rouge (>= 1.7, < 4)
104114
safe_yaml (~> 1.0)
105-
jekyll-avatar (0.7.0)
115+
jekyll-avatar (0.8.0)
106116
jekyll (>= 3.0, < 5.0)
107-
jekyll-coffeescript (1.1.1)
117+
jekyll-coffeescript (1.2.2)
108118
coffee-script (~> 2.2)
109-
coffee-script-source (~> 1.11.1)
119+
coffee-script-source (~> 1.12)
110120
jekyll-commonmark (1.4.0)
111121
commonmarker (~> 0.22)
112122
jekyll-commonmark-ghpages (0.4.0)
113123
commonmarker (~> 0.23.7)
114124
jekyll (~> 3.9.0)
115125
jekyll-commonmark (~> 1.4.0)
116126
rouge (>= 2.0, < 5.0)
117-
jekyll-default-layout (0.1.4)
118-
jekyll (~> 3.0)
119-
jekyll-feed (0.15.1)
127+
jekyll-default-layout (0.1.5)
128+
jekyll (>= 3.0, < 5.0)
129+
jekyll-feed (0.17.0)
120130
jekyll (>= 3.7, < 5.0)
121131
jekyll-gist (1.5.0)
122132
octokit (~> 4.2)
123-
jekyll-github-metadata (2.13.0)
133+
jekyll-github-metadata (2.16.1)
124134
jekyll (>= 3.4, < 5.0)
125-
octokit (~> 4.0, != 4.4.0)
135+
octokit (>= 4, < 7, != 4.4.0)
126136
jekyll-include-cache (0.2.1)
127137
jekyll (>= 3.7, < 5.0)
128138
jekyll-mentions (1.6.0)
@@ -193,19 +203,20 @@ GEM
193203
jekyll (>= 3.3, < 5.0)
194204
jekyll-watch (2.2.1)
195205
listen (~> 3.0)
196-
jemoji (0.12.0)
197-
gemoji (~> 3.0)
206+
jemoji (0.13.0)
207+
gemoji (>= 3, < 5)
198208
html-pipeline (~> 2.2)
199209
jekyll (>= 3.0, < 5.0)
200-
kramdown (2.3.2)
210+
kramdown (2.4.0)
201211
rexml
202212
kramdown-parser-gfm (1.1.0)
203213
kramdown (~> 2.0)
204214
liquid (4.0.4)
205-
listen (3.8.0)
215+
listen (3.9.0)
206216
rb-fsevent (~> 0.10, >= 0.10.3)
207217
rb-inotify (~> 0.9, >= 0.9.10)
208218
mercenary (0.3.6)
219+
mini_portile2 (2.8.5)
209220
minima (2.5.1)
210221
jekyll (>= 3.5, < 5.0)
211222
jekyll-feed (~> 0.9)
@@ -217,23 +228,23 @@ GEM
217228
jekyll-include-cache (~> 0.1)
218229
jekyll-paginate (~> 1.1)
219230
jekyll-sitemap (~> 1.3)
220-
minitest (5.19.0)
221-
nokogiri (1.16.2-x64-mingw-ucrt)
222-
racc (~> 1.4)
223-
nokogiri (1.16.2-x86_64-linux)
231+
minitest (5.22.3)
232+
mutex_m (0.2.0)
233+
nokogiri (1.15.6)
234+
mini_portile2 (~> 2.8.2)
224235
racc (~> 1.4)
225236
octokit (4.25.1)
226237
faraday (>= 1, < 3)
227238
sawyer (~> 0.9)
228239
pathutil (0.16.2)
229240
forwardable-extended (~> 2.6)
230-
public_suffix (4.0.7)
241+
public_suffix (5.0.4)
231242
racc (1.7.3)
232243
rb-fsevent (0.11.2)
233244
rb-inotify (0.10.1)
234245
ffi (~> 1.0)
235-
rexml (3.2.5)
236-
rouge (3.26.0)
246+
rexml (3.2.6)
247+
rouge (3.30.0)
237248
ruby2_keywords (0.0.5)
238249
rubyzip (2.3.2)
239250
safe_yaml (1.0.5)
@@ -249,27 +260,25 @@ GEM
249260
unf (~> 0.1.4)
250261
terminal-table (1.8.0)
251262
unicode-display_width (~> 1.1, >= 1.1.1)
252-
typhoeus (1.4.0)
263+
typhoeus (1.4.1)
253264
ethon (>= 0.9.0)
254265
tzinfo (2.0.6)
255266
concurrent-ruby (~> 1.0)
256267
unf (0.1.4)
257268
unf_ext
258-
unf_ext (0.0.8.2)
269+
unf_ext (0.0.9.1)
259270
unicode-display_width (1.8.0)
260-
wdm (0.1.1)
261271
webrick (1.8.1)
262272

263273
PLATFORMS
264-
x64-mingw-ucrt
265-
x86_64-linux
274+
ruby
266275

267276
DEPENDENCIES
268277
faraday-retry (~> 1.0, >= 1.0.3)
269-
github-pages (~> 228)
278+
github-pages (~> 231)
270279
minimal-mistakes-jekyll
271280
wdm (~> 0.1.1)
272281
webrick
273282

274283
BUNDLED WITH
275-
2.4.12
284+
2.1.4

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ minimal_mistakes_skin : "dark" # "air", "aqua", "contrast", "dark", "dirt", "
1616

1717
# Site Settings
1818
locale : "en-US"
19-
title_separator : "|"
19+
title_separator : " "
2020
subtitle : "Software for everyone" # site tagline that appears below site title in masthead
2121
name : "Script Tactics"
22-
description : "Creating a more resilient and knowledgable world."
23-
url : "https://ScriptTactics.github.io" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
22+
description : "Script Tactics"
23+
url : "https://scripttactics.com" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
2424
baseurl : "" # the subpath of your site, e.g. "/blog"
2525
repository : "ScriptTactics/ScriptTactics.github.io" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
2626
logo : "/assets/images/logo_88x88.jpg" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"

_includes/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Creating a more resilient & knowledgeable world."
2+
title: "Script Tactics"
33
layout: splash
44
date: 2016-03-23T11:48:41-04:00
55
header:
@@ -10,7 +10,7 @@
1010
# - label: "Download"
1111
# url: "https://github.com/mmistakes/minimal-mistakes/"
1212
caption: "Photo credit: [**Adi Goldstein**](https://unsplash.com/photos/EUsVwEOsblE?utm_source=unsplash&utm_medium=referral&utm_content=creditShareLink)"
13-
excerpt: "Software for Everyone"
13+
excerpt: "Creating a more resilient & knowledgeable world."
1414
intro:
1515
- excerpt: 'Software is more intertwined into our daily lives than ever before. Here at Script Tactics we aim to arm everyone with knowledge of the ever changing world of software and security. Our core focus is on the following areas.'
1616
feature_row:

_pages/category-archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Posts by Category"
33
layout: categories
4-
permalink: /categories/
4+
permalink: /categories
55
author_profile: false
66
---

_pages/tag-archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Posts by Tag"
3-
permalink: /tags/
3+
permalink: /tags
44
layout: tags
55
author_profile: false
66
---

_pages/year-archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Posts by Year"
3-
permalink: /posts/
3+
permalink: /posts
44
layout: posts
55
author_profile: false
66
---

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Creating a more resilient & knowledgeable world."
2+
title: "Script Tactics"
33
layout: splash
44
date: 2016-03-23T11:48:41-04:00
55
header:
@@ -10,7 +10,7 @@
1010
# - label: "Download"
1111
# url: "https://github.com/mmistakes/minimal-mistakes/"
1212
caption: "Photo credit: [**Adi Goldstein**](https://unsplash.com/photos/EUsVwEOsblE?utm_source=unsplash&utm_medium=referral&utm_content=creditShareLink)"
13-
excerpt: "Software for Everyone"
13+
excerpt: "Creating a more resilient & knowledgeable world."
1414
intro:
1515
- excerpt: 'Software is more intertwined into our daily lives than ever before. Here at Script Tactics we aim to arm everyone with knowledge of the ever changing world of software and security. Our core focus is on the following areas.'
1616
feature_row:

0 commit comments

Comments
 (0)