Skip to content

Commit

Permalink
Added Site Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lawtlee committed Aug 21, 2023
1 parent bd55a7b commit 339a5ad
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ gem "jekyll", "~> 4.3.2" # installed by `gem jekyll`

gem "just-the-docs", "0.6.0" # pinned to the current release
# gem "just-the-docs" # always download the latest release

gem "minima", "~> 2.5"
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ GEM
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (3.0.0)
Expand All @@ -54,6 +56,10 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.3)
Expand All @@ -79,6 +85,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4.3.2)
just-the-docs (= 0.6.0)
minima (~> 2.5)

BUNDLED WITH
2.4.17
1 change: 1 addition & 0 deletions _includes/head_custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<link rel="shortcut icon" type="image/png" href="favicon.png">
4 changes: 4 additions & 0 deletions _layouts/home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
layout: default
---
{{ content }}
1 change: 1 addition & 0 deletions docs/carpentries-workbench/sandpaper.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ title: Into Sandpaper
layout: home
parent: Carpentries Workbench
---

Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 339a5ad

Please sign in to comment.