Skip to content

Commit 9610364

Browse files
committed
add favicon
1 parent c804ccd commit 9610364

File tree

6 files changed

+43
-4
lines changed

6 files changed

+43
-4
lines changed

.gitignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Ruby/Jekyll specific
2+
.sass-cache/
3+
.jekyll-cache/
4+
.jekyll-metadata
5+
_site/
6+
.bundle/
7+
vendor/
8+
vendor/**/*
9+
_site/**/*
10+
Gemfile.lock
11+
12+
# Ruby gem specific
13+
*.gem
14+
.bundle/
15+
.ruby-version
16+
.ruby-gemset
17+
.rvmrc
18+
19+
# Environment normalization
20+
/.bundle/
21+
/vendor/bundle
22+
/lib/bundler/man/
23+
24+
# Local dependency caching
25+
.gems/
26+
27+
# Log files
28+
*.log
29+
30+
# Temporary files
31+
*.swp
32+
*.swo
33+
*~
34+
.DS_Store

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
### What
77

8-
- Computer Science Student [2024 - present]
8+
- Computer Science Student 2024 - present
99
- Dad [2023 - present]
1010
- Support @ [Postman](https://www.postman.com) [2017 - 2022]
1111
- EFL Instructor [before]

_config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
title: [chrisdeso]
2-
description: [finding nemo 🐠]
1+
title: chrisdeso
2+
description: finding nemo 🐠
33

44
remote_theme: pages-themes/minimal@v0.2.0
55
plugins:
6-
- jekyll-remote-theme
6+
- jekyll-remote-theme
7+
8+
favicon: /favi-dog.png

_includes/header_custom.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<link rel="icon" type="image/png" href="/favi-dog.png">

favicon.ico

1.73 KB
Binary file not shown.

0 commit comments

Comments
 (0)