Skip to content

Commit c8da800

Browse files
authored
Merge pull request #27 from jsr6720/post-journaling
getting ready for first launch
2 parents 767e376 + 819de01 commit c8da800

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ gem 'jemoji'
1919
# gem "github-pages", group: :jekyll_plugins
2020
# If you have any plugins, put them here!
2121
group :jekyll_plugins do
22-
gem "jekyll-feed", "~> 0.12"
22+
gem "jekyll-sitemap"
23+
gem "jekyll-feed"
24+
gem "jekyll-seo-tag"
2325
end
2426

2527
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ GEM
7272
sass-embedded (~> 1.54)
7373
jekyll-seo-tag (2.8.0)
7474
jekyll (>= 3.8, < 5.0)
75+
jekyll-sitemap (1.4.0)
76+
jekyll (>= 3.7, < 5.0)
7577
jekyll-watch (2.2.1)
7678
listen (~> 3.0)
7779
jemoji (0.13.0)
@@ -159,7 +161,9 @@ PLATFORMS
159161
DEPENDENCIES
160162
http_parser.rb (~> 0.6.0)
161163
jekyll (~> 4.3.3)
162-
jekyll-feed (~> 0.12)
164+
jekyll-feed
165+
jekyll-seo-tag
166+
jekyll-sitemap
163167
jemoji
164168
minima (~> 2.5)
165169
tzinfo (>= 1, < 3)

_config.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ email: [email protected]
88
description: >- # mutli line capable
99
The digital journal of James Rowe. Something between wordpress, livejournal and gists.
1010
baseurl: "" # the subpath of your site, e.g. /blog
11-
# aws redirect https://jsr6720.com -> https://jsr6720.github.io
12-
url: "https://jsr6720.github.io" # one day update to https://www.jsrowe.com
11+
# TODO aws redirect https://jsr6720.com -> https://jsr6720.github.io
12+
url: "https://www.jsrowe.com" # backup --> github pages --> "https://jsr6720.github.io"
1313

1414
# if you sense a theme.. RIT assigned me a user id of "jsr6720" and it stuck
15-
# see who-am-i.md for more
15+
# see [who-am-i.md](https://github.com/jsr6720/jsr6720.github.io/blob/main/_archive/2024-05-21-who-am-i.md)
1616
twitter_username: jrowe6720
1717
github_username: jsr6720
1818
linkedin_username: jsr6720
@@ -29,17 +29,19 @@ collections:
2929
archive: # not everything written should stay published eh?
3030
output: false
3131
permalink: /:collection/:name
32-
whitepapers: # see readme in _whitepapers
32+
whitepapers: # see [/_whitepapers/README.md](https://github.com/jsr6720/jsr6720.github.io/blob/main/_whitepapers/README.md)
3333
output: false
3434
permalink: /:collection/:name
35-
recipes:
35+
recipes: # todo something fun
3636
output: true
3737
permalink: /:collection/:name
3838

3939
theme: minima # base install
4040
plugins:
4141
- jekyll-feed
4242
- jemoji
43+
- jekyll-sitemap
44+
- jekyll-seo-tag
4345

4446
# Exclude from processing.
4547
# The following items will not be processed, by default.

0 commit comments

Comments
 (0)