Skip to content

Commit

Permalink
Added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed-dash committed Jan 7, 2022
1 parent 4f88c56 commit 02e4dcb
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/_includes/head-custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!-- Setup Google Analytics -->
{% include head-custom-google-analytics.html %}

<link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}" >
<link rel="icon" type="image/png" sizes="32x32" href="{{ '/favicon-32x32.png' | relative_url }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ '/favicon-16x16.png' | relative_url }}">
<link rel="manifest" href="{{ '/site.webmanifest' | relative_url }}">

<!-- end custom head snippets -->
Binary file added docs/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/AoC-tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/favicon.ico
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
title: Dazbo's Advent of Code Walkthroughs
---
<img src="{{'/assets/images/AoC-tree.png' | relative_url }}" alt="Advent of Code" style="margin:15px 10px 10px 15px; float: right; width:225px" />

# Welcome to {{ page.title }}

I've been using [Advent of Code](https://adventofcode.com/){:target="_blank"} as a way to improve my Python skills.
I've been using [Advent of Code](https://adventofcode.com/){:target="_blank"} as a way to improve my [Python](https://www.python.org/){:target="_blank"} skills.
Here I document my solutions across the various AoC years.
My hope is that this guide will help others to:

Expand Down
1 change: 1 addition & 0 deletions docs/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 comments on commit 02e4dcb

Please sign in to comment.