diff --git a/.gitignore b/.gitignore index 0624271..2738153 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *# *~ ./public +public diff --git a/public/404.html b/public/404.html deleted file mode 100644 index c033bf8..0000000 --- a/public/404.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - 404 Page not found - - - - - - - - - - - - - - - - - - - - - -
- - -
- - -
-
-
-░░░░░░░░░░░█░█░▄▀▄░█░█░░░░░░░░░░░░░
-░░░░░░░░░░░░▀█░█░█░░▀█░░░░░░░░░░░░░
-░░░░░░░░░░░░░▀░░▀░░░░▀░░░░░░░░░░░░░
-░█▀█░█▀█░▀█▀░░░█▀▀░█▀█░█░█░█▀█░█▀▄░
-░█░█░█░█░░█░░░░█▀▀░█░█░█░█░█░█░█░█░
-░▀░▀░▀▀▀░░▀░░░░▀░░░▀▀▀░▀▀▀░▀░▀░▀▀░░
-	
-
-
- - - - - diff --git a/public/categories/index.html b/public/categories/index.html deleted file mode 100644 index f2bf644..0000000 --- a/public/categories/index.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - Categories - - - - - - - - - - - - - - - - - - - - - -
- - -
- - -
- -
-

Categories

- -
- - - -
- -1 of 0 - -
- -
- - - - - - - diff --git a/public/categories/index.xml b/public/categories/index.xml deleted file mode 100644 index 48b1ab3..0000000 --- a/public/categories/index.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - Categories on Horhik's redeyes reason - https://redeyes.club/categories/ - Recent content in Categories on Horhik's redeyes reason - Hugo -- gohugo.io - en-us - - - - - - \ No newline at end of file diff --git a/public/categories/page/1/index.html b/public/categories/page/1/index.html deleted file mode 100644 index ceba885..0000000 --- a/public/categories/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://redeyes.club/categories/ \ No newline at end of file diff --git a/public/css/app-page.svg b/public/css/app-page.svg deleted file mode 100644 index 2c1aeff..0000000 --- a/public/css/app-page.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - ░█░█░░░░█▀▄░█▀█░░░░█░█░▀░▀░▀░░▀▀░ - - - - diff --git a/public/css/appstore.svg b/public/css/appstore.svg deleted file mode 100644 index 7054cbd..0000000 --- a/public/css/appstore.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/public/css/basic.css b/public/css/basic.css deleted file mode 100644 index 9f3bb6f..0000000 --- a/public/css/basic.css +++ /dev/null @@ -1,377 +0,0 @@ -@charset "UTF-8"; -/* Dracula theme */ -/* -:root { - --background: #282A36 ; - --comment: #6272A4 ; - --selection: #44475A ; - --foreground: #F8F8F2 ; - --cyan: #8BE9FD ; - --orange: #FFB86C; - --green: #50FA7B ; - --pink: #FF79C6 ; - --purple: #BD93F9 ; - --red: #FF5555 ; - --yellow: #F1FA8C; -} -*/ -/* Gruvbox theme */ -@import url("https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400;0,700;1,400;1,700&display=swap"); -:root { - --background: #282828 ; - --comment: #458588 ; - --selection: #665c54 ; - --foreground: #ebdbb2 ; - --cyan: #83a598 ; - --orange: #fe8019; - --green: #98971a ; - --pink: #d3869b ; - --purple: #b16286 ; - --red: #cc241d ; - --yellow: #F1FA8C; } - -@font-face { - font-family: 'Mononoki'; - src: url("../fonts/mononoki-Regular.eot"); - src: url("../fonts/mononoki-Regular.eot") format("embedded-opentype"), url("../fonts/mononoki-Regular.ttf") format("truetype"), url("../fonts/mononoki-Regular.woff2") format("woff2"), url("../fonts/mononoki-Regular.woff") format("woff"); } - -@font-face { - font-family: 'Mononoki Bold'; - src: url("../fonts/mononoki-Bold.eot"); - src: url("../fonts/mononoki-Bold.eot") format("embedded-opentype"), url("../fonts/mononoki-Bold.ttf") format("truetype"), url("../fonts/mononoki-Bold.woff2") format("woff2"), url("../fonts/mononoki-Bold.woff") format("woff"); } - -@font-face { - font-family: 'Mononoki'; - src: url("../fonts/mononoki-Regular.eot"); - src: url("../fonts/mononoki-Regular.eot") format("embedded-opentype"), url("../fonts/mononoki-Regular.ttf") format("truetype"), url("../fonts/mononoki-Regular.woff2") format("woff2"), url("../fonts/mononoki-Regular.woff") format("woff"); } - -@font-face { - font-family: 'Twemoji'; - src: url("../fonts/Twemoji.ttf") format("truetype"); } - -body { - margin: 0; - padding: 0; - background-color: var(--background); - color: var(--foreground); - font-family: 'Mononoki', 'Ubuntu', 'Twemoji' sans-serif; - max-width: 1000px; - margin: 0 auto; - box-shadow: 0px -30px 20px rgba(0, 0, 0, 0.5); - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; - padding: 10px 0; } - -a, .link { - transition: 0.3s; - color: var(--cyan); - text-decoration: none; } - a:hover, a:focus, .link:hover, .link:focus { - color: var(--pink); } - -@media (min-width: 1000px) { - box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.34); } - -.h1 { - font-family: 'Mononoki Bold', 'Fira Code SemiBold', 'Twemoji'; - font-size: 2em; } - -p code, quote code, q code { - font-family: "Mononoki", "Twemoji", monospace; - background: var(--selection); - color: var(--cyan); - border-radius: 3px; - padding: 0 6px; } - -img { - width: 100%; } - -.logo--wrapper { - display: grid; - font-family: Mononoki, 'Fira Code',monospace, Ubuntu; } - -.logo-quote { - text-align: center; - color: var(--foreground); - margin: 10px auto 28px; - max-width: 300px; } - -.logo { - margin: 0 auto; - margin-top: 30px; - display: flex; - flex-direction: column; - align-items: center; - align-content: center; - font-family: Mononoki, 'Fira Code',monospace, Ubuntu; } - -.toilet-logo { - color: var(--orange); - font-size: 0.9em; - line-height: 1.115em; - margin: 0; - font-family: Mononoki, 'Fira Code',monospace, Ubuntu; - white-space: pre-line; } - -.not-found { - display: flex; - justify-content: center; - font-size: 25px; - line-height: 28px; - color: var(--selection); - tansition: 0.3s; } - -@media screen and (max-width: 500px) { - .not-found { - font-size: 14px; - line-height: 14px; } } - -.page-list { - list-style: none; - display: flex; - justify-content: space-between; - width: 400px; - margin: 0 auto; - font-family: Mononoki; - padding: 0; } - -.page-link { - font-size: 0.4em; - line-height: 1.115em; - transition: 0.3s; - margin: 0px 10px; } - .page-link a { - color: var(--green); - text-decoration: none; - display: block; } - .page-link a:hover, .page-link a:focus { - color: var(--pink); } - -@media screen and (max-width: 420px) { - .page-link { - line-height: 1.112em; - white-space: pre-line; - margin-bottom: 5px; } - .page-list { - flex-direction: column; - align-items: center; - width: auto; } - .toilet-logo { - font-size: 0.6em; } } - -.recent { - margin: 0 auto; } - -.recent-header { - text-align: center; } - -.recent-list { - list-style: none; - margin: 0; - padding: 0; } - -.recent-block { - text-decoration: none; - font-family: "Mononoki", "Twemoji", monospace; - font-size: 1.3em; - box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.34); - background: var(--background); - border-radius: 10px; - word-break: break-word; - display: block; - align-items: center; - align-content: center; - margin: 20px 0; - padding: 10px 20px; - width: max-content; - max-width: 80vw; - color: var(--cyan); - transition: 0.2s; } - .recent-block--left { - border-bottom-left-radius: 0; - border-top-left-radius: 0; - margin-right: auto; } - .recent-block--left::before { - content: '📜'; - margin: 5px; - display: flex; - align-items: center; - align-content: center; } - .recent-block--left:hover, .recent-block--left:focus { - padding-left: 40px; } - .recent-block--left:active { - padding-left: 0; } - .recent-block--right { - border-bottom-right-radius: 0; - border-top-right-radius: 0; - margin-left: auto; } - .recent-block--right::after { - content: url("../../../src/svg/github-icon.svg"); - margin: 5px; - display: flex; - align-items: center; - align-content: center; } - .recent-block--right:hover, .recent-block--right:focus { - padding-right: 40px; } - .recent-block--right:active { - padding-right: 0; } - -.recent-block__time { - float: right; - font-size: 12px; - color: var(--purple); } - -.contacts { - list-style: none; - padding: 0; - display: flex; - justify-content: space-around; - flex-wrap: wrap; - margin: 0 auto; } - -.contact-link { - text-decoration: none; - font-size: 1em; - color: var(--cyan); - line-height: 0.8em; - margin: 10px 15px; - display: block; } - -.copyright { - font-family: "Mononoki", "Twemoji", monospace; - margin-left: 20px; } - -.portfolio { - list-style: none; - padding: 20px; - display: flex; - flex-direction: column; - align-content: center; - align-items: center; - justify-content: center; } - -.project { - display: flex; - flex-direction: column; - padding: 26px; - box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.34); - border-radius: 10px; - background: var(--background); - font-family: "Mononoki", "Twemoji", monospace; - text-align: center; - margin: 20px 0; - max-width: 70vw; - transition: 0.3s; } - .project:hover, .project:focus { - box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.6); } - .project h2 { - margin-bottom: 0; } - -.project-name { - color: var(--green); - margin: 0; } - .project-name a { - color: var(--green); - text-decoration: none; } - -.project-gallery { - list-style: none; - padding: 0; } - -.project-links { - padding: 0; - list-style: none; - display: flex; - flex-wrap: wrap; - justify-content: space-around; } - -.project-icon { - width: 35px; - height: auto; - margin-right: 10px; } - -.project-link { - margin-right: 10px; - display: flex; - align-items: center; - align-content: center; - vertical-align: center; } - .project-link::before { - margin-right: 10px; } - .project-link--github::before { - content: url("./github-icon.svg"); } - .project-link--iphone::before { - content: url("./appstore.svg"); } - .project-link--android::before { - content: url("./googleplay.svg"); } - .project-link--app-page::before { - content: url("./app-page.svg"); } - -.project-link__logo { - margin-right: 10px; - width: 30px; } - -.blog-posts { - list-style: none; - padding: 0; - font-family: 'Cuprum', sans-serif; - transition: 0.5s; } - -.blog-posts__item { - font-family: 'Cuprum', sans-serif; - color: var(--foreground); } - .blog-posts__item::before, .blog-posts__item::after { - content: '' !important; } - .blog-posts__item--right p { - text-align: right; } - .blog-posts__item--right ul { - flex-direction: row-reverse; } - .blog-posts__item--left { - text-align: left; } - -.nothing { - font-family: 'Mononoki Bold', monospace; - text-align: center; } - -.blog-post__header { - color: var(--green); } - .blog-post__header a { - color: var(--green); } - -.blog-info__list { - list-style: none; - padding: 0; - display: flex; } - -.blog-info__item { - margin-right: 20px; - color: var(--orange); - display: flex; - align-items: center; } - .blog-info__item--created::before { - content: url("../../svg/watch.svg"); - margin-right: 10px; } - .blog-info__item--reading-time::before { - content: url("../../svg/stopwatch.svg"); - margin-right: 10px; } - -.blog-header { - color: var(--green); - font-family: "Mononoki Bold", "Twitter Color Emoji", "Twemoji", sans-serif; - font-size: 2em; - display: inline-flex; - justify-content: center; - text-align: center; - margin: 0 auto; - margin-top: 32px; } - -.blog-post { - padding: 0px 30px; - font-size: 22px; - font-family: Ubuntu; } - .blog-post time { - font-family: "Cuprum", "Mononoki", "Twemoji", monospace; - display: flex; - align-content: center; - justify-content: center; - font-size: 0.9em; } diff --git a/public/css/github-icon.svg b/public/css/github-icon.svg deleted file mode 100644 index bae4071..0000000 --- a/public/css/github-icon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/public/css/googleplay.svg b/public/css/googleplay.svg deleted file mode 100644 index 9b9f440..0000000 --- a/public/css/googleplay.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/public/css/stopwatch.svg b/public/css/stopwatch.svg deleted file mode 100644 index 7d002ad..0000000 --- a/public/css/stopwatch.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/public/css/watch.svg b/public/css/watch.svg deleted file mode 100644 index 6c04fd7..0000000 --- a/public/css/watch.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/public/fonts/mononoki-Bold.eot b/public/fonts/mononoki-Bold.eot deleted file mode 100644 index cf2a252..0000000 Binary files a/public/fonts/mononoki-Bold.eot and /dev/null differ diff --git a/public/fonts/mononoki-Bold.ttf b/public/fonts/mononoki-Bold.ttf deleted file mode 100644 index 407ed3e..0000000 Binary files a/public/fonts/mononoki-Bold.ttf and /dev/null differ diff --git a/public/fonts/mononoki-Bold.woff b/public/fonts/mononoki-Bold.woff deleted file mode 100644 index a6f5e8a..0000000 Binary files a/public/fonts/mononoki-Bold.woff and /dev/null differ diff --git a/public/fonts/mononoki-Bold.woff2 b/public/fonts/mononoki-Bold.woff2 deleted file mode 100644 index adb5b15..0000000 Binary files a/public/fonts/mononoki-Bold.woff2 and /dev/null differ diff --git a/public/fonts/mononoki-BoldItalic.eot b/public/fonts/mononoki-BoldItalic.eot deleted file mode 100644 index 70968d6..0000000 Binary files a/public/fonts/mononoki-BoldItalic.eot and /dev/null differ diff --git a/public/fonts/mononoki-BoldItalic.ttf b/public/fonts/mononoki-BoldItalic.ttf deleted file mode 100644 index 784c2d0..0000000 Binary files a/public/fonts/mononoki-BoldItalic.ttf and /dev/null differ diff --git a/public/fonts/mononoki-BoldItalic.woff b/public/fonts/mononoki-BoldItalic.woff deleted file mode 100644 index f0d6ed7..0000000 Binary files a/public/fonts/mononoki-BoldItalic.woff and /dev/null differ diff --git a/public/fonts/mononoki-BoldItalic.woff2 b/public/fonts/mononoki-BoldItalic.woff2 deleted file mode 100644 index 3cc80cd..0000000 Binary files a/public/fonts/mononoki-BoldItalic.woff2 and /dev/null differ diff --git a/public/fonts/mononoki-Italic.eot b/public/fonts/mononoki-Italic.eot deleted file mode 100644 index 53c1e62..0000000 Binary files a/public/fonts/mononoki-Italic.eot and /dev/null differ diff --git a/public/fonts/mononoki-Italic.ttf b/public/fonts/mononoki-Italic.ttf deleted file mode 100644 index dad4dcc..0000000 Binary files a/public/fonts/mononoki-Italic.ttf and /dev/null differ diff --git a/public/fonts/mononoki-Italic.woff b/public/fonts/mononoki-Italic.woff deleted file mode 100644 index fb690ec..0000000 Binary files a/public/fonts/mononoki-Italic.woff and /dev/null differ diff --git a/public/fonts/mononoki-Italic.woff2 b/public/fonts/mononoki-Italic.woff2 deleted file mode 100644 index 30cbd0d..0000000 Binary files a/public/fonts/mononoki-Italic.woff2 and /dev/null differ diff --git a/public/fonts/mononoki-Regular.eot b/public/fonts/mononoki-Regular.eot deleted file mode 100644 index 26e5357..0000000 Binary files a/public/fonts/mononoki-Regular.eot and /dev/null differ diff --git a/public/fonts/mononoki-Regular.ttf b/public/fonts/mononoki-Regular.ttf deleted file mode 100644 index 9510ac8..0000000 Binary files a/public/fonts/mononoki-Regular.ttf and /dev/null differ diff --git a/public/fonts/mononoki-Regular.woff b/public/fonts/mononoki-Regular.woff deleted file mode 100644 index 939ec2a..0000000 Binary files a/public/fonts/mononoki-Regular.woff and /dev/null differ diff --git a/public/fonts/mononoki-Regular.woff2 b/public/fonts/mononoki-Regular.woff2 deleted file mode 100644 index 2c23a36..0000000 Binary files a/public/fonts/mononoki-Regular.woff2 and /dev/null differ diff --git a/public/github/https/github.com/hole-chat/index.html b/public/github/https/github.com/hole-chat/index.html deleted file mode 100644 index b5b66ac..0000000 --- a/public/github/https/github.com/hole-chat/index.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - Https//Github.com/Hole Chat/ - - - - - - - - - - - - - - - - - - - - - -
- - -
- - -
- -
-

Https//Github.com/Hole Chat/

- -
- - - -
  • -

    - Hole chat 🐰 -

    -

    Decentralized messenger over Freenet network

    - - - - -
  • - - -
    - -1 of 1 - -
    - -
    - - - - - - - diff --git a/public/github/https/github.com/hole-chat/index.xml b/public/github/https/github.com/hole-chat/index.xml deleted file mode 100644 index ab90f9b..0000000 --- a/public/github/https/github.com/hole-chat/index.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - Https//Github.com/Hole Chat/ on Horhik's redeyes reason - https://redeyes.club/github/https/github.com/hole-chat/ - Recent content in Https//Github.com/Hole Chat/ on Horhik's redeyes reason - Hugo -- gohugo.io - en-us - Sat, 01 May 2021 00:00:00 +0300 - - - - - - Hole chat 🐰 - https://redeyes.club/portfolio/hole/ - Sat, 01 May 2021 00:00:00 +0300 - - https://redeyes.club/portfolio/hole/ - - - - - \ No newline at end of file diff --git a/public/github/https/github.com/hole-chat/page/1/index.html b/public/github/https/github.com/hole-chat/page/1/index.html deleted file mode 100644 index 352a5f8..0000000 --- a/public/github/https/github.com/hole-chat/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://redeyes.club/github/https/github.com/hole-chat/ \ No newline at end of file diff --git a/public/github/https/github.com/horhik/ankilan/index.html b/public/github/https/github.com/horhik/ankilan/index.html deleted file mode 100644 index 3b8bdd9..0000000 --- a/public/github/https/github.com/horhik/ankilan/index.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - Https//Github.com/Horhik/Ankilan - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    Https//Github.com/Horhik/Ankilan

    - -
    - - - -
  • -

    - AnkiLan ⭐ -

    -

    App for creating Anki flashcards

    - - - - -
  • - - -
    - -1 of 1 - -
    - -
    - - - - - - - diff --git a/public/github/https/github.com/horhik/ankilan/index.xml b/public/github/https/github.com/horhik/ankilan/index.xml deleted file mode 100644 index 7934728..0000000 --- a/public/github/https/github.com/horhik/ankilan/index.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - Https//Github.com/Horhik/Ankilan on Horhik's redeyes reason - https://redeyes.club/github/https/github.com/horhik/ankilan/ - Recent content in Https//Github.com/Horhik/Ankilan on Horhik's redeyes reason - Hugo -- gohugo.io - en-us - Fri, 01 May 2020 00:00:00 +0300 - - - - - - AnkiLan ⭐ - https://redeyes.club/portfolio/ankilan/ - Fri, 01 May 2020 00:00:00 +0300 - - https://redeyes.club/portfolio/ankilan/ - - - - - \ No newline at end of file diff --git a/public/github/https/github.com/horhik/ankilan/page/1/index.html b/public/github/https/github.com/horhik/ankilan/page/1/index.html deleted file mode 100644 index 0f068fe..0000000 --- a/public/github/https/github.com/horhik/ankilan/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://redeyes.club/github/https/github.com/horhik/ankilan/ \ No newline at end of file diff --git a/public/github/https/github.com/horhik/snake/index.html b/public/github/https/github.com/horhik/snake/index.html deleted file mode 100644 index bf1c614..0000000 --- a/public/github/https/github.com/horhik/snake/index.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - Https//Github.com/Horhik/Snake - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    Https//Github.com/Horhik/Snake

    - -
    - - - -
  • -

    - Snake game 🐍 -

    -

    Snake game written with P5js

    - - - - - - - - -
  • - - -
    - -1 of 1 - -
    - -
    - - - - - - - diff --git a/public/github/https/github.com/horhik/snake/index.xml b/public/github/https/github.com/horhik/snake/index.xml deleted file mode 100644 index 3057b3a..0000000 --- a/public/github/https/github.com/horhik/snake/index.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - Https//Github.com/Horhik/Snake on Horhik's redeyes reason - https://redeyes.club/github/https/github.com/horhik/snake/ - Recent content in Https//Github.com/Horhik/Snake on Horhik's redeyes reason - Hugo -- gohugo.io - en-us - Fri, 01 Nov 2019 00:00:00 +0300 - - - - - - Snake game 🐍 - https://redeyes.club/portfolio/snake/ - Fri, 01 Nov 2019 00:00:00 +0300 - - https://redeyes.club/portfolio/snake/ - The simple snake game which working on both desktop 🖥 and mobile 📲 - - - - \ No newline at end of file diff --git a/public/github/https/github.com/horhik/snake/page/1/index.html b/public/github/https/github.com/horhik/snake/page/1/index.html deleted file mode 100644 index 85296b7..0000000 --- a/public/github/https/github.com/horhik/snake/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://redeyes.club/github/https/github.com/horhik/snake/ \ No newline at end of file diff --git a/public/github/https/github.com/horhik/tasquare/index.html b/public/github/https/github.com/horhik/tasquare/index.html deleted file mode 100644 index 65a66e2..0000000 --- a/public/github/https/github.com/horhik/tasquare/index.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - Https//Github.com/Horhik/Tasquare - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    Https//Github.com/Horhik/Tasquare

    - -
    - - - -
  • -

    - Tasquare ☑ -

    -

    TODO app with timer written on React

    - - - - -
  • - - -
    - -1 of 1 - -
    - -
    - - - - - - - diff --git a/public/github/https/github.com/horhik/tasquare/index.xml b/public/github/https/github.com/horhik/tasquare/index.xml deleted file mode 100644 index cc79d60..0000000 --- a/public/github/https/github.com/horhik/tasquare/index.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - Https//Github.com/Horhik/Tasquare on Horhik's redeyes reason - https://redeyes.club/github/https/github.com/horhik/tasquare/ - Recent content in Https//Github.com/Horhik/Tasquare on Horhik's redeyes reason - Hugo -- gohugo.io - en-us - Wed, 01 Jan 2020 00:00:00 +0300 - - - - - - Tasquare ☑ - https://redeyes.club/portfolio/tasquare/ - Wed, 01 Jan 2020 00:00:00 +0300 - - https://redeyes.club/portfolio/tasquare/ - - - - - \ No newline at end of file diff --git a/public/github/https/github.com/horhik/tasquare/page/1/index.html b/public/github/https/github.com/horhik/tasquare/page/1/index.html deleted file mode 100644 index 4bbb19d..0000000 --- a/public/github/https/github.com/horhik/tasquare/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://redeyes.club/github/https/github.com/horhik/tasquare/ \ No newline at end of file diff --git a/public/github/index.html b/public/github/index.html deleted file mode 100644 index 0706a59..0000000 --- a/public/github/index.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - Github - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    Github

    - -
    - - - -
    -
    - Https//Github.com/Hole Chat/ -
    - - -
    - - -
    -
    - Https//Github.com/Horhik/Ankilan -
    - - -
    - - -
    -
    - Https//Github.com/Horhik/Snake -
    - - -
    - - -
    -
    - Https//Github.com/Horhik/Tasquare -
    - - -
    - - -
    - -1 of 1 - -
    - -
    - - - - - - - diff --git a/public/github/index.xml b/public/github/index.xml deleted file mode 100644 index 265a8d1..0000000 --- a/public/github/index.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - Github on Horhik's redeyes reason - https://redeyes.club/github/ - Recent content in Github on Horhik's redeyes reason - Hugo -- gohugo.io - en-us - - - - - - Https//Github.com/Hole Chat/ - https://redeyes.club/github/https/github.com/hole-chat/ - Sat, 01 May 2021 00:00:00 +0300 - - https://redeyes.club/github/https/github.com/hole-chat/ - - - - - Https//Github.com/Horhik/Ankilan - https://redeyes.club/github/https/github.com/horhik/ankilan/ - Fri, 01 May 2020 00:00:00 +0300 - - https://redeyes.club/github/https/github.com/horhik/ankilan/ - - - - - Https//Github.com/Horhik/Snake - https://redeyes.club/github/https/github.com/horhik/snake/ - Fri, 01 Nov 2019 00:00:00 +0300 - - https://redeyes.club/github/https/github.com/horhik/snake/ - - - - - Https//Github.com/Horhik/Tasquare - https://redeyes.club/github/https/github.com/horhik/tasquare/ - Wed, 01 Jan 2020 00:00:00 +0300 - - https://redeyes.club/github/https/github.com/horhik/tasquare/ - - - - - \ No newline at end of file diff --git a/public/github/page/1/index.html b/public/github/page/1/index.html deleted file mode 100644 index 3e7827e..0000000 --- a/public/github/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://redeyes.club/github/ \ No newline at end of file diff --git a/public/home/index.html b/public/home/index.html deleted file mode 100644 index cdfa51b..0000000 --- a/public/home/index.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    - -
    - -
    - - -
    -
    - - - - - diff --git a/public/index.html b/public/index.html deleted file mode 100644 index e16ae14..0000000 --- a/public/index.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - Horhik's redeyes reason - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - - - -
    - - - - - diff --git a/public/index.xml b/public/index.xml deleted file mode 100644 index 998cd3a..0000000 --- a/public/index.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - Horhik's redeyes reason - https://redeyes.club/ - Recent content on Horhik's redeyes reason - Hugo -- gohugo.io - en-us - Sat, 13 Nov 2021 19:22:35 +0300 - - - - - - Software should work (ru) - https://redeyes.club/music/software_should_work_ru/ - Sat, 13 Nov 2021 19:22:35 +0300 - - https://redeyes.club/music/software_should_work_ru/ - “софт должен просто работать” -Made with BespokeSynth -Your browser does not support the audio tag. - - - - Hole chat 🐰 - https://redeyes.club/portfolio/hole/ - Sat, 01 May 2021 00:00:00 +0300 - - https://redeyes.club/portfolio/hole/ - - - - - PyAutoGUI for simplifying anki routine - https://redeyes.club/posts/pyautogui-for-simplifying-anki-routine/ - Thu, 21 Jan 2021 10:26:19 +0300 - - https://redeyes.club/posts/pyautogui-for-simplifying-anki-routine/ - I had been adding some cards to Anki. It was lowercase word and word with stress in russian. - - - - Still nothing - https://redeyes.club/posts/theres-nothing/ - Thu, 21 Jan 2021 10:26:19 +0300 - - https://redeyes.club/posts/theres-nothing/ - NOTHING - - - - AnkiLan ⭐ - https://redeyes.club/portfolio/ankilan/ - Fri, 01 May 2020 00:00:00 +0300 - - https://redeyes.club/portfolio/ankilan/ - - - - - Tasquare ☑ - https://redeyes.club/portfolio/tasquare/ - Wed, 01 Jan 2020 00:00:00 +0300 - - https://redeyes.club/portfolio/tasquare/ - - - - - Snake game 🐍 - https://redeyes.club/portfolio/snake/ - Fri, 01 Nov 2019 00:00:00 +0300 - - https://redeyes.club/portfolio/snake/ - The simple snake game which working on both desktop 🖥 and mobile 📲 - - - - - https://redeyes.club/home/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://redeyes.club/home/ - - - - - \ No newline at end of file diff --git a/public/music/index.html b/public/music/index.html deleted file mode 100644 index 1658cf4..0000000 --- a/public/music/index.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - Horhik's music - - - - - - - - - - - - - - - - - -
    - - -
    - -
    -
    - - - - -
    -
    - - diff --git a/public/music/index.xml b/public/music/index.xml deleted file mode 100644 index e28a61d..0000000 --- a/public/music/index.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - Horhik's music on Horhik's redeyes reason - https://redeyes.club/music/ - Recent content in Horhik's music on Horhik's redeyes reason - Hugo -- gohugo.io - en-us - Sun, 06 Jun 2021 00:00:00 +0000 - - - - - - Software should work (ru) - https://redeyes.club/music/software_should_work_ru/ - Sat, 13 Nov 2021 19:22:35 +0300 - - https://redeyes.club/music/software_should_work_ru/ - “софт должен просто работать” -Made with BespokeSynth -Your browser does not support the audio tag. - - - - \ No newline at end of file diff --git a/public/music/software_should_work.mp3 b/public/music/software_should_work.mp3 deleted file mode 100644 index 23034c5..0000000 Binary files a/public/music/software_should_work.mp3 and /dev/null differ diff --git a/public/music/software_should_work_ru/index.html b/public/music/software_should_work_ru/index.html deleted file mode 100644 index ae20476..0000000 --- a/public/music/software_should_work_ru/index.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - Software should work (ru) - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    Software should work (ru)

    - -
    -

    “софт должен просто работать”

    - -

    Made with BespokeSynth

    - -

    - -
    - - -
    -
    - - - - - diff --git a/public/page/1/index.html b/public/page/1/index.html deleted file mode 100644 index 469d2fc..0000000 --- a/public/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://redeyes.club/ \ No newline at end of file diff --git a/public/portfolio/ankilan/index.html b/public/portfolio/ankilan/index.html deleted file mode 100644 index 264f68c..0000000 --- a/public/portfolio/ankilan/index.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - AnkiLan ⭐ - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    AnkiLan ⭐

    - -
    - -
    - - -
    -
    - - - - - diff --git a/public/portfolio/hole/index.html b/public/portfolio/hole/index.html deleted file mode 100644 index 858f966..0000000 --- a/public/portfolio/hole/index.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - Hole chat 🐰 - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    Hole chat 🐰

    - -
    - -
    - - -
    -
    - - - - - diff --git a/public/portfolio/index.html b/public/portfolio/index.html deleted file mode 100644 index 17437a8..0000000 --- a/public/portfolio/index.html +++ /dev/null @@ -1,209 +0,0 @@ - - - - - O. George's portfolio - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - -
    - -
    - - diff --git a/public/portfolio/index.xml b/public/portfolio/index.xml deleted file mode 100644 index fee9c7a..0000000 --- a/public/portfolio/index.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - O. George's portfolio on Horhik's redeyes reason - https://redeyes.club/portfolio/ - Recent content in O. George's portfolio on Horhik's redeyes reason - Hugo -- gohugo.io - en-us - Sun, 06 Jun 2021 00:00:00 +0000 - - - - - - Hole chat 🐰 - https://redeyes.club/portfolio/hole/ - Sat, 01 May 2021 00:00:00 +0300 - - https://redeyes.club/portfolio/hole/ - - - - - AnkiLan ⭐ - https://redeyes.club/portfolio/ankilan/ - Fri, 01 May 2020 00:00:00 +0300 - - https://redeyes.club/portfolio/ankilan/ - - - - - Tasquare ☑ - https://redeyes.club/portfolio/tasquare/ - Wed, 01 Jan 2020 00:00:00 +0300 - - https://redeyes.club/portfolio/tasquare/ - - - - - Snake game 🐍 - https://redeyes.club/portfolio/snake/ - Fri, 01 Nov 2019 00:00:00 +0300 - - https://redeyes.club/portfolio/snake/ - The simple snake game which working on both desktop 🖥 and mobile 📲 - - - - \ No newline at end of file diff --git a/public/portfolio/snake/index.html b/public/portfolio/snake/index.html deleted file mode 100644 index 43117e2..0000000 --- a/public/portfolio/snake/index.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - Snake game 🐍 - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    Snake game 🐍

    - -
    -

    The simple snake game which working on both desktop 🖥 and mobile 📲

    - -
    -snake on desktop screenshot -snake on mobile screenshot -
    - -

    On mobile there’s a support for playing via swipes 👆

    - -
    - - - - - - - - - - - - -
    -
    - - - - - diff --git a/public/portfolio/snake/snake-desktop.png b/public/portfolio/snake/snake-desktop.png deleted file mode 100644 index 24b3f73..0000000 Binary files a/public/portfolio/snake/snake-desktop.png and /dev/null differ diff --git a/public/portfolio/snake/snake-mobile.png b/public/portfolio/snake/snake-mobile.png deleted file mode 100644 index 1378bfc..0000000 Binary files a/public/portfolio/snake/snake-mobile.png and /dev/null differ diff --git a/public/portfolio/tasquare/index.html b/public/portfolio/tasquare/index.html deleted file mode 100644 index dabf6d1..0000000 --- a/public/portfolio/tasquare/index.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - Tasquare ☑ - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    Tasquare ☑

    - -
    - -
    - - -
    -
    - - - - - diff --git a/public/posts/index.html b/public/posts/index.html deleted file mode 100644 index 67d0220..0000000 --- a/public/posts/index.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - Posts - - - - - - - - - - - - - - - - - -
    - - -
    - -
    -
    - - - - - - - -
    -
    - - diff --git a/public/posts/index.xml b/public/posts/index.xml deleted file mode 100644 index 533b9ce..0000000 --- a/public/posts/index.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - Posts on Horhik's redeyes reason - https://redeyes.club/posts/ - Recent content in Posts on Horhik's redeyes reason - Hugo -- gohugo.io - en-us - Thu, 21 Jan 2021 10:26:19 +0300 - - - - - - PyAutoGUI for simplifying anki routine - https://redeyes.club/posts/pyautogui-for-simplifying-anki-routine/ - Thu, 21 Jan 2021 10:26:19 +0300 - - https://redeyes.club/posts/pyautogui-for-simplifying-anki-routine/ - I had been adding some cards to Anki. It was lowercase word and word with stress in russian. - - - - Still nothing - https://redeyes.club/posts/theres-nothing/ - Thu, 21 Jan 2021 10:26:19 +0300 - - https://redeyes.club/posts/theres-nothing/ - NOTHING - - - - \ No newline at end of file diff --git a/public/posts/pyautogui-for-simplifying-anki-routine/index.html b/public/posts/pyautogui-for-simplifying-anki-routine/index.html deleted file mode 100644 index a4a2cb0..0000000 --- a/public/posts/pyautogui-for-simplifying-anki-routine/index.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - PyAutoGUI for simplifying anki routine - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    PyAutoGUI for simplifying anki routine

    - -
    -

    I had been adding some cards to Anki. -It was lowercase word and word with stress in russian. like торты тОрты.

    - -

    I’m lazy and i wrote two simple scripts. All what i have to do is input words with stress into a file.
    -First script for creating file with list of sequence of word with stress and lowercase word

    - -
    import os
    -f = open("/home/horhik/text.txt", 'r+')
    -lines = f.readlines()
    -for ind, line in enumerate(lines):
    -    print(line.lower(), " ", line)
    -
    - -

    After, i just pushed output to file and opened it it Emacs.

    - -

    Second script automatizing adding cards to Anki.
    -I split my window by Anki “add card” window and Emacs. As i use evil mode in Emacs, script looks like that:

    - -
    import pyautogui
    -
    -import os
    -while(True):
    -    pyautogui.hotkey("winleft", 'j') # toggle window
    -    pyautogui.press(["v", "$", "y"]) # copy string
    -    pyautogui.hotkey("winleft", 'j') # toggle window
    -    pyautogui.hotkey("ctrl", 'v')    # past text
    -    pyautogui.press("tab")           # next input field
    -    pyautogui.hotkey("winleft", 'j') # toggle window
    -    pyautogui.press(["j","0", "w", "v" , "$", "y", "0", "j", "j" ])
    -						         # move to next line beginning, copy it and go to next occurence
    -    pyautogui.hotkey("winleft", 'j') # toggle window
    -    pyautogui.hotkey("ctrl", 'v')    # paste text
    -    pyautogui.press("tab")           # ...
    -    pyautogui.press("tab")           # ...
    -    pyautogui.press("tab")           # ...
    -    pyautogui.press("tab")           # ... way to submit button
    -    pyautogui.press("space")         # pressing submit button
    -
    - -

    while(true) was my mistake. I launched script in terminal, with sleep 3 seconds before.
    -But i couldn’t shut script down without any strange effect when i opening not only 2 windows in my Window Manager.
    -Some strange things happen before I cached terminal and pressed Ctrl+C

    - -
    - - -
    -
    - - - - - diff --git a/public/posts/theres-nothing/index.html b/public/posts/theres-nothing/index.html deleted file mode 100644 index 3fb5a63..0000000 --- a/public/posts/theres-nothing/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - Still nothing - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    Still nothing

    - -
    - - -

    NOTHING

    - -
    - - -
    -
    - - - - - diff --git a/public/site/https/github.com/hole-chat/core/blob/master/readme.md/index.html b/public/site/https/github.com/hole-chat/core/blob/master/readme.md/index.html deleted file mode 100644 index 71d4219..0000000 --- a/public/site/https/github.com/hole-chat/core/blob/master/readme.md/index.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - Https//Github.com/Hole Chat/Core/Blob/Master/Readme.md - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    Https//Github.com/Hole Chat/Core/Blob/Master/Readme.md

    - -
    - - - -
  • -

    - Hole chat 🐰 -

    -

    Decentralized messenger over Freenet network

    - - - - -
  • - - -
    - -1 of 1 - -
    - -
    - - - - - - - diff --git a/public/site/https/github.com/hole-chat/core/blob/master/readme.md/index.xml b/public/site/https/github.com/hole-chat/core/blob/master/readme.md/index.xml deleted file mode 100644 index 0d791ed..0000000 --- a/public/site/https/github.com/hole-chat/core/blob/master/readme.md/index.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - Https//Github.com/Hole Chat/Core/Blob/Master/Readme.md on Horhik's redeyes reason - https://redeyes.club/site/https/github.com/hole-chat/core/blob/master/readme.md/ - Recent content in Https//Github.com/Hole Chat/Core/Blob/Master/Readme.md on Horhik's redeyes reason - Hugo -- gohugo.io - en-us - Sat, 01 May 2021 00:00:00 +0300 - - - - - - Hole chat 🐰 - https://redeyes.club/portfolio/hole/ - Sat, 01 May 2021 00:00:00 +0300 - - https://redeyes.club/portfolio/hole/ - - - - - \ No newline at end of file diff --git a/public/site/https/github.com/hole-chat/core/blob/master/readme.md/page/1/index.html b/public/site/https/github.com/hole-chat/core/blob/master/readme.md/page/1/index.html deleted file mode 100644 index 239c86a..0000000 --- a/public/site/https/github.com/hole-chat/core/blob/master/readme.md/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://redeyes.club/site/https/github.com/hole-chat/core/blob/master/readme.md/ \ No newline at end of file diff --git a/public/site/https/snake.horhik.xyz/index.html b/public/site/https/snake.horhik.xyz/index.html deleted file mode 100644 index 0509291..0000000 --- a/public/site/https/snake.horhik.xyz/index.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - Https//Snake.horhik.xyz/ - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    Https//Snake.horhik.xyz/

    - -
    - - - -
  • -

    - Snake game 🐍 -

    -

    Snake game written with P5js

    - - - - - - - - -
  • - - -
    - -1 of 1 - -
    - -
    - - - - - - - diff --git a/public/site/https/snake.horhik.xyz/index.xml b/public/site/https/snake.horhik.xyz/index.xml deleted file mode 100644 index 9ab0e3b..0000000 --- a/public/site/https/snake.horhik.xyz/index.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - Https//Snake.horhik.xyz/ on Horhik's redeyes reason - https://redeyes.club/site/https/snake.horhik.xyz/ - Recent content in Https//Snake.horhik.xyz/ on Horhik's redeyes reason - Hugo -- gohugo.io - en-us - Fri, 01 Nov 2019 00:00:00 +0300 - - - - - - Snake game 🐍 - https://redeyes.club/portfolio/snake/ - Fri, 01 Nov 2019 00:00:00 +0300 - - https://redeyes.club/portfolio/snake/ - The simple snake game which working on both desktop 🖥 and mobile 📲 - - - - \ No newline at end of file diff --git a/public/site/https/snake.horhik.xyz/page/1/index.html b/public/site/https/snake.horhik.xyz/page/1/index.html deleted file mode 100644 index 696106a..0000000 --- a/public/site/https/snake.horhik.xyz/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://redeyes.club/site/https/snake.horhik.xyz/ \ No newline at end of file diff --git a/public/site/https/tasquare.horhik.xyz/index.html b/public/site/https/tasquare.horhik.xyz/index.html deleted file mode 100644 index 5bbfd2c..0000000 --- a/public/site/https/tasquare.horhik.xyz/index.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - Https//Tasquare.horhik.xyz/ - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    Https//Tasquare.horhik.xyz/

    - -
    - - - -
  • -

    - Tasquare ☑ -

    -

    TODO app with timer written on React

    - - - - -
  • - - -
    - -1 of 1 - -
    - -
    - - - - - - - diff --git a/public/site/https/tasquare.horhik.xyz/index.xml b/public/site/https/tasquare.horhik.xyz/index.xml deleted file mode 100644 index ebfe860..0000000 --- a/public/site/https/tasquare.horhik.xyz/index.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - Https//Tasquare.horhik.xyz/ on Horhik's redeyes reason - https://redeyes.club/site/https/tasquare.horhik.xyz/ - Recent content in Https//Tasquare.horhik.xyz/ on Horhik's redeyes reason - Hugo -- gohugo.io - en-us - Wed, 01 Jan 2020 00:00:00 +0300 - - - - - - Tasquare ☑ - https://redeyes.club/portfolio/tasquare/ - Wed, 01 Jan 2020 00:00:00 +0300 - - https://redeyes.club/portfolio/tasquare/ - - - - - \ No newline at end of file diff --git a/public/site/https/tasquare.horhik.xyz/page/1/index.html b/public/site/https/tasquare.horhik.xyz/page/1/index.html deleted file mode 100644 index a3882f6..0000000 --- a/public/site/https/tasquare.horhik.xyz/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://redeyes.club/site/https/tasquare.horhik.xyz/ \ No newline at end of file diff --git a/public/site/index.html b/public/site/index.html deleted file mode 100644 index 99bdfa3..0000000 --- a/public/site/index.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - Site - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    Site

    - -
    - - - -
    -
    - Https//Github.com/Hole Chat/Core/Blob/Master/Readme.md -
    - - -
    - - -
    -
    - Https//Snake.horhik.xyz/ -
    - - -
    - - -
    -
    - Https//Tasquare.horhik.xyz/ -
    - - -
    - - -
    - -1 of 1 - -
    - -
    - - - - - - - diff --git a/public/site/index.xml b/public/site/index.xml deleted file mode 100644 index 48e5006..0000000 --- a/public/site/index.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - Site on Horhik's redeyes reason - https://redeyes.club/site/ - Recent content in Site on Horhik's redeyes reason - Hugo -- gohugo.io - en-us - Sat, 01 May 2021 00:00:00 +0300 - - - - - - Https//Github.com/Hole Chat/Core/Blob/Master/Readme.md - https://redeyes.club/site/https/github.com/hole-chat/core/blob/master/readme.md/ - Sat, 01 May 2021 00:00:00 +0300 - - https://redeyes.club/site/https/github.com/hole-chat/core/blob/master/readme.md/ - - - - - Https//Snake.horhik.xyz/ - https://redeyes.club/site/https/snake.horhik.xyz/ - Fri, 01 Nov 2019 00:00:00 +0300 - - https://redeyes.club/site/https/snake.horhik.xyz/ - - - - - Https//Tasquare.horhik.xyz/ - https://redeyes.club/site/https/tasquare.horhik.xyz/ - Wed, 01 Jan 2020 00:00:00 +0300 - - https://redeyes.club/site/https/tasquare.horhik.xyz/ - - - - - \ No newline at end of file diff --git a/public/site/page/1/index.html b/public/site/page/1/index.html deleted file mode 100644 index 78e8cd2..0000000 --- a/public/site/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://redeyes.club/site/ \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml deleted file mode 100644 index 357e204..0000000 --- a/public/sitemap.xml +++ /dev/null @@ -1,142 +0,0 @@ - - - - - https://redeyes.club/music/software_should_work_ru/ - 2021-11-13T19:22:35+03:00 - - - - https://redeyes.club/music/ - 2021-06-06T00:00:00+00:00 - - - - https://redeyes.club/portfolio/ - 2021-06-06T00:00:00+00:00 - - - - https://redeyes.club/portfolio/hole/ - 2021-05-01T00:00:00+03:00 - - - - https://redeyes.club/posts/pyautogui-for-simplifying-anki-routine/ - 2021-01-21T10:26:19+03:00 - - - - https://redeyes.club/posts/theres-nothing/ - 2021-01-21T10:26:19+03:00 - - - - https://redeyes.club/portfolio/ankilan/ - 2020-05-01T00:00:00+03:00 - - - - https://redeyes.club/portfolio/tasquare/ - 2020-01-01T00:00:00+03:00 - - - - https://redeyes.club/portfolio/snake/ - 2019-11-01T00:00:00+03:00 - - - - https://redeyes.club/home/ - - - - https://redeyes.club/categories/ - 0 - - - - https://redeyes.club/tags/game/ - 2019-11-01T00:00:00+03:00 - 0 - - - - https://redeyes.club/github/ - 0 - - - - https://redeyes.club/ - 2021-11-13T19:22:35+03:00 - 0 - - - - https://redeyes.club/github/https/github.com/hole-chat/ - 2021-05-01T00:00:00+03:00 - 0 - - - - https://redeyes.club/site/https/github.com/hole-chat/core/blob/master/readme.md/ - 2021-05-01T00:00:00+03:00 - 0 - - - - https://redeyes.club/github/https/github.com/horhik/ankilan/ - 2020-05-01T00:00:00+03:00 - 0 - - - - https://redeyes.club/github/https/github.com/horhik/snake/ - 2019-11-01T00:00:00+03:00 - 0 - - - - https://redeyes.club/github/https/github.com/horhik/tasquare/ - 2020-01-01T00:00:00+03:00 - 0 - - - - https://redeyes.club/site/https/snake.horhik.xyz/ - 2019-11-01T00:00:00+03:00 - 0 - - - - https://redeyes.club/site/https/tasquare.horhik.xyz/ - 2020-01-01T00:00:00+03:00 - 0 - - - - https://redeyes.club/tags/javascript/ - 2019-11-01T00:00:00+03:00 - 0 - - - - https://redeyes.club/posts/ - 2021-01-21T10:26:19+03:00 - 0 - - - - https://redeyes.club/site/ - 2021-05-01T00:00:00+03:00 - 0 - - - - https://redeyes.club/tags/ - 2019-11-01T00:00:00+03:00 - 0 - - - \ No newline at end of file diff --git a/public/tags/game/index.html b/public/tags/game/index.html deleted file mode 100644 index f891120..0000000 --- a/public/tags/game/index.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - Game - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    Game

    - -
    - - - -
  • -

    - Snake game 🐍 -

    -

    Snake game written with P5js

    - - - - - - - - -
  • - - -
    - -1 of 1 - -
    - -
    - - - - - - - diff --git a/public/tags/game/index.xml b/public/tags/game/index.xml deleted file mode 100644 index 0408b48..0000000 --- a/public/tags/game/index.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - Game on Horhik's redeyes reason - https://redeyes.club/tags/game/ - Recent content in Game on Horhik's redeyes reason - Hugo -- gohugo.io - en-us - Fri, 01 Nov 2019 00:00:00 +0300 - - - - - - Snake game 🐍 - https://redeyes.club/portfolio/snake/ - Fri, 01 Nov 2019 00:00:00 +0300 - - https://redeyes.club/portfolio/snake/ - The simple snake game which working on both desktop 🖥 and mobile 📲 - - - - \ No newline at end of file diff --git a/public/tags/game/page/1/index.html b/public/tags/game/page/1/index.html deleted file mode 100644 index 3fc9482..0000000 --- a/public/tags/game/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://redeyes.club/tags/game/ \ No newline at end of file diff --git a/public/tags/index.html b/public/tags/index.html deleted file mode 100644 index fbb6e55..0000000 --- a/public/tags/index.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - Tags - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    Tags

    - -
    - - - -
    -
    - Game -
    - - -
    - - -
    -
    - Javascript -
    - - -
    - - -
    - -1 of 1 - -
    - -
    - - - - - - - diff --git a/public/tags/index.xml b/public/tags/index.xml deleted file mode 100644 index 5031654..0000000 --- a/public/tags/index.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - Tags on Horhik's redeyes reason - https://redeyes.club/tags/ - Recent content in Tags on Horhik's redeyes reason - Hugo -- gohugo.io - en-us - Fri, 01 Nov 2019 00:00:00 +0300 - - - - - - Game - https://redeyes.club/tags/game/ - Fri, 01 Nov 2019 00:00:00 +0300 - - https://redeyes.club/tags/game/ - - - - - Javascript - https://redeyes.club/tags/javascript/ - Fri, 01 Nov 2019 00:00:00 +0300 - - https://redeyes.club/tags/javascript/ - - - - - \ No newline at end of file diff --git a/public/tags/javascript/index.html b/public/tags/javascript/index.html deleted file mode 100644 index 422624e..0000000 --- a/public/tags/javascript/index.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - Javascript - - - - - - - - - - - - - - - - - - - - - -
    - - -
    - - -
    - -
    -

    Javascript

    - -
    - - - -
  • -

    - Snake game 🐍 -

    -

    Snake game written with P5js

    - - - - - - - - -
  • - - -
    - -1 of 1 - -
    - -
    - - - - - - - diff --git a/public/tags/javascript/index.xml b/public/tags/javascript/index.xml deleted file mode 100644 index a3ea971..0000000 --- a/public/tags/javascript/index.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - Javascript on Horhik's redeyes reason - https://redeyes.club/tags/javascript/ - Recent content in Javascript on Horhik's redeyes reason - Hugo -- gohugo.io - en-us - Fri, 01 Nov 2019 00:00:00 +0300 - - - - - - Snake game 🐍 - https://redeyes.club/portfolio/snake/ - Fri, 01 Nov 2019 00:00:00 +0300 - - https://redeyes.club/portfolio/snake/ - The simple snake game which working on both desktop 🖥 and mobile 📲 - - - - \ No newline at end of file diff --git a/public/tags/javascript/page/1/index.html b/public/tags/javascript/page/1/index.html deleted file mode 100644 index 9b65334..0000000 --- a/public/tags/javascript/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://redeyes.club/tags/javascript/ \ No newline at end of file diff --git a/public/tags/page/1/index.html b/public/tags/page/1/index.html deleted file mode 100644 index 82f7939..0000000 --- a/public/tags/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://redeyes.club/tags/ \ No newline at end of file