diff --git a/.gitignore b/.gitignore index a38d067..38abceb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # Specify filepatterns you want git to ignore. _gen public +.hugo_build.lock diff --git a/config.yaml b/config.yaml index 3b4824a..e04184c 100644 --- a/config.yaml +++ b/config.yaml @@ -13,15 +13,18 @@ params: jquery: true feedlinks: false # Show feed links in the footer. footer: " " - icon: "images/logo.png" # Relative path to icon in json feed and JSON-LD, no leading slash. - image: "images/logo.png" # Relative path to site image in JSON-LD, no leading slash. + # icon: "images/logo.png" # Relative path to icon in json feed and JSON-LD, no leading slash. + # image: "images/logo.png" # Relative path to site image in JSON-LD, no leading slash. + # apple-touch-icon: "images/logo.png" logo: true # Turn off the logo. + logoWidth: 74 mainSections: # The sections you want to have listed on the front page. - "" # Default to the section with most content if not set. mobileMenu: true # Turn on a mobile menu on small screens. poweredby: false # Show powered by hugo in footer # searchLimit: 20 # Max number of search hits, default 20. sidebar: true # Show a sidebar to the right + realfavicongenerator: true DefaultContentLanguage: cs diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 572ef52..f628a2c 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -8,7 +8,6 @@
  • upload.nolog.cz
  • call.nolog.cz
  • decide.nolog.cz
  • -
  • nolog.chat
  • nolog.media
  • paste.nolog.cz
  • wiki.nolog.cz
  • diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..4a21e56 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..458d1bc 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..a44f260 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..e8b57e5 --- /dev/null +++ b/static/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #b91d47 + + + diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..a81dfd1 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..19e9cc7 Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico index 97a2219..f2a5518 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ diff --git a/static/images/logo_big.png b/static/images/logo_big.png new file mode 100644 index 0000000..0fae181 Binary files /dev/null and b/static/images/logo_big.png differ diff --git a/static/mstile-144x144.png b/static/mstile-144x144.png new file mode 100644 index 0000000..b26b99a Binary files /dev/null and b/static/mstile-144x144.png differ diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png new file mode 100644 index 0000000..a5444c4 Binary files /dev/null and b/static/mstile-150x150.png differ diff --git a/static/mstile-310x150.png b/static/mstile-310x150.png new file mode 100644 index 0000000..9173720 Binary files /dev/null and b/static/mstile-310x150.png differ diff --git a/static/mstile-310x310.png b/static/mstile-310x310.png new file mode 100644 index 0000000..21a448b Binary files /dev/null and b/static/mstile-310x310.png differ diff --git a/static/mstile-70x70.png b/static/mstile-70x70.png new file mode 100644 index 0000000..7326123 Binary files /dev/null and b/static/mstile-70x70.png differ diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg new file mode 100644 index 0000000..dc3fe4d --- /dev/null +++ b/static/safari-pinned-tab.svg @@ -0,0 +1,39 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + + + + + diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..46964a1 --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1,18 @@ +{ + "name": "NoLog.cz", + "short_name": "NoLog.cz", + "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" +}