From 50598aa45fa96d06c5de258e6f0720159de1f0a4 Mon Sep 17 00:00:00 2001 From: horhik Date: Mon, 7 Jun 2021 21:03:06 +0300 Subject: [PATCH] little fix --- layouts/portfolio/summary.html | 2 +- public/404.html | 110 ++++++++++++ public/categories/index.html | 45 ++--- public/categories/index.xml | 4 +- public/categories/page/1/index.html | 2 +- public/css/app-page.svg | 73 ++++++++ public/css/appstore.svg | 16 ++ public/css/basic.css | 60 +++++-- public/css/github-icon.svg | 3 + public/css/googleplay.svg | 13 ++ public/css/stopwatch.svg | 11 ++ public/css/watch.svg | 4 + .../https/github.com/hole-chat/index.html | 132 ++++++++++++++ .../https/github.com/hole-chat/index.xml | 10 ++ .../github.com/hole-chat/page/1/index.html | 1 + .../github.com/horhik/ankilan/index.html | 132 ++++++++++++++ .../https/github.com/horhik/ankilan/index.xml | 10 ++ .../horhik/ankilan/page/1/index.html | 1 + .../https/github.com/horhik/snake/index.html | 132 ++++++++++++++ .../https/github.com/horhik/snake/index.xml | 10 ++ .../github.com/horhik/snake/page/1/index.html | 1 + .../github.com/horhik/tasquare/index.html | 132 ++++++++++++++ .../github.com/horhik/tasquare/index.xml | 10 ++ .../horhik/tasquare/page/1/index.html | 1 + public/github/index.html | 168 ++++++++++++++++++ public/github/index.xml | 46 +++++ public/github/page/1/index.html | 1 + public/home/index.html | 26 ++- public/index.html | 45 ++--- public/index.xml | 30 ++-- public/page/1/index.html | 2 +- public/portfolio/ankilan/index.html | 26 ++- public/portfolio/hole/index.html | 26 ++- public/portfolio/index.html | 154 +++++++++++----- public/portfolio/index.xml | 22 +-- public/portfolio/snake/index.html | 44 +++-- public/portfolio/snake/snake-desktop.png | Bin 0 -> 17826 bytes public/portfolio/snake/snake-mobile.png | Bin 0 -> 82374 bytes public/portfolio/tasquare/index.html | 26 ++- public/posts/index.html | 30 ++-- public/posts/index.xml | 12 +- .../index.html | 26 ++- .../core/blob/master/readme.md/index.html | 132 ++++++++++++++ .../core/blob/master/readme.md/index.xml | 10 ++ .../blob/master/readme.md/page/1/index.html | 1 + public/site/https/snake.horhik.xyz/index.html | 132 ++++++++++++++ public/site/https/snake.horhik.xyz/index.xml | 10 ++ .../https/snake.horhik.xyz/page/1/index.html | 1 + .../site/https/tasquare.horhik.xyz/index.html | 132 ++++++++++++++ .../site/https/tasquare.horhik.xyz/index.xml | 10 ++ .../tasquare.horhik.xyz/page/1/index.html | 1 + public/site/index.html | 159 +++++++++++++++++ public/site/index.xml | 37 ++++ public/site/page/1/index.html | 1 + public/sitemap.xml | 51 ++++-- public/tags/game/index.html | 165 +++++++++++++++++ public/tags/game/index.xml | 20 +++ public/tags/game/page/1/index.html | 1 + public/tags/index.html | 65 ++++--- public/tags/index.xml | 23 ++- public/tags/javascript/index.html | 165 +++++++++++++++++ public/tags/javascript/index.xml | 20 +++ public/tags/javascript/page/1/index.html | 1 + public/tags/page/1/index.html | 2 +- 64 files changed, 2424 insertions(+), 314 deletions(-) create mode 100644 public/404.html create mode 100644 public/css/app-page.svg create mode 100644 public/css/appstore.svg create mode 100644 public/css/github-icon.svg create mode 100644 public/css/googleplay.svg create mode 100644 public/css/stopwatch.svg create mode 100644 public/css/watch.svg create mode 100644 public/github/https/github.com/hole-chat/index.html create mode 100644 public/github/https/github.com/hole-chat/index.xml create mode 100644 public/github/https/github.com/hole-chat/page/1/index.html create mode 100644 public/github/https/github.com/horhik/ankilan/index.html create mode 100644 public/github/https/github.com/horhik/ankilan/index.xml create mode 100644 public/github/https/github.com/horhik/ankilan/page/1/index.html create mode 100644 public/github/https/github.com/horhik/snake/index.html create mode 100644 public/github/https/github.com/horhik/snake/index.xml create mode 100644 public/github/https/github.com/horhik/snake/page/1/index.html create mode 100644 public/github/https/github.com/horhik/tasquare/index.html create mode 100644 public/github/https/github.com/horhik/tasquare/index.xml create mode 100644 public/github/https/github.com/horhik/tasquare/page/1/index.html create mode 100644 public/github/index.html create mode 100644 public/github/index.xml create mode 100644 public/github/page/1/index.html create mode 100644 public/portfolio/snake/snake-desktop.png create mode 100644 public/portfolio/snake/snake-mobile.png create mode 100644 public/site/https/github.com/hole-chat/core/blob/master/readme.md/index.html create mode 100644 public/site/https/github.com/hole-chat/core/blob/master/readme.md/index.xml create mode 100644 public/site/https/github.com/hole-chat/core/blob/master/readme.md/page/1/index.html create mode 100644 public/site/https/snake.horhik.xyz/index.html create mode 100644 public/site/https/snake.horhik.xyz/index.xml create mode 100644 public/site/https/snake.horhik.xyz/page/1/index.html create mode 100644 public/site/https/tasquare.horhik.xyz/index.html create mode 100644 public/site/https/tasquare.horhik.xyz/index.xml create mode 100644 public/site/https/tasquare.horhik.xyz/page/1/index.html create mode 100644 public/site/index.html create mode 100644 public/site/index.xml create mode 100644 public/site/page/1/index.html create mode 100644 public/tags/game/index.html create mode 100644 public/tags/game/index.xml create mode 100644 public/tags/game/page/1/index.html create mode 100644 public/tags/javascript/index.html create mode 100644 public/tags/javascript/index.xml create mode 100644 public/tags/javascript/page/1/index.html diff --git a/layouts/portfolio/summary.html b/layouts/portfolio/summary.html index 9bd4f46..2050459 100644 --- a/layouts/portfolio/summary.html +++ b/layouts/portfolio/summary.html @@ -14,7 +14,7 @@ {{if in .Params.site ""}} diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..0fee567 --- /dev/null +++ b/public/404.html @@ -0,0 +1,110 @@ + + + + + + + 404 Page not found + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+
+░░░░░░░░░░░█░█░▄▀▄░█░█░░░░░░░░░░░░░
+░░░░░░░░░░░░▀█░█░█░░▀█░░░░░░░░░░░░░
+░░░░░░░░░░░░░▀░░▀░░░░▀░░░░░░░░░░░░░
+░█▀█░█▀█░▀█▀░░░█▀▀░█▀█░█░█░█▀█░█▀▄░
+░█░█░█░█░░█░░░░█▀▀░█░█░█░█░█░█░█░█░
+░▀░▀░▀▀▀░░▀░░░░▀░░░▀▀▀░▀▀▀░▀░▀░▀▀░░
+	
+
+
+ + + + + diff --git a/public/categories/index.html b/public/categories/index.html index b0b9bba..8f77383 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -14,7 +14,7 @@ - + @@ -29,34 +29,30 @@ ░█░█░█▀█░█▀▄░█░█░▀█▀░█░█░░░░█░█░█░█░▀▀█ ░█▀█░█░█░█▀▄░█▀█░░█░░█▀▄░░░░▄▀▄░░█░░▄▀░ ░▀░▀░▀▀▀░▀░▀░▀░▀░▀▀▀░▀░▀░▀░░▀░▀░░▀░░▀▀▀ - O. George’s site