add favicons and fix link to theme
@ -12,7 +12,7 @@ For the past year my webpage looked, to put it midly, ugly. It is shown on the i
|
|||||||
|
|
||||||
{{< image src="/images/posts/hello-webpage/old-webpage.webp" alt="A list of services and contacts with default font and white background. No stylyng applied, html only." >}}
|
{{< image src="/images/posts/hello-webpage/old-webpage.webp" alt="A list of services and contacts with default font and white background. No stylyng applied, html only." >}}
|
||||||
|
|
||||||
As you noticed, now it changed. I decided to use [Hugo](https://gohugo.io) static site generator to build it for it's simplicity over content management systems like WordPress or Drupal. [Terminal](https://github.com/panr/terminal-css/) theme helped me to get up and running quickly.
|
As you noticed, now it changed. I decided to use [Hugo](https://gohugo.io) static site generator to build it for it's simplicity over content management systems like WordPress or Drupal. [Terminal](https://github.com/panr/hugo-theme-terminal) theme helped me to get up and running quickly.
|
||||||
|
|
||||||
Planned content of the website:
|
Planned content of the website:
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ tags:
|
|||||||
|
|
||||||
{{< image src="/images/posts/hello-webpage/old-webpage.webp" alt="Список сервисов и контактов со шрифтом по умолчанию и белым фоном. Страница html без применения стилей css." >}}
|
{{< image src="/images/posts/hello-webpage/old-webpage.webp" alt="Список сервисов и контактов со шрифтом по умолчанию и белым фоном. Страница html без применения стилей css." >}}
|
||||||
|
|
||||||
Как вы заметили, теперь все изменилось. Я решил использовать статический генератор сайтов [Hugo](https://gohugo.io) из-за его простоты по сравнению с системами управления контентом, такими как WordPress или Drupal. Тема [Terminal](https://github.com/panr/terminal-css/) помогла мне быстро приступить к работе.
|
Как вы заметили, теперь все изменилось. Я решил использовать статический генератор сайтов [Hugo](https://gohugo.io) из-за его простоты по сравнению с системами управления контентом, такими как WordPress или Drupal. Тема [Terminal](https://github.com/panr/hugo-theme-terminal) помогла мне быстро приступить к работе.
|
||||||
|
|
||||||
Планируемое содержимое сайта:
|
Планируемое содержимое сайта:
|
||||||
|
|
||||||
|
6
layouts/partials/extended_head.html
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<link rel="icon shortcut" href="{{ "favicon.ico" | relURL }}" sizes="64x64" />
|
||||||
|
<link rel="icon" href="{{ "favicon-16x16.png" | relURL }}" type="image/png" sizes="16x16" />
|
||||||
|
<link rel="icon" href="{{ "favicon-32x32.png" | relURL }}" type="image/png" sizes="32x32" />
|
||||||
|
<link rel="icon" href="{{ "android-chrome-192x192.png" | relURL }}" type="image/png" sizes="192x192" />
|
||||||
|
<link rel="icon" href="{{ "android-chrome-512x512.png" | relURL }}" type="image/png" sizes="512x512" />
|
||||||
|
<link rel="apple-touch-icon" href="{{ "apple-touch-icon.png" | relURL }}" sizes="180x180" />
|
BIN
static/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
static/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 149 KiB |
BIN
static/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
static/favicon-16x16.png
Normal file
After Width: | Height: | Size: 927 B |
BIN
static/favicon-32x32.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
static/favicon.ico
Normal file
After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 6.8 KiB |