Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 107495c

Browse filesBrowse files
committed
Fix build
1 parent 12c1052 commit 107495c
Copy full SHA for 107495c

File tree

4 files changed

+8
-157
lines changed
Filter options

4 files changed

+8
-157
lines changed

‎Gemfile

Copy file name to clipboardExpand all lines: Gemfile
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ end
3232
# Performance-booster for watching directories on Windows
3333
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
3434

35+
36+
gem "jekyll-sitemap", "~> 1.3"

‎Gemfile.lock

Copy file name to clipboardExpand all lines: Gemfile.lock
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ GEM
3333
sass (~> 3.4)
3434
jekyll-seo-tag (2.6.1)
3535
jekyll (>= 3.3, < 5.0)
36+
jekyll-sitemap (1.3.1)
37+
jekyll (>= 3.7, < 5.0)
3638
jekyll-watch (2.2.1)
3739
listen (~> 3.0)
3840
kramdown (1.17.0)
@@ -73,6 +75,7 @@ PLATFORMS
7375
DEPENDENCIES
7476
jekyll (~> 3.8.6)
7577
jekyll-feed (~> 0.6)
78+
jekyll-sitemap (~> 1.3)
7679
minima (~> 2.0)
7780
tzinfo (~> 1.2)
7881
tzinfo-data

‎_config.yml

Copy file name to clipboardExpand all lines: _config.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ github_username: c4fsharp
2626
# Build settings
2727
markdown: kramdown
2828
#theme: minima
29-
#plugins:
30-
# - jekyll-feed
29+
plugins:
30+
- jekyll-feed
31+
- jekyll-sitemap
3132

3233
# Exclude from processing.
3334
# The following items will not be processed, by default. Create a custom list

‎home.md

Copy file name to clipboardExpand all lines: home.md
-155Lines changed: 0 additions & 155 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.