Merge pull request 'added favicons and replaced the links in site_header.html with a state of the art implementation.' (#14) from feat/rework-of-favicon-integration into main

Reviewed-on: stiebke/hugo-internet-weblog#14
This commit is contained in:
Stephan Hadan 2025-01-29 08:15:38 +01:00
commit 9650d9fd12
9 changed files with 38 additions and 16 deletions

View file

@ -10,22 +10,25 @@ To see more, [check out my blog which is rendered with this theme](https://reakt
## 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
@ -224,11 +227,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.