Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeCoder1 committed Apr 26, 2024
1 parent f029dd7 commit f97b573
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ source "https://rubygems.org"
gem "jekyll", "~> 4.3"

gem "jekyll-feed", "~> 0.17.0"

gem "jekyll-favicon", "~> 1.1"
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins:
- jekyll-feed
- jekyll-favicon

collections:
tags:
Expand Down
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta content="{{ page.title }}" property="og:title">
<meta content="{{ site.name }}" property="og:site_name">
<title>{{ page.title }} - {{ site.name }}</title>
{% favicon %}
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@300;400&family=Noto+Sans+Mono:wght@400;700&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
Expand Down
114 changes: 114 additions & 0 deletions favicon.svg
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 f97b573

Please sign in to comment.