diff --git a/README.md b/README.md index e92d250..b53c1b9 100644 --- a/README.md +++ b/README.md @@ -10,22 +10,25 @@ To see more, [check out my blog which is rendered with this theme](http://jnjosh ## Contents -- [Installation](#installation) -- [Getting started](#getting-started) - - [Configuring Your Blog](#configuring-your-blog) - - [Where Should Blog Post Markdown Files be Stored?](#where-should-blog-post-markdown-files-be-stored) - - [How to Configure the Menu in the Blog's Navigation](#how-to-configure-the-menu-in-the-blogs-navigation) - - [Defining Yourself as the Author](#defining-yourself-as-the-author) - - [Customizing the Bio Section, 404 Page, Javascript, or Stylesheets](#customizing-the-bio-section-404-page-javascript-or-stylesheets) - - [Creating a Link Post](#creating-a-link-post) - - [Specifying a Featured Image for Social Media](#specifying-a-featured-image-for-social-media) - - [Preferred Dark Appearance](#preferred-dark-appearance) +- [internet-weblog Theme for Hugo](#internet-weblog-theme-for-hugo) + - [Contents](#contents) + - [Installation](#installation) + - [Getting Started](#getting-started) + - [Configuring your Blog](#configuring-your-blog) + - [Where should blog post markdown files be stored?](#where-should-blog-post-markdown-files-be-stored) + - [How to configure the menu in the blog's navigation](#how-to-configure-the-menu-in-the-blogs-navigation) + - [Defining yourself as the Author](#defining-yourself-as-the-author) + - [Customizing the Bio Section, 404 page, javascript, or stylesheets](#customizing-the-bio-section-404-page-javascript-or-stylesheets) + - [Creating a Link Post](#creating-a-link-post) + - [Specifying a featured image for social media](#specifying-a-featured-image-for-social-media) + - [Preferred Dark Appearance](#preferred-dark-appearance) - [Variables](#variables) - [Overrides](#overrides) -- [Contributing](#contributing) -- [3rd Party Libraries](#3rd-party-libraries) -- [License](#license) -- [Contact](#contact) + - [Changing favicon](#changing-favicon) + - [Contributing](#contributing) + - [3rd Party Libraries](#3rd-party-libraries) + - [License](#license) + - [Contact](#contact) ## Installation @@ -225,11 +228,24 @@ The theme expects you to override a few files in your blog to finalize the custo | `custom_stylesheets.html` | If you need all pages to have your own custom stylesheets referenced, you can do so here. | No | | `custom_image_handler.html` | The footer of the blog features a photo stream. If you want to customize it or use a different source, you can override this behavior. | No | +### Changing favicon + +You have to add the following files in your `/static` folder: + +* android-chrome-192x192.png +* android-chrome-512x512.png +* apple-touch-icon.png +* favicon-16x16.png +* favicon-32x32.png +* favicon.ico +* site.webmanifest + +You can generate these files i.e. at [favicon.io](https://favicon.io). + ## Contributing Did you find a bug or have an ideas for new features? Feel free to use the issue tracker to let me know or make a pull request. - ## 3rd Party Libraries This theme makes use of the following 3rd Party Libraries. diff --git a/layouts/partials/site_header.html b/layouts/partials/site_header.html index 27a212a..e7fc06b 100644 --- a/layouts/partials/site_header.html +++ b/layouts/partials/site_header.html @@ -19,7 +19,12 @@ {{ hugo.Generator }} {{ $.Scratch.Add "title" .Site.Title }}