return simplex chat to the contacts
This commit is contained in:
parent
965d21984f
commit
5136f457f1
19 changed files with 113 additions and 106 deletions
4
Makefile
4
Makefile
|
@ -6,14 +6,14 @@ help:
|
|||
|
||||
.PHONY: build
|
||||
build:
|
||||
pnpm run docs:build --dest $(PREFIX)
|
||||
pnpm run build --dest $(PREFIX)
|
||||
|
||||
.PHONY: install
|
||||
install: build
|
||||
|
||||
.PHONY: dev
|
||||
dev:
|
||||
pnpm run docs:dev
|
||||
pnpm run dev
|
||||
|
||||
.PHONY: deps
|
||||
deps:
|
||||
|
|
26
dist/404.html
vendored
26
dist/404.html
vendored
|
@ -3,41 +3,41 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<meta name="generator" content="VuePress 2.0.0-rc.14" />
|
||||
<meta name="generator" content="VuePress 2.0.0-rc.15" />
|
||||
<style>
|
||||
:root {
|
||||
--c-bg: #fff;
|
||||
--vp-c-bg: #fff;
|
||||
}
|
||||
|
||||
html.dark {
|
||||
--c-bg: #22272e;
|
||||
[data-theme='dark'] {
|
||||
--vp-c-bg: #22272e;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
background-color: var(--c-bg);
|
||||
background-color: var(--vp-c-bg);
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
const userMode = localStorage.getItem('vuepress-color-scheme')
|
||||
const systemDarkMode =
|
||||
window.matchMedia &&
|
||||
window.matchMedia('(prefers-color-scheme: dark)').matches
|
||||
'matchMedia' in window
|
||||
? window.matchMedia('(prefers-color-scheme: dark)').matches
|
||||
: false
|
||||
|
||||
if (userMode === 'light') {
|
||||
document.documentElement.dataset.theme = 'light'
|
||||
} else if (userMode === 'dark' || systemDarkMode) {
|
||||
document.documentElement.classList.toggle('dark', true)
|
||||
document.documentElement.dataset.theme = 'dark'
|
||||
}
|
||||
</script>
|
||||
<meta property="og:url" content="https://pleshevski.ru/404.html"><meta property="og:site_name" content="Дмитрий Плешевский"><meta property="og:type" content="website"><meta property="og:locale" content="ru-RU"><script type="application/ld+json">{"@context":"https://schema.org","@type":"WebPage","name":""}</script><title>Дмитрий Плешевский</title><meta name="description" content=" ">
|
||||
<link rel="preload" href="/assets/style-BACGJ9Qw.css" as="style"><link rel="stylesheet" href="/assets/style-BACGJ9Qw.css">
|
||||
<link rel="modulepreload" href="/assets/app-CICBSUru.js"><link rel="modulepreload" href="/assets/404.html-Dwh2w4FP.js">
|
||||
<link rel="prefetch" href="/assets/index.html-CRXC2eW2.js" as="script"><link rel="prefetch" href="/assets/works.html-dR21TKIc.js" as="script"><link rel="prefetch" href="/assets/index.html-D2WI0AD-.js" as="script"><link rel="prefetch" href="/assets/works.html-ClPWTWbv.js" as="script">
|
||||
<link rel="preload" href="/assets/style-DOZUTAXU.css" as="style"><link rel="stylesheet" href="/assets/style-DOZUTAXU.css">
|
||||
<link rel="modulepreload" href="/assets/app-YqJ2N5FF.js"><link rel="modulepreload" href="/assets/404.html-K48krAc8.js">
|
||||
<link rel="prefetch" href="/assets/index.html-D3SBAZ5R.js" as="script"><link rel="prefetch" href="/assets/works.html-DDM5nDLC.js" as="script"><link rel="prefetch" href="/assets/index.html-BCgSEOwK.js" as="script"><link rel="prefetch" href="/assets/works.html-EdO4hOM5.js" as="script">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"><!--[--><div class="vp-theme-container" data-v-056523ff><main class="page" data-v-056523ff><div class="theme-default-content" data-v-056523ff><h1 data-v-056523ff>404</h1><blockquote data-v-056523ff>Верните страницу!</blockquote><a class="route-link" href="/" data-v-056523ff>Вернуться на главную</a></div></main></div><!--[--><!----><!--]--><!--]--></div>
|
||||
<script type="module" src="/assets/app-CICBSUru.js" defer></script>
|
||||
<div id="app"><!--[--><div class="vp-theme-container" vp-container data-v-1c3b23e8><main class="page" data-v-1c3b23e8><div class="theme-default-content" vp-content data-v-1c3b23e8><h1 data-v-1c3b23e8>404</h1><blockquote data-v-1c3b23e8>Мы потеряли страницу...</blockquote><a class="route-link" href="/" data-v-1c3b23e8>Вернуться на главную</a></div></main></div><!--[--><!----><!--]--><!--]--></div>
|
||||
<script type="module" src="/assets/app-YqJ2N5FF.js" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1 +1 @@
|
|||
import{_ as t,c as e,o,a}from"./app-CICBSUru.js";const n={},r=a("p",null,"404 Not Found",-1),c=[r];function s(l,p){return o(),e("div",null,c)}const i=t(n,[["render",s],["__file","404.html.vue"]]),m=JSON.parse('{"path":"/404.html","title":"","lang":"ru-RU","frontmatter":{"layout":"NotFound","head":[["meta",{"property":"og:url","content":"https://pleshevski.ru/404.html"}],["meta",{"property":"og:site_name","content":"Дмитрий Плешевский"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"ru-RU"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"\\"}"]]},"headers":[],"git":{},"filePathRelative":null}');export{i as comp,m as data};
|
||||
import{_ as t,c as e,o,a}from"./app-YqJ2N5FF.js";const n={},r=a("p",null,"404 Not Found",-1),c=[r];function s(l,p){return o(),e("div",null,c)}const i=t(n,[["render",s],["__file","404.html.vue"]]),m=JSON.parse('{"path":"/404.html","title":"","lang":"ru-RU","frontmatter":{"layout":"NotFound","head":[["meta",{"property":"og:url","content":"https://pleshevski.ru/404.html"}],["meta",{"property":"og:site_name","content":"Дмитрий Плешевский"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"ru-RU"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"\\"}"]]},"headers":[],"git":{},"filePathRelative":null}');export{i as comp,m as data};
|
30
dist/assets/app-CICBSUru.js
vendored
30
dist/assets/app-CICBSUru.js
vendored
File diff suppressed because one or more lines are too long
30
dist/assets/app-YqJ2N5FF.js
vendored
Normal file
30
dist/assets/app-YqJ2N5FF.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
dist/assets/index.html-CRXC2eW2.js
vendored
1
dist/assets/index.html-CRXC2eW2.js
vendored
File diff suppressed because one or more lines are too long
1
dist/assets/index.html-D3SBAZ5R.js
vendored
Normal file
1
dist/assets/index.html-D3SBAZ5R.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/assets/style-BACGJ9Qw.css
vendored
1
dist/assets/style-BACGJ9Qw.css
vendored
File diff suppressed because one or more lines are too long
1
dist/assets/style-DOZUTAXU.css
vendored
Normal file
1
dist/assets/style-DOZUTAXU.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
28
dist/eng/index.html
vendored
28
dist/eng/index.html
vendored
File diff suppressed because one or more lines are too long
26
dist/eng/works.html
vendored
26
dist/eng/works.html
vendored
File diff suppressed because one or more lines are too long
28
dist/index.html
vendored
28
dist/index.html
vendored
File diff suppressed because one or more lines are too long
2
dist/sitemap.xml
vendored
2
dist/sitemap.xml
vendored
|
@ -1,3 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>https://pleshevski.ru/</loc><lastmod>2024-08-07T07:36:38.000Z</lastmod><changefreq>monthly</changefreq><xhtml:link rel="alternate" hreflang="ru-RU" href="https://pleshevski.ru/"/><xhtml:link rel="alternate" hreflang="en-US" href="https://pleshevski.ru/eng/"/></url><url><loc>https://pleshevski.ru/works.html</loc><lastmod>2024-08-07T08:48:54.000Z</lastmod><changefreq>monthly</changefreq><xhtml:link rel="alternate" hreflang="ru-RU" href="https://pleshevski.ru/works.html"/><xhtml:link rel="alternate" hreflang="en-US" href="https://pleshevski.ru/eng/works.html"/></url><url><loc>https://pleshevski.ru/eng/</loc><lastmod>2024-08-07T07:36:38.000Z</lastmod><changefreq>monthly</changefreq><xhtml:link rel="alternate" hreflang="ru-RU" href="https://pleshevski.ru/"/><xhtml:link rel="alternate" hreflang="en-US" href="https://pleshevski.ru/eng/"/></url><url><loc>https://pleshevski.ru/eng/works.html</loc><lastmod>2024-08-07T08:48:54.000Z</lastmod><changefreq>monthly</changefreq><xhtml:link rel="alternate" hreflang="ru-RU" href="https://pleshevski.ru/works.html"/><xhtml:link rel="alternate" hreflang="en-US" href="https://pleshevski.ru/eng/works.html"/></url></urlset>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>https://pleshevski.ru/</loc><lastmod>2024-09-05T22:11:51.000Z</lastmod><changefreq>monthly</changefreq><xhtml:link rel="alternate" hreflang="ru-RU" href="https://pleshevski.ru/"/><xhtml:link rel="alternate" hreflang="en-US" href="https://pleshevski.ru/eng/"/></url><url><loc>https://pleshevski.ru/works.html</loc><lastmod>2024-08-07T08:48:54.000Z</lastmod><changefreq>monthly</changefreq><xhtml:link rel="alternate" hreflang="ru-RU" href="https://pleshevski.ru/works.html"/><xhtml:link rel="alternate" hreflang="en-US" href="https://pleshevski.ru/eng/works.html"/></url><url><loc>https://pleshevski.ru/eng/</loc><lastmod>2024-09-05T22:11:51.000Z</lastmod><changefreq>monthly</changefreq><xhtml:link rel="alternate" hreflang="ru-RU" href="https://pleshevski.ru/"/><xhtml:link rel="alternate" hreflang="en-US" href="https://pleshevski.ru/eng/"/></url><url><loc>https://pleshevski.ru/eng/works.html</loc><lastmod>2024-08-07T08:48:54.000Z</lastmod><changefreq>monthly</changefreq><xhtml:link rel="alternate" hreflang="ru-RU" href="https://pleshevski.ru/works.html"/><xhtml:link rel="alternate" hreflang="en-US" href="https://pleshevski.ru/eng/works.html"/></url></urlset>
|
26
dist/works.html
vendored
26
dist/works.html
vendored
File diff suppressed because one or more lines are too long
|
@ -96,6 +96,10 @@ Besides programming, I love to cook and spend time with my beloved family!
|
|||
|
||||
## Contacts
|
||||
|
||||
Simplex (Prefer): [Dmitriy
|
||||
Pleshevskiy](https://simplex.chat/contact#/?v=2-7&smp=smp%3A%2F%2FZKe4uxF4Z_aLJJOEsC-Y6hSkXgQS5-oc442JQGkyP8M%3D%40smp17.simplex.im%2F8JE7lkP68DZG-1DP8U8_njTlIz9fzRzf%23%2F%3Fv%3D1-3%26dh%3DMCowBQYDK2VuAyEAxdWiN9so1FqPVTsKhS4Y2OK80zzUvsIZ1Yo77kYV6Co%253D%26srv%3Dogtwfxyi3h2h5weftjjpjmxclhb5ugufa5rcyrmg7j4xlch7qsr5nuqd.onion)
|
||||
|
||||
|
||||
Telegram: [Dmitriy Pleshevskiy](https://telegram.me/da_pranaya)
|
||||
|
||||
Matrix: `@pleshevskiy:matrix.org`
|
||||
|
|
|
@ -98,6 +98,9 @@ Open-source проекты - моя страсть! Разрабатываю, п
|
|||
|
||||
## Контакты
|
||||
|
||||
Simplex (Предпочтительно): [Dmitriy
|
||||
Pleshevskiy](https://simplex.chat/contact#/?v=2-7&smp=smp%3A%2F%2FZKe4uxF4Z_aLJJOEsC-Y6hSkXgQS5-oc442JQGkyP8M%3D%40smp17.simplex.im%2F8JE7lkP68DZG-1DP8U8_njTlIz9fzRzf%23%2F%3Fv%3D1-3%26dh%3DMCowBQYDK2VuAyEAxdWiN9so1FqPVTsKhS4Y2OK80zzUvsIZ1Yo77kYV6Co%253D%26srv%3Dogtwfxyi3h2h5weftjjpjmxclhb5ugufa5rcyrmg7j4xlch7qsr5nuqd.onion)
|
||||
|
||||
Telegram: [Dmitriy Pleshevskiy](https://telegram.me/da_pranaya)
|
||||
|
||||
Matrix: `@pleshevskiy:matrix.org`
|
||||
|
|
Loading…
Reference in a new issue