diff --git a/hugo.toml b/hugo.toml index a881963..12ddc70 100644 --- a/hugo.toml +++ b/hugo.toml @@ -39,6 +39,7 @@ pagination.pagerSize = 5 # set a custom favicon (default is a `themeColor` square) # favicon = "favicon.ico" + favicon = "favicon.ico" # Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author # updatedDatePrefix = "Updated" diff --git a/public/.keepdirectory b/public/.keepdirectory new file mode 100644 index 0000000..e69de29 diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png new file mode 100644 index 0000000..3e7e562 Binary files /dev/null and b/public/android-chrome-192x192.png differ diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png new file mode 100644 index 0000000..7725a4d Binary files /dev/null and b/public/android-chrome-512x512.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..a1f5cbf Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/browserconfig.xml b/public/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/public/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/public/de/404.html b/public/de/404.html index 86c8425..a6bee9d 100644 --- a/public/de/404.html +++ b/public/de/404.html @@ -32,8 +32,7 @@ - - + @@ -54,7 +53,7 @@ - + diff --git a/public/de/about/index.html b/public/de/about/index.html index 866ab72..d7a8941 100644 --- a/public/de/about/index.html +++ b/public/de/about/index.html @@ -35,8 +35,7 @@ Below you can read the original about from Radek - - + @@ -60,7 +59,7 @@ Below you can read the original about from Radek - + diff --git a/public/de/categories/index.html b/public/de/categories/index.html index 425f02b..ed5a220 100644 --- a/public/de/categories/index.html +++ b/public/de/categories/index.html @@ -32,8 +32,7 @@ - - + @@ -54,7 +53,7 @@ - + diff --git a/public/de/index.html b/public/de/index.html index 1d9efcf..b253932 100644 --- a/public/de/index.html +++ b/public/de/index.html @@ -33,8 +33,7 @@ - - + @@ -55,7 +54,7 @@ - + diff --git a/public/de/posts/index.html b/public/de/posts/index.html index a05dde6..0386611 100644 --- a/public/de/posts/index.html +++ b/public/de/posts/index.html @@ -32,8 +32,7 @@ - - + @@ -54,7 +53,7 @@ - + diff --git a/public/de/posts/one-word/index.html b/public/de/posts/one-word/index.html index f6db36f..c0ae6f2 100644 --- a/public/de/posts/one-word/index.html +++ b/public/de/posts/one-word/index.html @@ -32,8 +32,7 @@ - - + @@ -54,7 +53,7 @@ - + diff --git a/public/de/posts/test-post/index.html b/public/de/posts/test-post/index.html index 8f12e18..2cf939c 100644 --- a/public/de/posts/test-post/index.html +++ b/public/de/posts/test-post/index.html @@ -33,8 +33,7 @@ - - + @@ -56,7 +55,7 @@ - + diff --git a/public/de/tags/index.html b/public/de/tags/index.html index 5a74509..7e25988 100644 --- a/public/de/tags/index.html +++ b/public/de/tags/index.html @@ -32,8 +32,7 @@ - - + @@ -54,7 +53,7 @@ - + diff --git a/public/en/404.html b/public/en/404.html index 964ddf2..764f97a 100644 --- a/public/en/404.html +++ b/public/en/404.html @@ -32,8 +32,7 @@ - - + @@ -54,7 +53,7 @@ - + diff --git a/public/en/about/index.html b/public/en/about/index.html index 05b1dde..3ef0208 100644 --- a/public/en/about/index.html +++ b/public/en/about/index.html @@ -35,8 +35,7 @@ Below you can read the original about from Radek - - + @@ -60,7 +59,7 @@ Below you can read the original about from Radek - + diff --git a/public/en/categories/index.html b/public/en/categories/index.html index da689cc..d747255 100644 --- a/public/en/categories/index.html +++ b/public/en/categories/index.html @@ -32,8 +32,7 @@ - - + @@ -54,7 +53,7 @@ - + diff --git a/public/en/index.html b/public/en/index.html index b6ac002..b42165d 100644 --- a/public/en/index.html +++ b/public/en/index.html @@ -33,8 +33,7 @@ - - + @@ -55,7 +54,7 @@ - + diff --git a/public/en/posts/index.html b/public/en/posts/index.html index bbfe7dd..77fd4db 100644 --- a/public/en/posts/index.html +++ b/public/en/posts/index.html @@ -32,8 +32,7 @@ - - + @@ -54,7 +53,7 @@ - + diff --git a/public/en/posts/one-word/index.html b/public/en/posts/one-word/index.html index 51ea293..5a9fb7d 100644 --- a/public/en/posts/one-word/index.html +++ b/public/en/posts/one-word/index.html @@ -32,8 +32,7 @@ - - + @@ -54,7 +53,7 @@ - + diff --git a/public/en/posts/test-post/index.html b/public/en/posts/test-post/index.html index 61f86b8..ec20808 100644 --- a/public/en/posts/test-post/index.html +++ b/public/en/posts/test-post/index.html @@ -33,8 +33,7 @@ - - + @@ -56,7 +55,7 @@ - + diff --git a/public/en/tags/index.html b/public/en/tags/index.html index e12e12a..4d348d6 100644 --- a/public/en/tags/index.html +++ b/public/en/tags/index.html @@ -32,8 +32,7 @@ - - + @@ -54,7 +53,7 @@ - + diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png new file mode 100644 index 0000000..eb753af Binary files /dev/null and b/public/favicon-16x16.png differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png new file mode 100644 index 0000000..054f453 Binary files /dev/null and b/public/favicon-32x32.png differ diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..7caddfb Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png new file mode 100644 index 0000000..a4a22ab Binary files /dev/null and b/public/mstile-150x150.png differ diff --git a/public/original.png b/public/original.png new file mode 100644 index 0000000..d15ebdc Binary files /dev/null and b/public/original.png differ diff --git a/public/safari-pinned-tab.svg b/public/safari-pinned-tab.svg new file mode 100644 index 0000000..5da16ad --- /dev/null +++ b/public/safari-pinned-tab.svg @@ -0,0 +1,15 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..3e7e562 Binary files /dev/null and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png new file mode 100644 index 0000000..7725a4d Binary files /dev/null and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..a1f5cbf Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/browserconfig.xml b/static/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/static/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..eb753af Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..054f453 Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..7caddfb Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png new file mode 100644 index 0000000..a4a22ab Binary files /dev/null and b/static/mstile-150x150.png differ diff --git a/static/original.png b/static/original.png new file mode 100644 index 0000000..d15ebdc Binary files /dev/null and b/static/original.png differ diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg new file mode 100644 index 0000000..5da16ad --- /dev/null +++ b/static/safari-pinned-tab.svg @@ -0,0 +1,15 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + +