Updated wedding invitation content and added translations
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
public/
|
|
||||||
resources/_gen/
|
resources/_gen/
|
||||||
.hugo_build.lock
|
.hugo_build.lock
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
Executable → Regular
Executable
+23
@@ -0,0 +1,23 @@
|
|||||||
|
+++
|
||||||
|
title = "Hochzeit von Stefan und Mariia"
|
||||||
|
layout = "wedding"
|
||||||
|
|
||||||
|
[event]
|
||||||
|
date = "2026-08-15"
|
||||||
|
ceremony_time = "14:00"
|
||||||
|
reception_time = "17:00"
|
||||||
|
venue = "Helsinki, Finnland"
|
||||||
|
map_embed = """<iframe src="https://maps.google.com/?q=Helsinki,+Finland&z=12&output=embed" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>"""
|
||||||
|
|
||||||
|
[rsvp]
|
||||||
|
deadline = "30. Juni"
|
||||||
|
email = "test@example.com"
|
||||||
|
form = "https://example.com/rsvp-form"
|
||||||
|
|
||||||
|
details = "Kleiderordnung: Smart casual. Bitte bringen Sie eine leichte Jacke mit, da es am Abend kühl werden könnte."
|
||||||
|
|
||||||
|
+++
|
||||||
|
|
||||||
|
Wir freuen uns, Sie zur Hochzeit von Stefan und Mariia einzuladen! Feiern Sie mit uns diesen besonderen Tag voller Liebe, Freude und wundervoller Erinnerungen.
|
||||||
|
|
||||||
|
Wir freuen uns darauf, Sie dort zu sehen!
|
||||||
Executable
+23
@@ -0,0 +1,23 @@
|
|||||||
|
+++
|
||||||
|
title = "Marriage of Stefan and Mariia"
|
||||||
|
layout = "wedding"
|
||||||
|
|
||||||
|
[event]
|
||||||
|
date = "2026-08-15"
|
||||||
|
ceremony_time = "14:00"
|
||||||
|
reception_time = "17:00"
|
||||||
|
venue = "Helsinki, Finland"
|
||||||
|
map_embed = """<iframe src="https://maps.google.com/?q=Helsinki,+Finland&z=12&output=embed" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>"""
|
||||||
|
|
||||||
|
[rsvp]
|
||||||
|
deadline = "June 30"
|
||||||
|
email = "test@example.com"
|
||||||
|
form = "https://example.com/rsvp-form"
|
||||||
|
|
||||||
|
details = "Dress code: Smart casual. Please bring a light jacket, as the evening might get chilly."
|
||||||
|
|
||||||
|
+++
|
||||||
|
|
||||||
|
We are happy to invite you to the wedding of Stefan and Mariia! Join us in celebrating this special day with love, joy, and wonderful memories.
|
||||||
|
|
||||||
|
We look forward to seeing you there!
|
||||||
Executable
+23
@@ -0,0 +1,23 @@
|
|||||||
|
+++
|
||||||
|
title = "Свадьба Стефана и Марии"
|
||||||
|
layout = "wedding"
|
||||||
|
|
||||||
|
[event]
|
||||||
|
date = "2026-08-15"
|
||||||
|
ceremony_time = "14:00"
|
||||||
|
reception_time = "17:00"
|
||||||
|
venue = "Хельсинки, Финляндия"
|
||||||
|
map_embed = """<iframe src="https://maps.google.com/?q=Helsinki,+Finland&z=12&output=embed" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>"""
|
||||||
|
|
||||||
|
[rsvp]
|
||||||
|
deadline = "30 июня"
|
||||||
|
email = "test@example.com"
|
||||||
|
form = "https://example.com/rsvp-form"
|
||||||
|
|
||||||
|
details = "Дресс-код: Smart casual. Пожалуйста, возьмите с собой легкую куртку, так как вечер может быть прохладным."
|
||||||
|
|
||||||
|
+++
|
||||||
|
|
||||||
|
С радостью приглашаем вас на свадьбу Стефана и Мариии! Присоединяйтесь к нам, чтобы отпраздновать этот особенный день, наполненный любовью, радостью и незабываемыми воспоминаниями.
|
||||||
|
|
||||||
|
С нетерпением ждем встречи с вами!
|
||||||
Executable → Regular
@@ -1,2 +1,14 @@
|
|||||||
redirect_message = "Weiterleitung zu {{ .URL }} in {{ .Seconds }} Sekunden..."
|
redirect_message = "Weiterleitung zu {{ .URL }} in {{ .Seconds }} Sekunden..."
|
||||||
click_here_redirect = "Hier klicken, falls Sie nicht weitergeleitet werden"
|
click_here_redirect = "Hier klicken, falls Sie nicht weitergeleitet werden"
|
||||||
|
countdown_title = "Countdown zu unserer Hochzeit"
|
||||||
|
event_title = "Veranstaltung"
|
||||||
|
ceremony = "Zeremonie"
|
||||||
|
reception = "Empfang"
|
||||||
|
location = "Ort"
|
||||||
|
rsvp_title = "RSVP"
|
||||||
|
rsvp_deadline = "Bitte antworten bis"
|
||||||
|
rsvp_email = "E-Mail"
|
||||||
|
rsvp_form = "RSVP Formular"
|
||||||
|
details_title = "Details"
|
||||||
|
footer_message = "Wir freuen uns darauf, mit euch zu feiern ❤️"
|
||||||
|
big_day = "Der große Tag ist da!"
|
||||||
|
|||||||
Regular → Executable
+12
@@ -1,2 +1,14 @@
|
|||||||
redirect_message = "Redirecting to {{ .URL }} in {{ .Seconds }} seconds..."
|
redirect_message = "Redirecting to {{ .URL }} in {{ .Seconds }} seconds..."
|
||||||
click_here_redirect = "Click here if you are not redirected"
|
click_here_redirect = "Click here if you are not redirected"
|
||||||
|
countdown_title = "Countdown to our Wedding"
|
||||||
|
event_title = "Event"
|
||||||
|
ceremony = "Ceremony"
|
||||||
|
reception = "Reception"
|
||||||
|
location = "Location"
|
||||||
|
rsvp_title = "RSVP"
|
||||||
|
rsvp_deadline = "Please respond by"
|
||||||
|
rsvp_email = "Email"
|
||||||
|
rsvp_form = "RSVP Form"
|
||||||
|
details_title = "Details"
|
||||||
|
footer_message = "We look forward to celebrating with you ❤️"
|
||||||
|
big_day = "The big day is here!"
|
||||||
|
|||||||
Regular → Executable
+12
@@ -1,2 +1,14 @@
|
|||||||
redirect_message = "Перенаправление на {{ .URL }} через {{ .Seconds }} секунд..."
|
redirect_message = "Перенаправление на {{ .URL }} через {{ .Seconds }} секунд..."
|
||||||
click_here_redirect = "Нажмите здесь, если перенаправление не произошло"
|
click_here_redirect = "Нажмите здесь, если перенаправление не произошло"
|
||||||
|
countdown_title = "Обратный отсчет до нашей свадьбы"
|
||||||
|
event_title = "Мероприятие"
|
||||||
|
ceremony = "Церемония"
|
||||||
|
reception = "Прием"
|
||||||
|
location = "Место"
|
||||||
|
rsvp_title = "RSVP"
|
||||||
|
rsvp_deadline = "Пожалуйста, ответьте до"
|
||||||
|
rsvp_email = "Электронная почта"
|
||||||
|
rsvp_form = "Форма RSVP"
|
||||||
|
details_title = "Детали"
|
||||||
|
footer_message = "Мы с нетерпением ждем встречи с вами ❤️"
|
||||||
|
big_day = "Наступил великий день!"
|
||||||
|
|||||||
Executable → Regular
Executable
+177
@@ -0,0 +1,177 @@
|
|||||||
|
{{ define "content" }}
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.wedding-container {
|
||||||
|
max-width: 800px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 2rem;
|
||||||
|
font-family: system-ui, sans-serif;
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero {
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero img {
|
||||||
|
width: 100%;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero h1 {
|
||||||
|
font-size: 2.5rem;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero .date {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section {
|
||||||
|
margin-bottom: 2.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section h2 {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
|
padding-bottom: 0.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.map iframe {
|
||||||
|
width: 100%;
|
||||||
|
height: 400px;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rsvp {
|
||||||
|
background: #f8f8f8;
|
||||||
|
padding: 1rem;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.countdown {
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 3rem;
|
||||||
|
color: #888;
|
||||||
|
font-size: 1rem;
|
||||||
|
padding-top: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer a {
|
||||||
|
color: #0066cc;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="wedding-container">
|
||||||
|
|
||||||
|
<!-- Countdown Timer -->
|
||||||
|
<div class="countdown">
|
||||||
|
<h3>{{ i18n "countdown_title" }}</h3>
|
||||||
|
<p id="timer"></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Hero -->
|
||||||
|
<div class="hero">
|
||||||
|
<img src="/images/header-image.jpg" alt="Wedding Header Image">
|
||||||
|
<h1>{{ .Title }}</h1>
|
||||||
|
<div class="date">
|
||||||
|
{{ .Params.event.date | time.Format .Site.Language.Lang | default "January 2, 2006" }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Intro -->
|
||||||
|
{{ if .Content }}
|
||||||
|
<div class="section">
|
||||||
|
{{ .Content }}
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<!-- Event Details -->
|
||||||
|
<div class="section">
|
||||||
|
<h2>📅 {{ i18n "event_title" }}</h2>
|
||||||
|
{{ with .Params.event.ceremony_time }}
|
||||||
|
<p><strong>{{ i18n "ceremony" }}:</strong> {{ . }}</p>
|
||||||
|
{{ end }}
|
||||||
|
{{ with .Params.event.reception_time }}
|
||||||
|
<p><strong>{{ i18n "reception" }}:</strong> {{ . }}</p>
|
||||||
|
{{ end }}
|
||||||
|
{{ with .Params.event.venue }}
|
||||||
|
<p><strong>{{ i18n "location" }}:</strong> {{ . }}</p>
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Map -->
|
||||||
|
{{ with .Params.event.map_embed }}
|
||||||
|
<div class="section map">
|
||||||
|
<h2>📍 {{ i18n "location" }}</h2>
|
||||||
|
{{ . | safeHTML }}
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<!-- RSVP -->
|
||||||
|
<div class="section rsvp">
|
||||||
|
<h2>📝 {{ i18n "rsvp_title" }}</h2>
|
||||||
|
{{ with .Params.rsvp.deadline }}
|
||||||
|
<p>{{ i18n "rsvp_deadline" }} <strong>{{ . }}</strong>.</p>
|
||||||
|
{{ end }}
|
||||||
|
{{ with .Params.rsvp.email }}
|
||||||
|
<p>{{ i18n "rsvp_email" }}: <a href="mailto:{{ . }}">{{ . }}</a></p>
|
||||||
|
{{ end }}
|
||||||
|
{{ with .Params.rsvp.form }}
|
||||||
|
<p><a href="{{ . }}" target="_blank">{{ i18n "rsvp_form" }}</a></p>
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Extra Info -->
|
||||||
|
{{ with .Params.details }}
|
||||||
|
<div class="section">
|
||||||
|
<h2>ℹ️ {{ i18n "details_title" }}</h2>
|
||||||
|
<p>{{ . }}</p>
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<div class="footer">
|
||||||
|
<p>{{ i18n "footer_message" }}</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var countDownDate = new Date("{{ .Params.event.date }} {{ .Params.event.ceremony_time }}").getTime();
|
||||||
|
|
||||||
|
var x = setInterval(function() {
|
||||||
|
var now = new Date().getTime();
|
||||||
|
var distance = countDownDate - now;
|
||||||
|
|
||||||
|
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
|
||||||
|
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
|
||||||
|
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
|
||||||
|
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
|
||||||
|
|
||||||
|
document.getElementById("timer").innerHTML = days + "d " + hours + "h "
|
||||||
|
+ minutes + "m " + seconds + "s ";
|
||||||
|
|
||||||
|
if (distance < 0) {
|
||||||
|
clearInterval(x);
|
||||||
|
document.getElementById("timer").innerHTML = "{{ i18n "big_day" }}";
|
||||||
|
}
|
||||||
|
}, 1000);
|
||||||
|
</script>
|
||||||
|
|
||||||
|
{{ end }}
|
||||||
Regular → Executable
+8
-8
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Markin Stefan</title>
|
<title>Markin Stefan</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="404 Page not found">
|
<meta name="twitter:title" content="404 Page not found">
|
||||||
<meta name="twitter:description" content="Markin Stefan's personal website">
|
<meta name="twitter:description" content="Markin Stefan's personal website">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/404.html">
|
<meta property="og:url" content="http://localhost:1313/404.html">
|
||||||
<meta property="og:site_name" content="Markin Stefan">
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
<meta property="og:title" content="404 Page not found">
|
<meta property="og:title" content="404 Page not found">
|
||||||
<meta property="og:description" content="Markin Stefan's personal website">
|
<meta property="og:description" content="Markin Stefan's personal website">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/404.html">
|
<link rel="canonical" href="http://localhost:1313/404.html">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/">
|
<a class="navigation-title" href="http://localhost:1313/">
|
||||||
Markin Stefan
|
Markin Stefan
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
<div class="error">
|
<div class="error">
|
||||||
<h1>404</h1>
|
<h1>404</h1>
|
||||||
<h2>Page Not Found</h2>
|
<h2>Page Not Found</h2>
|
||||||
<p>Sorry, this page does not exist.<br />You can head back to the <a href="http://markinstefan.xyz/">homepage</a>.</p>
|
<p>Sorry, this page does not exist.<br />You can head back to the <a href="http://localhost:1313/">homepage</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -186,7 +186,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+7
-7
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Markin Stefan</title>
|
<title>Markin Stefan</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Redirecting to Gitea Profile">
|
<meta name="twitter:title" content="Redirecting to Gitea Profile">
|
||||||
<meta name="twitter:description" content="Markin Stefan's personal website">
|
<meta name="twitter:description" content="Markin Stefan's personal website">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/about/">
|
<meta property="og:url" content="http://localhost:1313/about/">
|
||||||
<meta property="og:site_name" content="Markin Stefan">
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
<meta property="og:title" content="Redirecting to Gitea Profile">
|
<meta property="og:title" content="Redirecting to Gitea Profile">
|
||||||
<meta property="og:description" content="Markin Stefan's personal website">
|
<meta property="og:description" content="Markin Stefan's personal website">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/about/">
|
<link rel="canonical" href="http://localhost:1313/about/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/">
|
<a class="navigation-title" href="http://localhost:1313/">
|
||||||
Markin Stefan
|
Markin Stefan
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+8
-8
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Authors · Markin Stefan</title>
|
<title>Authors · Markin Stefan</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Authors">
|
<meta name="twitter:title" content="Authors">
|
||||||
<meta name="twitter:description" content="Markin Stefan's personal website">
|
<meta name="twitter:description" content="Markin Stefan's personal website">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/authors/">
|
<meta property="og:url" content="http://localhost:1313/authors/">
|
||||||
<meta property="og:site_name" content="Markin Stefan">
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
<meta property="og:title" content="Authors">
|
<meta property="og:title" content="Authors">
|
||||||
<meta property="og:description" content="Markin Stefan's personal website">
|
<meta property="og:description" content="Markin Stefan's personal website">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/authors/">
|
<link rel="canonical" href="http://localhost:1313/authors/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/">
|
<a class="navigation-title" href="http://localhost:1313/">
|
||||||
Markin Stefan
|
Markin Stefan
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
<section class="container list">
|
<section class="container list">
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<a class="title-link" href="http://markinstefan.xyz/authors/">Authors</a>
|
<a class="title-link" href="http://localhost:1313/authors/">Authors</a>
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+2
-2
@@ -2,10 +2,10 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Authors on Markin Stefan</title>
|
<title>Authors on Markin Stefan</title>
|
||||||
<link>http://markinstefan.xyz/authors/</link>
|
<link>http://localhost:1313/authors/</link>
|
||||||
<description>Recent content in Authors on Markin Stefan</description>
|
<description>Recent content in Authors on Markin Stefan</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<atom:link href="http://markinstefan.xyz/authors/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/authors/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
Regular → Executable
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>http://markinstefan.xyz/authors/</title>
|
<title>http://localhost:1313/authors/</title>
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/authors/">
|
<link rel="canonical" href="http://localhost:1313/authors/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://markinstefan.xyz/authors/">
|
<meta http-equiv="refresh" content="0; url=http://localhost:1313/authors/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Regular → Executable
+10
-10
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Categories · Markin Stefan</title>
|
<title>Categories · Markin Stefan</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Categories">
|
<meta name="twitter:title" content="Categories">
|
||||||
<meta name="twitter:description" content="Markin Stefan's personal website">
|
<meta name="twitter:description" content="Markin Stefan's personal website">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/categories/">
|
<meta property="og:url" content="http://localhost:1313/categories/">
|
||||||
<meta property="og:site_name" content="Markin Stefan">
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
<meta property="og:title" content="Categories">
|
<meta property="og:title" content="Categories">
|
||||||
<meta property="og:description" content="Markin Stefan's personal website">
|
<meta property="og:description" content="Markin Stefan's personal website">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/categories/">
|
<link rel="canonical" href="http://localhost:1313/categories/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/">
|
<a class="navigation-title" href="http://localhost:1313/">
|
||||||
Markin Stefan
|
Markin Stefan
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -137,14 +137,14 @@
|
|||||||
|
|
||||||
|
|
||||||
<li class="navigation-item">
|
<li class="navigation-item">
|
||||||
<a href="/de/categories/">🇩🇪</a>
|
<a href="/ru/categories/">🇷🇺</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="navigation-item">
|
<li class="navigation-item">
|
||||||
<a href="/ru/categories/">🇷🇺</a>
|
<a href="/de/categories/">🇩🇪</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
<section class="container list">
|
<section class="container list">
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<a class="title-link" href="http://markinstefan.xyz/categories/">Categories</a>
|
<a class="title-link" href="http://localhost:1313/categories/">Categories</a>
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+2
-2
@@ -2,10 +2,10 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Categories on Markin Stefan</title>
|
<title>Categories on Markin Stefan</title>
|
||||||
<link>http://markinstefan.xyz/categories/</link>
|
<link>http://localhost:1313/categories/</link>
|
||||||
<description>Recent content in Categories on Markin Stefan</description>
|
<description>Recent content in Categories on Markin Stefan</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<atom:link href="http://markinstefan.xyz/categories/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
Regular → Executable
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>http://markinstefan.xyz/categories/</title>
|
<title>http://localhost:1313/categories/</title>
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/categories/">
|
<link rel="canonical" href="http://localhost:1313/categories/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://markinstefan.xyz/categories/">
|
<meta http-equiv="refresh" content="0; url=http://localhost:1313/categories/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Regular → Executable
+8
-8
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>
|
<title>
|
||||||
Contact · Markin Stefan
|
Contact · Markin Stefan
|
||||||
</title>
|
</title>
|
||||||
@@ -31,7 +31,7 @@ Write to me using one of the three recommendations mentioned.">
|
|||||||
SMS Directly calling Signal I do not use WhatsApp or Telegram for personal conversations.
|
SMS Directly calling Signal I do not use WhatsApp or Telegram for personal conversations.
|
||||||
Write to me using one of the three recommendations mentioned.">
|
Write to me using one of the three recommendations mentioned.">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/contact/">
|
<meta property="og:url" content="http://localhost:1313/contact/">
|
||||||
<meta property="og:site_name" content="Markin Stefan">
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
<meta property="og:title" content="Contact">
|
<meta property="og:title" content="Contact">
|
||||||
<meta property="og:description" content="If you have my phone number, only through:
|
<meta property="og:description" content="If you have my phone number, only through:
|
||||||
@@ -43,7 +43,7 @@ Write to me using one of the three recommendations mentioned.">
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/contact/">
|
<link rel="canonical" href="http://localhost:1313/contact/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -53,7 +53,7 @@ Write to me using one of the three recommendations mentioned.">
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -63,7 +63,7 @@ Write to me using one of the three recommendations mentioned.">
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -112,7 +112,7 @@ Write to me using one of the three recommendations mentioned.">
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/">
|
<a class="navigation-title" href="http://localhost:1313/">
|
||||||
Markin Stefan
|
Markin Stefan
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -173,7 +173,7 @@ Write to me using one of the three recommendations mentioned.">
|
|||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<a class="title-link" href="http://markinstefan.xyz/contact/">
|
<a class="title-link" href="http://localhost:1313/contact/">
|
||||||
Contact
|
Contact
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
@@ -214,7 +214,7 @@ Write to me using one of the three recommendations mentioned.</p>
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Executable
+835
@@ -0,0 +1,835 @@
|
|||||||
|
body.colorscheme-dark {
|
||||||
|
color: #dadada;
|
||||||
|
background-color: #212121; }
|
||||||
|
body.colorscheme-dark a {
|
||||||
|
color: #42a5f5; }
|
||||||
|
body.colorscheme-dark h1,
|
||||||
|
body.colorscheme-dark h2,
|
||||||
|
body.colorscheme-dark h3,
|
||||||
|
body.colorscheme-dark h4,
|
||||||
|
body.colorscheme-dark h5,
|
||||||
|
body.colorscheme-dark h6 {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark h1:hover .heading-link,
|
||||||
|
body.colorscheme-dark h2:hover .heading-link,
|
||||||
|
body.colorscheme-dark h3:hover .heading-link,
|
||||||
|
body.colorscheme-dark h4:hover .heading-link,
|
||||||
|
body.colorscheme-dark h5:hover .heading-link,
|
||||||
|
body.colorscheme-dark h6:hover .heading-link {
|
||||||
|
visibility: visible; }
|
||||||
|
body.colorscheme-dark h1 .heading-link,
|
||||||
|
body.colorscheme-dark h2 .heading-link,
|
||||||
|
body.colorscheme-dark h3 .heading-link,
|
||||||
|
body.colorscheme-dark h4 .heading-link,
|
||||||
|
body.colorscheme-dark h5 .heading-link,
|
||||||
|
body.colorscheme-dark h6 .heading-link {
|
||||||
|
color: #42a5f5;
|
||||||
|
font-weight: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
font-size: 80%;
|
||||||
|
visibility: hidden; }
|
||||||
|
body.colorscheme-dark h1 .title-link,
|
||||||
|
body.colorscheme-dark h2 .title-link,
|
||||||
|
body.colorscheme-dark h3 .title-link,
|
||||||
|
body.colorscheme-dark h4 .title-link,
|
||||||
|
body.colorscheme-dark h5 .title-link,
|
||||||
|
body.colorscheme-dark h6 .title-link {
|
||||||
|
color: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
|
text-decoration: none; }
|
||||||
|
body.colorscheme-dark pre code {
|
||||||
|
background-color: inherit;
|
||||||
|
color: inherit; }
|
||||||
|
body.colorscheme-dark code {
|
||||||
|
background-color: #4f4f4f;
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark blockquote {
|
||||||
|
border-left: 2px solid #424242; }
|
||||||
|
body.colorscheme-dark th,
|
||||||
|
body.colorscheme-dark td {
|
||||||
|
padding: 1.6rem; }
|
||||||
|
body.colorscheme-dark table {
|
||||||
|
border-collapse: collapse; }
|
||||||
|
body.colorscheme-dark table td,
|
||||||
|
body.colorscheme-dark table th {
|
||||||
|
border: 2px solid #dadada; }
|
||||||
|
body.colorscheme-dark table tr:first-child th {
|
||||||
|
border-top: 0; }
|
||||||
|
body.colorscheme-dark table tr:last-child td {
|
||||||
|
border-bottom: 0; }
|
||||||
|
body.colorscheme-dark table tr td:first-child,
|
||||||
|
body.colorscheme-dark table tr th:first-child {
|
||||||
|
border-left: 0; }
|
||||||
|
body.colorscheme-dark table tr td:last-child,
|
||||||
|
body.colorscheme-dark table tr th:last-child {
|
||||||
|
border-right: 0; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto {
|
||||||
|
color: #dadada;
|
||||||
|
background-color: #212121; }
|
||||||
|
body.colorscheme-auto a {
|
||||||
|
color: #42a5f5; }
|
||||||
|
body.colorscheme-auto h1,
|
||||||
|
body.colorscheme-auto h2,
|
||||||
|
body.colorscheme-auto h3,
|
||||||
|
body.colorscheme-auto h4,
|
||||||
|
body.colorscheme-auto h5,
|
||||||
|
body.colorscheme-auto h6 {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto h1:hover .heading-link,
|
||||||
|
body.colorscheme-auto h2:hover .heading-link,
|
||||||
|
body.colorscheme-auto h3:hover .heading-link,
|
||||||
|
body.colorscheme-auto h4:hover .heading-link,
|
||||||
|
body.colorscheme-auto h5:hover .heading-link,
|
||||||
|
body.colorscheme-auto h6:hover .heading-link {
|
||||||
|
visibility: visible; }
|
||||||
|
body.colorscheme-auto h1 .heading-link,
|
||||||
|
body.colorscheme-auto h2 .heading-link,
|
||||||
|
body.colorscheme-auto h3 .heading-link,
|
||||||
|
body.colorscheme-auto h4 .heading-link,
|
||||||
|
body.colorscheme-auto h5 .heading-link,
|
||||||
|
body.colorscheme-auto h6 .heading-link {
|
||||||
|
color: #42a5f5;
|
||||||
|
font-weight: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
font-size: 80%;
|
||||||
|
visibility: hidden; }
|
||||||
|
body.colorscheme-auto h1 .title-link,
|
||||||
|
body.colorscheme-auto h2 .title-link,
|
||||||
|
body.colorscheme-auto h3 .title-link,
|
||||||
|
body.colorscheme-auto h4 .title-link,
|
||||||
|
body.colorscheme-auto h5 .title-link,
|
||||||
|
body.colorscheme-auto h6 .title-link {
|
||||||
|
color: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
|
text-decoration: none; }
|
||||||
|
body.colorscheme-auto pre code {
|
||||||
|
background-color: inherit;
|
||||||
|
color: inherit; }
|
||||||
|
body.colorscheme-auto code {
|
||||||
|
background-color: #4f4f4f;
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto blockquote {
|
||||||
|
border-left: 2px solid #424242; }
|
||||||
|
body.colorscheme-auto th,
|
||||||
|
body.colorscheme-auto td {
|
||||||
|
padding: 1.6rem; }
|
||||||
|
body.colorscheme-auto table {
|
||||||
|
border-collapse: collapse; }
|
||||||
|
body.colorscheme-auto table td,
|
||||||
|
body.colorscheme-auto table th {
|
||||||
|
border: 2px solid #dadada; }
|
||||||
|
body.colorscheme-auto table tr:first-child th {
|
||||||
|
border-top: 0; }
|
||||||
|
body.colorscheme-auto table tr:last-child td {
|
||||||
|
border-bottom: 0; }
|
||||||
|
body.colorscheme-auto table tr td:first-child,
|
||||||
|
body.colorscheme-auto table tr th:first-child {
|
||||||
|
border-left: 0; }
|
||||||
|
body.colorscheme-auto table tr td:last-child,
|
||||||
|
body.colorscheme-auto table tr th:last-child {
|
||||||
|
border-right: 0; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .content .post .tags .tag {
|
||||||
|
background-color: #424242; }
|
||||||
|
body.colorscheme-dark .content .post .tags .tag a {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark .content .post .tags .tag a:active {
|
||||||
|
color: #dadada; }
|
||||||
|
|
||||||
|
body.colorscheme-dark .content .list ul li .title {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark .content .list ul li .title:hover, body.colorscheme-dark .content .list ul li .title:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
|
||||||
|
body.colorscheme-dark .content .centered .about ul li a {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark .content .centered .about ul li a:hover, body.colorscheme-dark .content .centered .about ul li a:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .content .post .tags .tag {
|
||||||
|
background-color: #424242; }
|
||||||
|
body.colorscheme-auto .content .post .tags .tag a {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .content .post .tags .tag a:active {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .content .list ul li .title {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .content .list ul li .title:hover, body.colorscheme-auto .content .list ul li .title:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
body.colorscheme-auto .content .centered .about ul li a {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .content .centered .about ul li a:hover, body.colorscheme-auto .content .centered .about ul li a:focus {
|
||||||
|
color: #42a5f5; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .notice .notice-title {
|
||||||
|
border-bottom: 1px solid #212121; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .notice .notice-title {
|
||||||
|
border-bottom: 1px solid #212121; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .navigation a,
|
||||||
|
body.colorscheme-dark .navigation span {
|
||||||
|
color: #dadada; }
|
||||||
|
|
||||||
|
body.colorscheme-dark .navigation a:hover, body.colorscheme-dark .navigation a:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
body.colorscheme-dark .navigation .navigation-list {
|
||||||
|
background-color: #212121;
|
||||||
|
border-top: solid 2px #424242;
|
||||||
|
border-bottom: solid 2px #424242; } }
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
body.colorscheme-dark .navigation .navigation-list .menu-separator {
|
||||||
|
border-top: 2px solid #dadada; } }
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
body.colorscheme-dark .navigation #menu-toggle:checked + label > i {
|
||||||
|
color: #424242; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .navigation i {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark .navigation i:hover, body.colorscheme-dark .navigation i:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
|
||||||
|
body.colorscheme-dark .navigation .menu-button i:hover, body.colorscheme-dark .navigation .menu-button i:focus {
|
||||||
|
color: #dadada; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .navigation a,
|
||||||
|
body.colorscheme-auto .navigation span {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .navigation a:hover, body.colorscheme-auto .navigation a:focus {
|
||||||
|
color: #42a5f5; } }
|
||||||
|
|
||||||
|
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
|
||||||
|
body.colorscheme-auto .navigation .navigation-list {
|
||||||
|
background-color: #212121;
|
||||||
|
border-top: solid 2px #424242;
|
||||||
|
border-bottom: solid 2px #424242; } }
|
||||||
|
|
||||||
|
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
|
||||||
|
body.colorscheme-auto .navigation .navigation-list .menu-separator {
|
||||||
|
border-top: 2px solid #dadada; } }
|
||||||
|
|
||||||
|
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
|
||||||
|
body.colorscheme-auto .navigation #menu-toggle:checked + label > i {
|
||||||
|
color: #424242; } }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .navigation i {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .navigation i:hover, body.colorscheme-auto .navigation i:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
body.colorscheme-auto .navigation .menu-button i:hover, body.colorscheme-auto .navigation .menu-button i:focus {
|
||||||
|
color: #dadada; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .tabs label.tab-label {
|
||||||
|
background-color: #424242;
|
||||||
|
border-color: #4f4f4f; }
|
||||||
|
|
||||||
|
body.colorscheme-dark .tabs input.tab-input:checked + label.tab-label {
|
||||||
|
background-color: #212121; }
|
||||||
|
|
||||||
|
body.colorscheme-dark .tabs .tab-content {
|
||||||
|
background-color: #212121;
|
||||||
|
border-color: #4f4f4f; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .tabs label.tab-label {
|
||||||
|
background-color: #424242;
|
||||||
|
border-color: #4f4f4f; }
|
||||||
|
body.colorscheme-auto .tabs input.tab-input:checked + label.tab-label {
|
||||||
|
background-color: #212121; }
|
||||||
|
body.colorscheme-auto .tabs .tab-content {
|
||||||
|
background-color: #212121;
|
||||||
|
border-color: #4f4f4f; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .taxonomy-element {
|
||||||
|
background-color: #424242; }
|
||||||
|
body.colorscheme-dark .taxonomy-element a {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-dark .taxonomy-element a:active {
|
||||||
|
color: #dadada; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .taxonomy-element {
|
||||||
|
background-color: #424242; }
|
||||||
|
body.colorscheme-auto .taxonomy-element a {
|
||||||
|
color: #dadada; }
|
||||||
|
body.colorscheme-auto .taxonomy-element a:active {
|
||||||
|
color: #dadada; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .footer a {
|
||||||
|
color: #42a5f5; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .footer a {
|
||||||
|
color: #42a5f5; } }
|
||||||
|
|
||||||
|
body.colorscheme-dark .float-container a {
|
||||||
|
color: #dadada;
|
||||||
|
background-color: #424242; }
|
||||||
|
body.colorscheme-dark .float-container a:hover, body.colorscheme-dark .float-container a:focus {
|
||||||
|
color: #42a5f5; }
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
body.colorscheme-dark .float-container a:hover, body.colorscheme-dark .float-container a:focus {
|
||||||
|
color: #dadada; } }
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto .float-container a {
|
||||||
|
color: #dadada;
|
||||||
|
background-color: #424242; }
|
||||||
|
body.colorscheme-auto .float-container a:hover, body.colorscheme-auto .float-container a:focus {
|
||||||
|
color: #42a5f5; } }
|
||||||
|
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
|
||||||
|
body.colorscheme-auto .float-container a:hover, body.colorscheme-auto .float-container a:focus {
|
||||||
|
color: #dadada; } }
|
||||||
|
body.colorscheme-dark {
|
||||||
|
/* Background */
|
||||||
|
/* PreWrapper */
|
||||||
|
/* Other */
|
||||||
|
/* Error */
|
||||||
|
/* CodeLine */
|
||||||
|
/* LineLink */
|
||||||
|
/* LineTableTD */
|
||||||
|
/* LineTable */
|
||||||
|
/* LineHighlight */
|
||||||
|
/* LineNumbersTable */
|
||||||
|
/* LineNumbers */
|
||||||
|
/* Line */
|
||||||
|
/* Keyword */
|
||||||
|
/* KeywordConstant */
|
||||||
|
/* KeywordDeclaration */
|
||||||
|
/* KeywordNamespace */
|
||||||
|
/* KeywordPseudo */
|
||||||
|
/* KeywordReserved */
|
||||||
|
/* KeywordType */
|
||||||
|
/* Name */
|
||||||
|
/* NameAttribute */
|
||||||
|
/* NameBuiltin */
|
||||||
|
/* NameBuiltinPseudo */
|
||||||
|
/* NameClass */
|
||||||
|
/* NameConstant */
|
||||||
|
/* NameDecorator */
|
||||||
|
/* NameEntity */
|
||||||
|
/* NameException */
|
||||||
|
/* NameFunction */
|
||||||
|
/* NameFunctionMagic */
|
||||||
|
/* NameLabel */
|
||||||
|
/* NameNamespace */
|
||||||
|
/* NameOther */
|
||||||
|
/* NameProperty */
|
||||||
|
/* NameTag */
|
||||||
|
/* NameVariable */
|
||||||
|
/* NameVariableClass */
|
||||||
|
/* NameVariableGlobal */
|
||||||
|
/* NameVariableInstance */
|
||||||
|
/* NameVariableMagic */
|
||||||
|
/* Literal */
|
||||||
|
/* LiteralDate */
|
||||||
|
/* LiteralString */
|
||||||
|
/* LiteralStringAffix */
|
||||||
|
/* LiteralStringBacktick */
|
||||||
|
/* LiteralStringChar */
|
||||||
|
/* LiteralStringDelimiter */
|
||||||
|
/* LiteralStringDoc */
|
||||||
|
/* LiteralStringDouble */
|
||||||
|
/* LiteralStringEscape */
|
||||||
|
/* LiteralStringHeredoc */
|
||||||
|
/* LiteralStringInterpol */
|
||||||
|
/* LiteralStringOther */
|
||||||
|
/* LiteralStringRegex */
|
||||||
|
/* LiteralStringSingle */
|
||||||
|
/* LiteralStringSymbol */
|
||||||
|
/* LiteralNumber */
|
||||||
|
/* LiteralNumberBin */
|
||||||
|
/* LiteralNumberFloat */
|
||||||
|
/* LiteralNumberHex */
|
||||||
|
/* LiteralNumberInteger */
|
||||||
|
/* LiteralNumberIntegerLong */
|
||||||
|
/* LiteralNumberOct */
|
||||||
|
/* Operator */
|
||||||
|
/* OperatorWord */
|
||||||
|
/* Punctuation */
|
||||||
|
/* Comment */
|
||||||
|
/* CommentHashbang */
|
||||||
|
/* CommentMultiline */
|
||||||
|
/* CommentSingle */
|
||||||
|
/* CommentSpecial */
|
||||||
|
/* CommentPreproc */
|
||||||
|
/* CommentPreprocFile */
|
||||||
|
/* Generic */
|
||||||
|
/* GenericDeleted */
|
||||||
|
/* GenericEmph */
|
||||||
|
/* GenericError */
|
||||||
|
/* GenericHeading */
|
||||||
|
/* GenericInserted */
|
||||||
|
/* GenericOutput */
|
||||||
|
/* GenericPrompt */
|
||||||
|
/* GenericStrong */
|
||||||
|
/* GenericSubheading */
|
||||||
|
/* GenericTraceback */
|
||||||
|
/* GenericUnderline */
|
||||||
|
/* TextWhitespace */ }
|
||||||
|
body.colorscheme-dark .bg {
|
||||||
|
color: #c9d1d9;
|
||||||
|
background-color: #0d1117; }
|
||||||
|
body.colorscheme-dark .chroma {
|
||||||
|
color: #c9d1d9;
|
||||||
|
background-color: #0d1117; }
|
||||||
|
body.colorscheme-dark .chroma .err {
|
||||||
|
color: #f85149; }
|
||||||
|
body.colorscheme-dark .chroma .lnlinks {
|
||||||
|
outline: none;
|
||||||
|
text-decoration: none;
|
||||||
|
color: inherit; }
|
||||||
|
body.colorscheme-dark .chroma .lntd {
|
||||||
|
vertical-align: top;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
border: 0; }
|
||||||
|
body.colorscheme-dark .chroma .lntable {
|
||||||
|
border-spacing: 0;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
border: 0; }
|
||||||
|
body.colorscheme-dark .chroma .hl {
|
||||||
|
background-color: #ffffcc; }
|
||||||
|
body.colorscheme-dark .chroma .lnt {
|
||||||
|
white-space: pre;
|
||||||
|
user-select: none;
|
||||||
|
margin-right: 0.4em;
|
||||||
|
padding: 0 0.4em 0 0.4em;
|
||||||
|
color: #64686c; }
|
||||||
|
body.colorscheme-dark .chroma .ln {
|
||||||
|
white-space: pre;
|
||||||
|
user-select: none;
|
||||||
|
margin-right: 0.4em;
|
||||||
|
padding: 0 0.4em 0 0.4em;
|
||||||
|
color: #6e7681; }
|
||||||
|
body.colorscheme-dark .chroma .line {
|
||||||
|
display: flex; }
|
||||||
|
body.colorscheme-dark .chroma .k {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .kc {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .kd {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .kn {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .kp {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .kr {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .kt {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .nc {
|
||||||
|
color: #f0883e;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .no {
|
||||||
|
color: #79c0ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .nd {
|
||||||
|
color: #d2a8ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .ni {
|
||||||
|
color: #ffa657; }
|
||||||
|
body.colorscheme-dark .chroma .ne {
|
||||||
|
color: #f0883e;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .nf {
|
||||||
|
color: #d2a8ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .nl {
|
||||||
|
color: #79c0ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .nn {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .py {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .nt {
|
||||||
|
color: #7ee787; }
|
||||||
|
body.colorscheme-dark .chroma .nv {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .l {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .ld {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .s {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .sa {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .sb {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .sc {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .dl {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .sd {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .s2 {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .se {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .sh {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .si {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .sx {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .sr {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .s1 {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .ss {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .m {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .mb {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .mf {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .mh {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .mi {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .il {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .mo {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-dark .chroma .o {
|
||||||
|
color: #ff7b72;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .ow {
|
||||||
|
color: #ff7b72;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .c {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .ch {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .cm {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .c1 {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .cs {
|
||||||
|
color: #8b949e;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .cp {
|
||||||
|
color: #8b949e;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .cpf {
|
||||||
|
color: #8b949e;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .gd {
|
||||||
|
color: #ffa198;
|
||||||
|
background-color: #490202; }
|
||||||
|
body.colorscheme-dark .chroma .ge {
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-dark .chroma .gr {
|
||||||
|
color: #ffa198; }
|
||||||
|
body.colorscheme-dark .chroma .gh {
|
||||||
|
color: #79c0ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .gi {
|
||||||
|
color: #56d364;
|
||||||
|
background-color: #0f5323; }
|
||||||
|
body.colorscheme-dark .chroma .go {
|
||||||
|
color: #8b949e; }
|
||||||
|
body.colorscheme-dark .chroma .gp {
|
||||||
|
color: #8b949e; }
|
||||||
|
body.colorscheme-dark .chroma .gs {
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-dark .chroma .gu {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-dark .chroma .gt {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-dark .chroma .gl {
|
||||||
|
text-decoration: underline; }
|
||||||
|
body.colorscheme-dark .chroma .w {
|
||||||
|
color: #6e7681; }
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body.colorscheme-auto {
|
||||||
|
/* Background */
|
||||||
|
/* PreWrapper */
|
||||||
|
/* Other */
|
||||||
|
/* Error */
|
||||||
|
/* CodeLine */
|
||||||
|
/* LineLink */
|
||||||
|
/* LineTableTD */
|
||||||
|
/* LineTable */
|
||||||
|
/* LineHighlight */
|
||||||
|
/* LineNumbersTable */
|
||||||
|
/* LineNumbers */
|
||||||
|
/* Line */
|
||||||
|
/* Keyword */
|
||||||
|
/* KeywordConstant */
|
||||||
|
/* KeywordDeclaration */
|
||||||
|
/* KeywordNamespace */
|
||||||
|
/* KeywordPseudo */
|
||||||
|
/* KeywordReserved */
|
||||||
|
/* KeywordType */
|
||||||
|
/* Name */
|
||||||
|
/* NameAttribute */
|
||||||
|
/* NameBuiltin */
|
||||||
|
/* NameBuiltinPseudo */
|
||||||
|
/* NameClass */
|
||||||
|
/* NameConstant */
|
||||||
|
/* NameDecorator */
|
||||||
|
/* NameEntity */
|
||||||
|
/* NameException */
|
||||||
|
/* NameFunction */
|
||||||
|
/* NameFunctionMagic */
|
||||||
|
/* NameLabel */
|
||||||
|
/* NameNamespace */
|
||||||
|
/* NameOther */
|
||||||
|
/* NameProperty */
|
||||||
|
/* NameTag */
|
||||||
|
/* NameVariable */
|
||||||
|
/* NameVariableClass */
|
||||||
|
/* NameVariableGlobal */
|
||||||
|
/* NameVariableInstance */
|
||||||
|
/* NameVariableMagic */
|
||||||
|
/* Literal */
|
||||||
|
/* LiteralDate */
|
||||||
|
/* LiteralString */
|
||||||
|
/* LiteralStringAffix */
|
||||||
|
/* LiteralStringBacktick */
|
||||||
|
/* LiteralStringChar */
|
||||||
|
/* LiteralStringDelimiter */
|
||||||
|
/* LiteralStringDoc */
|
||||||
|
/* LiteralStringDouble */
|
||||||
|
/* LiteralStringEscape */
|
||||||
|
/* LiteralStringHeredoc */
|
||||||
|
/* LiteralStringInterpol */
|
||||||
|
/* LiteralStringOther */
|
||||||
|
/* LiteralStringRegex */
|
||||||
|
/* LiteralStringSingle */
|
||||||
|
/* LiteralStringSymbol */
|
||||||
|
/* LiteralNumber */
|
||||||
|
/* LiteralNumberBin */
|
||||||
|
/* LiteralNumberFloat */
|
||||||
|
/* LiteralNumberHex */
|
||||||
|
/* LiteralNumberInteger */
|
||||||
|
/* LiteralNumberIntegerLong */
|
||||||
|
/* LiteralNumberOct */
|
||||||
|
/* Operator */
|
||||||
|
/* OperatorWord */
|
||||||
|
/* Punctuation */
|
||||||
|
/* Comment */
|
||||||
|
/* CommentHashbang */
|
||||||
|
/* CommentMultiline */
|
||||||
|
/* CommentSingle */
|
||||||
|
/* CommentSpecial */
|
||||||
|
/* CommentPreproc */
|
||||||
|
/* CommentPreprocFile */
|
||||||
|
/* Generic */
|
||||||
|
/* GenericDeleted */
|
||||||
|
/* GenericEmph */
|
||||||
|
/* GenericError */
|
||||||
|
/* GenericHeading */
|
||||||
|
/* GenericInserted */
|
||||||
|
/* GenericOutput */
|
||||||
|
/* GenericPrompt */
|
||||||
|
/* GenericStrong */
|
||||||
|
/* GenericSubheading */
|
||||||
|
/* GenericTraceback */
|
||||||
|
/* GenericUnderline */
|
||||||
|
/* TextWhitespace */ }
|
||||||
|
body.colorscheme-auto .bg {
|
||||||
|
color: #c9d1d9;
|
||||||
|
background-color: #0d1117; }
|
||||||
|
body.colorscheme-auto .chroma {
|
||||||
|
color: #c9d1d9;
|
||||||
|
background-color: #0d1117; }
|
||||||
|
body.colorscheme-auto .chroma .err {
|
||||||
|
color: #f85149; }
|
||||||
|
body.colorscheme-auto .chroma .lnlinks {
|
||||||
|
outline: none;
|
||||||
|
text-decoration: none;
|
||||||
|
color: inherit; }
|
||||||
|
body.colorscheme-auto .chroma .lntd {
|
||||||
|
vertical-align: top;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
border: 0; }
|
||||||
|
body.colorscheme-auto .chroma .lntable {
|
||||||
|
border-spacing: 0;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
border: 0; }
|
||||||
|
body.colorscheme-auto .chroma .hl {
|
||||||
|
background-color: #ffffcc; }
|
||||||
|
body.colorscheme-auto .chroma .lnt {
|
||||||
|
white-space: pre;
|
||||||
|
user-select: none;
|
||||||
|
margin-right: 0.4em;
|
||||||
|
padding: 0 0.4em 0 0.4em;
|
||||||
|
color: #64686c; }
|
||||||
|
body.colorscheme-auto .chroma .ln {
|
||||||
|
white-space: pre;
|
||||||
|
user-select: none;
|
||||||
|
margin-right: 0.4em;
|
||||||
|
padding: 0 0.4em 0 0.4em;
|
||||||
|
color: #6e7681; }
|
||||||
|
body.colorscheme-auto .chroma .line {
|
||||||
|
display: flex; }
|
||||||
|
body.colorscheme-auto .chroma .k {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .kc {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .kd {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .kn {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .kp {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .kr {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .kt {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .nc {
|
||||||
|
color: #f0883e;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .no {
|
||||||
|
color: #79c0ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .nd {
|
||||||
|
color: #d2a8ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .ni {
|
||||||
|
color: #ffa657; }
|
||||||
|
body.colorscheme-auto .chroma .ne {
|
||||||
|
color: #f0883e;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .nf {
|
||||||
|
color: #d2a8ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .nl {
|
||||||
|
color: #79c0ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .nn {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .py {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .nt {
|
||||||
|
color: #7ee787; }
|
||||||
|
body.colorscheme-auto .chroma .nv {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .l {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .ld {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .s {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .sa {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .sb {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .sc {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .dl {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .sd {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .s2 {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .se {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .sh {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .si {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .sx {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .sr {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .s1 {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .ss {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .m {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .mb {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .mf {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .mh {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .mi {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .il {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .mo {
|
||||||
|
color: #a5d6ff; }
|
||||||
|
body.colorscheme-auto .chroma .o {
|
||||||
|
color: #ff7b72;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .ow {
|
||||||
|
color: #ff7b72;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .c {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .ch {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .cm {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .c1 {
|
||||||
|
color: #8b949e;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .cs {
|
||||||
|
color: #8b949e;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .cp {
|
||||||
|
color: #8b949e;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .cpf {
|
||||||
|
color: #8b949e;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .gd {
|
||||||
|
color: #ffa198;
|
||||||
|
background-color: #490202; }
|
||||||
|
body.colorscheme-auto .chroma .ge {
|
||||||
|
font-style: italic; }
|
||||||
|
body.colorscheme-auto .chroma .gr {
|
||||||
|
color: #ffa198; }
|
||||||
|
body.colorscheme-auto .chroma .gh {
|
||||||
|
color: #79c0ff;
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .gi {
|
||||||
|
color: #56d364;
|
||||||
|
background-color: #0f5323; }
|
||||||
|
body.colorscheme-auto .chroma .go {
|
||||||
|
color: #8b949e; }
|
||||||
|
body.colorscheme-auto .chroma .gp {
|
||||||
|
color: #8b949e; }
|
||||||
|
body.colorscheme-auto .chroma .gs {
|
||||||
|
font-weight: bold; }
|
||||||
|
body.colorscheme-auto .chroma .gu {
|
||||||
|
color: #79c0ff; }
|
||||||
|
body.colorscheme-auto .chroma .gt {
|
||||||
|
color: #ff7b72; }
|
||||||
|
body.colorscheme-auto .chroma .gl {
|
||||||
|
text-decoration: underline; }
|
||||||
|
body.colorscheme-auto .chroma .w {
|
||||||
|
color: #6e7681; } }
|
||||||
|
|
||||||
|
/*# sourceMappingURL=coder-dark.css.map */
|
||||||
Executable
+33
File diff suppressed because one or more lines are too long
Regular → Executable
Executable
+11498
File diff suppressed because it is too large
Load Diff
Executable
+93
File diff suppressed because one or more lines are too long
Regular → Executable
Regular → Executable
+8
-8
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Markin Stefan</title>
|
<title>Markin Stefan</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="404 Page not found">
|
<meta name="twitter:title" content="404 Page not found">
|
||||||
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/de/404.html">
|
<meta property="og:url" content="http://localhost:1313/de/404.html">
|
||||||
<meta property="og:site_name" content="Markin Stefan">
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
<meta property="og:title" content="404 Page not found">
|
<meta property="og:title" content="404 Page not found">
|
||||||
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/de/404.html">
|
<link rel="canonical" href="http://localhost:1313/de/404.html">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/de/">
|
<a class="navigation-title" href="http://localhost:1313/de/">
|
||||||
Markin Stefan
|
Markin Stefan
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
<div class="error">
|
<div class="error">
|
||||||
<h1>404</h1>
|
<h1>404</h1>
|
||||||
<h2>Seite nicht gefunden</h2>
|
<h2>Seite nicht gefunden</h2>
|
||||||
<p>Tut mir leid, die Seite existiert leider nicht.<br />Du kannst hier zurück zur <a href="http://markinstefan.xyz/">Startseite</a>.</p>
|
<p>Tut mir leid, die Seite existiert leider nicht.<br />Du kannst hier zurück zur <a href="http://localhost:1313/">Startseite</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -186,7 +186,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+7
-7
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Markin Stefan</title>
|
<title>Markin Stefan</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Weiterleitung zum Gitea-Profil">
|
<meta name="twitter:title" content="Weiterleitung zum Gitea-Profil">
|
||||||
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/de/about/">
|
<meta property="og:url" content="http://localhost:1313/de/about/">
|
||||||
<meta property="og:site_name" content="Markin Stefan">
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
<meta property="og:title" content="Weiterleitung zum Gitea-Profil">
|
<meta property="og:title" content="Weiterleitung zum Gitea-Profil">
|
||||||
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/de/about/">
|
<link rel="canonical" href="http://localhost:1313/de/about/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/de/">
|
<a class="navigation-title" href="http://localhost:1313/de/">
|
||||||
Markin Stefan
|
Markin Stefan
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+10
-10
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Autoren · Markin Stefan</title>
|
<title>Autoren · Markin Stefan</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Authors">
|
<meta name="twitter:title" content="Authors">
|
||||||
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/de/authors/">
|
<meta property="og:url" content="http://localhost:1313/de/authors/">
|
||||||
<meta property="og:site_name" content="Markin Stefan">
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
<meta property="og:title" content="Authors">
|
<meta property="og:title" content="Authors">
|
||||||
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/de/authors/">
|
<link rel="canonical" href="http://localhost:1313/de/authors/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/de/">
|
<a class="navigation-title" href="http://localhost:1313/de/">
|
||||||
Markin Stefan
|
Markin Stefan
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -137,14 +137,14 @@
|
|||||||
|
|
||||||
|
|
||||||
<li class="navigation-item">
|
<li class="navigation-item">
|
||||||
<a href="/authors/">🇬🇧</a>
|
<a href="/ru/authors/">🇷🇺</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="navigation-item">
|
<li class="navigation-item">
|
||||||
<a href="/ru/authors/">🇷🇺</a>
|
<a href="/authors/">🇬🇧</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
<section class="container list">
|
<section class="container list">
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<a class="title-link" href="http://markinstefan.xyz/de/authors/">Autoren</a>
|
<a class="title-link" href="http://localhost:1313/de/authors/">Autoren</a>
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+2
-2
@@ -2,10 +2,10 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Authors on Markin Stefan</title>
|
<title>Authors on Markin Stefan</title>
|
||||||
<link>http://markinstefan.xyz/de/authors/</link>
|
<link>http://localhost:1313/de/authors/</link>
|
||||||
<description>Recent content in Authors on Markin Stefan</description>
|
<description>Recent content in Authors on Markin Stefan</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>de</language>
|
<language>de</language>
|
||||||
<atom:link href="http://markinstefan.xyz/de/authors/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/de/authors/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
Regular → Executable
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
<head>
|
<head>
|
||||||
<title>http://markinstefan.xyz/de/authors/</title>
|
<title>http://localhost:1313/de/authors/</title>
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/de/authors/">
|
<link rel="canonical" href="http://localhost:1313/de/authors/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://markinstefan.xyz/de/authors/">
|
<meta http-equiv="refresh" content="0; url=http://localhost:1313/de/authors/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Regular → Executable
+8
-8
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Kategorien · Markin Stefan</title>
|
<title>Kategorien · Markin Stefan</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Categories">
|
<meta name="twitter:title" content="Categories">
|
||||||
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/de/categories/">
|
<meta property="og:url" content="http://localhost:1313/de/categories/">
|
||||||
<meta property="og:site_name" content="Markin Stefan">
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
<meta property="og:title" content="Categories">
|
<meta property="og:title" content="Categories">
|
||||||
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/de/categories/">
|
<link rel="canonical" href="http://localhost:1313/de/categories/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/de/">
|
<a class="navigation-title" href="http://localhost:1313/de/">
|
||||||
Markin Stefan
|
Markin Stefan
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
<section class="container list">
|
<section class="container list">
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<a class="title-link" href="http://markinstefan.xyz/de/categories/">Kategorien</a>
|
<a class="title-link" href="http://localhost:1313/de/categories/">Kategorien</a>
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+2
-2
@@ -2,10 +2,10 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Categories on Markin Stefan</title>
|
<title>Categories on Markin Stefan</title>
|
||||||
<link>http://markinstefan.xyz/de/categories/</link>
|
<link>http://localhost:1313/de/categories/</link>
|
||||||
<description>Recent content in Categories on Markin Stefan</description>
|
<description>Recent content in Categories on Markin Stefan</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>de</language>
|
<language>de</language>
|
||||||
<atom:link href="http://markinstefan.xyz/de/categories/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/de/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
Regular → Executable
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
<head>
|
<head>
|
||||||
<title>http://markinstefan.xyz/de/categories/</title>
|
<title>http://localhost:1313/de/categories/</title>
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/de/categories/">
|
<link rel="canonical" href="http://localhost:1313/de/categories/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://markinstefan.xyz/de/categories/">
|
<meta http-equiv="refresh" content="0; url=http://localhost:1313/de/categories/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Regular → Executable
+8
-8
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>
|
<title>
|
||||||
Kontakt · Markin Stefan
|
Kontakt · Markin Stefan
|
||||||
</title>
|
</title>
|
||||||
@@ -30,7 +30,7 @@ Schreiben Sie mir unter eines der Drei-Genannten Empfehlungen.">
|
|||||||
<meta name="twitter:description" content="Wenn Sie meine Telefonnummer haben, nur über:
|
<meta name="twitter:description" content="Wenn Sie meine Telefonnummer haben, nur über:
|
||||||
SMS Direkt anrufen Signal Ich nutze kein WhatsApp oder Telegram oder sonst noch was für persönliche Gespräche. Schreiben Sie mir unter eines der Drei-Genannten Empfehlungen.">
|
SMS Direkt anrufen Signal Ich nutze kein WhatsApp oder Telegram oder sonst noch was für persönliche Gespräche. Schreiben Sie mir unter eines der Drei-Genannten Empfehlungen.">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/de/contact/">
|
<meta property="og:url" content="http://localhost:1313/de/contact/">
|
||||||
<meta property="og:site_name" content="Markin Stefan">
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
<meta property="og:title" content="Kontakt">
|
<meta property="og:title" content="Kontakt">
|
||||||
<meta property="og:description" content="Wenn Sie meine Telefonnummer haben, nur über:
|
<meta property="og:description" content="Wenn Sie meine Telefonnummer haben, nur über:
|
||||||
@@ -41,7 +41,7 @@ SMS Direkt anrufen Signal Ich nutze kein WhatsApp oder Telegram oder sonst noch
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/de/contact/">
|
<link rel="canonical" href="http://localhost:1313/de/contact/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -51,7 +51,7 @@ SMS Direkt anrufen Signal Ich nutze kein WhatsApp oder Telegram oder sonst noch
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -61,7 +61,7 @@ SMS Direkt anrufen Signal Ich nutze kein WhatsApp oder Telegram oder sonst noch
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -110,7 +110,7 @@ SMS Direkt anrufen Signal Ich nutze kein WhatsApp oder Telegram oder sonst noch
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/de/">
|
<a class="navigation-title" href="http://localhost:1313/de/">
|
||||||
Markin Stefan
|
Markin Stefan
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -171,7 +171,7 @@ SMS Direkt anrufen Signal Ich nutze kein WhatsApp oder Telegram oder sonst noch
|
|||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<a class="title-link" href="http://markinstefan.xyz/de/contact/">
|
<a class="title-link" href="http://localhost:1313/de/contact/">
|
||||||
Kontakt
|
Kontakt
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
@@ -212,7 +212,7 @@ Schreiben Sie mir unter eines der Drei-Genannten Empfehlungen.</p>
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+8
-8
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Markin Stefan</title>
|
<title>Markin Stefan</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Markin Stefan">
|
<meta name="twitter:title" content="Markin Stefan">
|
||||||
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/de/">
|
<meta property="og:url" content="http://localhost:1313/de/">
|
||||||
<meta property="og:site_name" content="Markin Stefan">
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
<meta property="og:title" content="Markin Stefan">
|
<meta property="og:title" content="Markin Stefan">
|
||||||
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/de/">
|
<link rel="canonical" href="http://localhost:1313/de/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
<link rel="alternate" type="application/rss+xml" href="/de/index.xml" title="Markin Stefan" />
|
<link rel="alternate" type="application/rss+xml" href="/de/index.xml" title="Markin Stefan" />
|
||||||
|
|
||||||
|
|
||||||
<meta name="generator" content="Hugo 0.160.1">
|
<meta name="generator" content="Hugo 0.161.0">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -101,7 +101,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/de/">
|
<a class="navigation-title" href="http://localhost:1313/de/">
|
||||||
Markin Stefan
|
Markin Stefan
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -232,7 +232,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+15
-8
@@ -2,30 +2,37 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Markin Stefan</title>
|
<title>Markin Stefan</title>
|
||||||
<link>http://markinstefan.xyz/de/</link>
|
<link>http://localhost:1313/de/</link>
|
||||||
<description>Recent content on Markin Stefan</description>
|
<description>Recent content on Markin Stefan</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>de</language>
|
<language>de</language>
|
||||||
<atom:link href="http://markinstefan.xyz/de/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/de/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>Hochzeit von Stefan und Mariia</title>
|
||||||
|
<link>http://localhost:1313/de/marriage/</link>
|
||||||
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
<guid>http://localhost:1313/de/marriage/</guid>
|
||||||
|
<description><p>Wir freuen uns, Sie zur Hochzeit von Stefan und Mariia einzuladen! Feiern Sie mit uns diesen besonderen Tag voller Liebe, Freude und wundervoller Erinnerungen.</p>
<p>Wir freuen uns darauf, Sie dort zu sehen!</p></description>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Kontakt</title>
|
<title>Kontakt</title>
|
||||||
<link>http://markinstefan.xyz/de/contact/</link>
|
<link>http://localhost:1313/de/contact/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
<guid>http://markinstefan.xyz/de/contact/</guid>
|
<guid>http://localhost:1313/de/contact/</guid>
|
||||||
<description><p>Wenn Sie meine Telefonnummer haben, <strong>nur</strong> über:</p>
<ul>
<li>SMS</li>
<li>Direkt anrufen</li>
<li><a href="https://signal.org/" class="external-link" target="_blank" rel="noopener">Signal</a></li>
</ul>
<p>Ich nutze <strong>kein</strong> WhatsApp oder Telegram oder sonst noch was <strong>für persönliche Gespräche</strong>. <br>
Schreiben Sie mir unter eines der Drei-Genannten Empfehlungen.</p></description>
|
<description><p>Wenn Sie meine Telefonnummer haben, <strong>nur</strong> über:</p>
<ul>
<li>SMS</li>
<li>Direkt anrufen</li>
<li><a href="https://signal.org/" class="external-link" target="_blank" rel="noopener">Signal</a></li>
</ul>
<p>Ich nutze <strong>kein</strong> WhatsApp oder Telegram oder sonst noch was <strong>für persönliche Gespräche</strong>. <br>
Schreiben Sie mir unter eines der Drei-Genannten Empfehlungen.</p></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Weiterleitung zum Gitea-Profil</title>
|
<title>Weiterleitung zum Gitea-Profil</title>
|
||||||
<link>http://markinstefan.xyz/de/about/</link>
|
<link>http://localhost:1313/de/about/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
<guid>http://markinstefan.xyz/de/about/</guid>
|
<guid>http://localhost:1313/de/about/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Weiterleitung zum Gitea-Repository</title>
|
<title>Weiterleitung zum Gitea-Repository</title>
|
||||||
<link>http://markinstefan.xyz/de/projects/</link>
|
<link>http://localhost:1313/de/projects/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
<guid>http://markinstefan.xyz/de/projects/</guid>
|
<guid>http://localhost:1313/de/projects/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
|
|||||||
Executable
+400
@@ -0,0 +1,400 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<title>Markin Stefan</title>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="color-scheme" content="light dark">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="author" content="Markin Stefan">
|
||||||
|
<meta name="description" content="Wir freuen uns, Sie zur Hochzeit von Stefan und Mariia einzuladen! Feiern Sie mit uns diesen besonderen Tag voller Liebe, Freude und wundervoller Erinnerungen.
|
||||||
|
Wir freuen uns darauf, Sie dort zu sehen!">
|
||||||
|
<meta name="keywords" content="blog,desenvolvedor,pessoal">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:title" content="Hochzeit von Stefan und Mariia">
|
||||||
|
<meta name="twitter:description" content="Wir freuen uns, Sie zur Hochzeit von Stefan und Mariia einzuladen! Feiern Sie mit uns diesen besonderen Tag voller Liebe, Freude und wundervoller Erinnerungen.
|
||||||
|
Wir freuen uns darauf, Sie dort zu sehen!">
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/de/marriage/">
|
||||||
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
|
<meta property="og:title" content="Hochzeit von Stefan und Mariia">
|
||||||
|
<meta property="og:description" content="Wir freuen uns, Sie zur Hochzeit von Stefan und Mariia einzuladen! Feiern Sie mit uns diesen besonderen Tag voller Liebe, Freude und wundervoller Erinnerungen.
|
||||||
|
Wir freuen uns darauf, Sie dort zu sehen!">
|
||||||
|
<meta property="og:locale" content="de">
|
||||||
|
<meta property="og:type" content="article">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="http://localhost:1313/de/marriage/">
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
|
||||||
|
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
|
||||||
|
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||||
|
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<body class="preload-transitions colorscheme-auto">
|
||||||
|
|
||||||
|
<div class="float-container">
|
||||||
|
<a id="dark-mode-toggle" class="colorscheme-toggle">
|
||||||
|
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<main class="wrapper">
|
||||||
|
<nav class="navigation">
|
||||||
|
<section class="container">
|
||||||
|
|
||||||
|
<a class="navigation-title" href="http://localhost:1313/de/">
|
||||||
|
Markin Stefan
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<input type="checkbox" id="menu-toggle" />
|
||||||
|
<label class="menu-button float-right" for="menu-toggle">
|
||||||
|
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
|
||||||
|
</label>
|
||||||
|
<ul class="navigation-list">
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="/de/about/">Über mich</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="/de/projects/">Projekte</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="/de/contact/">Kontakt</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item menu-separator">
|
||||||
|
<span>|</span>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a href="/marriage/">🇬🇧</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a href="/ru/marriage/">🇷🇺</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.wedding-container {
|
||||||
|
max-width: 800px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 2rem;
|
||||||
|
font-family: system-ui, sans-serif;
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero {
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero img {
|
||||||
|
width: 100%;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero h1 {
|
||||||
|
font-size: 2.5rem;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero .date {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section {
|
||||||
|
margin-bottom: 2.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section h2 {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
|
padding-bottom: 0.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.map iframe {
|
||||||
|
width: 100%;
|
||||||
|
height: 400px;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rsvp {
|
||||||
|
background: #f8f8f8;
|
||||||
|
padding: 1rem;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.countdown {
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 3rem;
|
||||||
|
color: #888;
|
||||||
|
font-size: 1rem;
|
||||||
|
padding-top: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer a {
|
||||||
|
color: #0066cc;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="wedding-container">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="countdown">
|
||||||
|
<h3>Countdown zu unserer Hochzeit</h3>
|
||||||
|
<p id="timer"></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="hero">
|
||||||
|
<img src="/images/header-image.jpg" alt="Wedding Header Image">
|
||||||
|
<h1>Hochzeit von Stefan und Mariia</h1>
|
||||||
|
<div class="date">
|
||||||
|
de
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="section">
|
||||||
|
<p>Wir freuen uns, Sie zur Hochzeit von Stefan und Mariia einzuladen! Feiern Sie mit uns diesen besonderen Tag voller Liebe, Freude und wundervoller Erinnerungen.</p>
|
||||||
|
<p>Wir freuen uns darauf, Sie dort zu sehen!</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="section">
|
||||||
|
<h2>📅 Veranstaltung</h2>
|
||||||
|
|
||||||
|
<p><strong>Zeremonie:</strong> 14:00</p>
|
||||||
|
|
||||||
|
|
||||||
|
<p><strong>Empfang:</strong> 17:00</p>
|
||||||
|
|
||||||
|
|
||||||
|
<p><strong>Ort:</strong> Helsinki, Finnland</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="section map">
|
||||||
|
<h2>📍 Ort</h2>
|
||||||
|
<iframe src="https://maps.google.com/?q=Helsinki,+Finland&z=12&output=embed" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="section rsvp">
|
||||||
|
<h2>📝 RSVP</h2>
|
||||||
|
|
||||||
|
<p>Bitte antworten bis <strong>30. Juni</strong>.</p>
|
||||||
|
|
||||||
|
|
||||||
|
<p>E-Mail: <a href="mailto:test@example.com">test@example.com</a></p>
|
||||||
|
|
||||||
|
|
||||||
|
<p><a href="https://example.com/rsvp-form" target="_blank">RSVP Formular</a></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
<p>Wir freuen uns darauf, mit euch zu feiern ❤️</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var countDownDate = new Date("2026-08-15 14:00").getTime();
|
||||||
|
|
||||||
|
var x = setInterval(function() {
|
||||||
|
var now = new Date().getTime();
|
||||||
|
var distance = countDownDate - now;
|
||||||
|
|
||||||
|
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
|
||||||
|
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
|
||||||
|
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
|
||||||
|
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
|
||||||
|
|
||||||
|
document.getElementById("timer").innerHTML = days + "d " + hours + "h "
|
||||||
|
+ minutes + "m " + seconds + "s ";
|
||||||
|
|
||||||
|
if (distance < 0) {
|
||||||
|
clearInterval(x);
|
||||||
|
document.getElementById("timer").innerHTML = "Der große Tag ist da!";
|
||||||
|
}
|
||||||
|
}, 1000);
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<section class="container">
|
||||||
|
©
|
||||||
|
|
||||||
|
2026
|
||||||
|
Markin Stefan
|
||||||
|
·
|
||||||
|
|
||||||
|
Gestaltet mit <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,244 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<title>
|
||||||
|
Hochzeit von Maria und Stefan · Markin Stefan
|
||||||
|
</title>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="color-scheme" content="light dark">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="author" content="Markin Stefan">
|
||||||
|
<meta name="description" content="Sítio pessoal de João Ninguém">
|
||||||
|
<meta name="keywords" content="blog,desenvolvedor,pessoal">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:title" content="Hochzeit von Maria und Stefan">
|
||||||
|
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/de/marriage/">
|
||||||
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
|
<meta property="og:title" content="Hochzeit von Maria und Stefan">
|
||||||
|
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
||||||
|
<meta property="og:locale" content="de">
|
||||||
|
<meta property="og:type" content="article">
|
||||||
|
<meta property="article:published_time" content="2026-05-04T12:42:52+02:00">
|
||||||
|
<meta property="article:modified_time" content="2026-05-04T12:42:52+02:00">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="http://localhost:1313/de/marriage/">
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
|
||||||
|
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
|
||||||
|
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||||
|
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<body class="preload-transitions colorscheme-auto">
|
||||||
|
|
||||||
|
<div class="float-container">
|
||||||
|
<a id="dark-mode-toggle" class="colorscheme-toggle">
|
||||||
|
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<main class="wrapper">
|
||||||
|
<nav class="navigation">
|
||||||
|
<section class="container">
|
||||||
|
|
||||||
|
<a class="navigation-title" href="http://localhost:1313/de/">
|
||||||
|
Markin Stefan
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<input type="checkbox" id="menu-toggle" />
|
||||||
|
<label class="menu-button float-right" for="menu-toggle">
|
||||||
|
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
|
||||||
|
</label>
|
||||||
|
<ul class="navigation-list">
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="/de/about/">Über mich</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="/de/projects/">Projekte</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="/de/contact/">Kontakt</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item menu-separator">
|
||||||
|
<span>|</span>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a href="/marriage/">🇬🇧</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a href="/ru/marriage/">🇷🇺</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<section class="container page">
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h1 class="title">
|
||||||
|
<a class="title-link" href="http://localhost:1313/de/marriage/">
|
||||||
|
Hochzeit von Maria und Stefan
|
||||||
|
</a>
|
||||||
|
</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
</article>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<section class="container">
|
||||||
|
©
|
||||||
|
|
||||||
|
2026
|
||||||
|
Markin Stefan
|
||||||
|
·
|
||||||
|
|
||||||
|
Gestaltet mit <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Regular → Executable
+7
-7
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Markin Stefan</title>
|
<title>Markin Stefan</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Weiterleitung zum Gitea-Repository">
|
<meta name="twitter:title" content="Weiterleitung zum Gitea-Repository">
|
||||||
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/de/projects/">
|
<meta property="og:url" content="http://localhost:1313/de/projects/">
|
||||||
<meta property="og:site_name" content="Markin Stefan">
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
<meta property="og:title" content="Weiterleitung zum Gitea-Repository">
|
<meta property="og:title" content="Weiterleitung zum Gitea-Repository">
|
||||||
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/de/projects/">
|
<link rel="canonical" href="http://localhost:1313/de/projects/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/de/">
|
<a class="navigation-title" href="http://localhost:1313/de/">
|
||||||
Markin Stefan
|
Markin Stefan
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+8
-8
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Serien · Markin Stefan</title>
|
<title>Serien · Markin Stefan</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Series">
|
<meta name="twitter:title" content="Series">
|
||||||
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/de/series/">
|
<meta property="og:url" content="http://localhost:1313/de/series/">
|
||||||
<meta property="og:site_name" content="Markin Stefan">
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
<meta property="og:title" content="Series">
|
<meta property="og:title" content="Series">
|
||||||
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/de/series/">
|
<link rel="canonical" href="http://localhost:1313/de/series/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/de/">
|
<a class="navigation-title" href="http://localhost:1313/de/">
|
||||||
Markin Stefan
|
Markin Stefan
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
<section class="container list">
|
<section class="container list">
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<a class="title-link" href="http://markinstefan.xyz/de/series/">Serien</a>
|
<a class="title-link" href="http://localhost:1313/de/series/">Serien</a>
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+2
-2
@@ -2,10 +2,10 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Series on Markin Stefan</title>
|
<title>Series on Markin Stefan</title>
|
||||||
<link>http://markinstefan.xyz/de/series/</link>
|
<link>http://localhost:1313/de/series/</link>
|
||||||
<description>Recent content in Series on Markin Stefan</description>
|
<description>Recent content in Series on Markin Stefan</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>de</language>
|
<language>de</language>
|
||||||
<atom:link href="http://markinstefan.xyz/de/series/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/de/series/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
Regular → Executable
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
<head>
|
<head>
|
||||||
<title>http://markinstefan.xyz/de/series/</title>
|
<title>http://localhost:1313/de/series/</title>
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/de/series/">
|
<link rel="canonical" href="http://localhost:1313/de/series/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://markinstefan.xyz/de/series/">
|
<meta http-equiv="refresh" content="0; url=http://localhost:1313/de/series/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Regular → Executable
+53
-36
@@ -2,140 +2,157 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
<url>
|
<url>
|
||||||
<loc>http://markinstefan.xyz/de/authors/</loc>
|
<loc>http://localhost:1313/de/authors/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/authors/"
|
href="http://localhost:1313/authors/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/authors/"
|
href="http://localhost:1313/ru/authors/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/authors/"
|
href="http://localhost:1313/de/authors/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/de/categories/</loc>
|
<loc>http://localhost:1313/de/categories/</loc>
|
||||||
<xhtml:link
|
|
||||||
rel="alternate"
|
|
||||||
hreflang="en"
|
|
||||||
href="http://markinstefan.xyz/categories/"
|
|
||||||
/>
|
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/categories/"
|
href="http://localhost:1313/ru/categories/"
|
||||||
|
/>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="en"
|
||||||
|
href="http://localhost:1313/categories/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/categories/"
|
href="http://localhost:1313/de/categories/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/de/contact/</loc>
|
<loc>http://localhost:1313/de/marriage/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/contact/"
|
href="http://localhost:1313/marriage/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/contact/"
|
href="http://localhost:1313/ru/marriage/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/contact/"
|
href="http://localhost:1313/de/marriage/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/de/</loc>
|
<loc>http://localhost:1313/de/contact/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/"
|
href="http://localhost:1313/contact/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/"
|
href="http://localhost:1313/ru/contact/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/"
|
href="http://localhost:1313/de/contact/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/de/series/</loc>
|
<loc>http://localhost:1313/de/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/series/"
|
href="http://localhost:1313/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/series/"
|
href="http://localhost:1313/ru/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/series/"
|
href="http://localhost:1313/de/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/de/tags/</loc>
|
<loc>http://localhost:1313/de/series/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/tags/"
|
href="http://localhost:1313/series/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/tags/"
|
href="http://localhost:1313/ru/series/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/tags/"
|
href="http://localhost:1313/de/series/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/de/about/</loc>
|
<loc>http://localhost:1313/de/tags/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/about/"
|
href="http://localhost:1313/tags/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/about/"
|
href="http://localhost:1313/ru/tags/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/about/"
|
href="http://localhost:1313/de/tags/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/de/projects/</loc>
|
<loc>http://localhost:1313/de/about/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/projects/"
|
href="http://localhost:1313/about/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/projects/"
|
href="http://localhost:1313/ru/about/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/projects/"
|
href="http://localhost:1313/de/about/"
|
||||||
|
/>
|
||||||
|
</url><url>
|
||||||
|
<loc>http://localhost:1313/de/projects/</loc>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="en"
|
||||||
|
href="http://localhost:1313/projects/"
|
||||||
|
/>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="ru"
|
||||||
|
href="http://localhost:1313/ru/projects/"
|
||||||
|
/>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="de"
|
||||||
|
href="http://localhost:1313/de/projects/"
|
||||||
/>
|
/>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|||||||
Regular → Executable
+10
-10
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Tags · Markin Stefan</title>
|
<title>Tags · Markin Stefan</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Tags">
|
<meta name="twitter:title" content="Tags">
|
||||||
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/de/tags/">
|
<meta property="og:url" content="http://localhost:1313/de/tags/">
|
||||||
<meta property="og:site_name" content="Markin Stefan">
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
<meta property="og:title" content="Tags">
|
<meta property="og:title" content="Tags">
|
||||||
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/de/tags/">
|
<link rel="canonical" href="http://localhost:1313/de/tags/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/de/">
|
<a class="navigation-title" href="http://localhost:1313/de/">
|
||||||
Markin Stefan
|
Markin Stefan
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -137,14 +137,14 @@
|
|||||||
|
|
||||||
|
|
||||||
<li class="navigation-item">
|
<li class="navigation-item">
|
||||||
<a href="/tags/">🇬🇧</a>
|
<a href="/ru/tags/">🇷🇺</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="navigation-item">
|
<li class="navigation-item">
|
||||||
<a href="/ru/tags/">🇷🇺</a>
|
<a href="/tags/">🇬🇧</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
<section class="container list">
|
<section class="container list">
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<a class="title-link" href="http://markinstefan.xyz/de/tags/">Tags</a>
|
<a class="title-link" href="http://localhost:1313/de/tags/">Tags</a>
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+2
-2
@@ -2,10 +2,10 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Tags on Markin Stefan</title>
|
<title>Tags on Markin Stefan</title>
|
||||||
<link>http://markinstefan.xyz/de/tags/</link>
|
<link>http://localhost:1313/de/tags/</link>
|
||||||
<description>Recent content in Tags on Markin Stefan</description>
|
<description>Recent content in Tags on Markin Stefan</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>de</language>
|
<language>de</language>
|
||||||
<atom:link href="http://markinstefan.xyz/de/tags/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/de/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
Regular → Executable
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
<head>
|
<head>
|
||||||
<title>http://markinstefan.xyz/de/tags/</title>
|
<title>http://localhost:1313/de/tags/</title>
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/de/tags/">
|
<link rel="canonical" href="http://localhost:1313/de/tags/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://markinstefan.xyz/de/tags/">
|
<meta http-equiv="refresh" content="0; url=http://localhost:1313/de/tags/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Regular → Executable
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>http://markinstefan.xyz/</title>
|
<title>http://localhost:1313/</title>
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/">
|
<link rel="canonical" href="http://localhost:1313/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://markinstefan.xyz/">
|
<meta http-equiv="refresh" content="0; url=http://localhost:1313/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Regular → Executable
+57
-40
@@ -2,140 +2,157 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
<url>
|
<url>
|
||||||
<loc>http://markinstefan.xyz/authors/</loc>
|
<loc>http://localhost:1313/authors/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/authors/"
|
href="http://localhost:1313/de/authors/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/authors/"
|
href="http://localhost:1313/ru/authors/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/authors/"
|
href="http://localhost:1313/authors/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/categories/</loc>
|
<loc>http://localhost:1313/categories/</loc>
|
||||||
<xhtml:link
|
|
||||||
rel="alternate"
|
|
||||||
hreflang="de"
|
|
||||||
href="http://markinstefan.xyz/de/categories/"
|
|
||||||
/>
|
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/categories/"
|
href="http://localhost:1313/ru/categories/"
|
||||||
|
/>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="de"
|
||||||
|
href="http://localhost:1313/de/categories/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/categories/"
|
href="http://localhost:1313/categories/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/contact/</loc>
|
<loc>http://localhost:1313/contact/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/contact/"
|
href="http://localhost:1313/de/contact/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/contact/"
|
href="http://localhost:1313/ru/contact/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/contact/"
|
href="http://localhost:1313/contact/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/</loc>
|
<loc>http://localhost:1313/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/"
|
href="http://localhost:1313/de/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/"
|
href="http://localhost:1313/ru/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/"
|
href="http://localhost:1313/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/about/</loc>
|
<loc>http://localhost:1313/marriage/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/about/"
|
href="http://localhost:1313/de/marriage/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/about/"
|
href="http://localhost:1313/ru/marriage/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/about/"
|
href="http://localhost:1313/marriage/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/projects/</loc>
|
<loc>http://localhost:1313/about/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/projects/"
|
href="http://localhost:1313/de/about/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/projects/"
|
href="http://localhost:1313/ru/about/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/projects/"
|
href="http://localhost:1313/about/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/series/</loc>
|
<loc>http://localhost:1313/projects/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/series/"
|
href="http://localhost:1313/de/projects/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/series/"
|
href="http://localhost:1313/ru/projects/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/series/"
|
href="http://localhost:1313/projects/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/tags/</loc>
|
<loc>http://localhost:1313/series/</loc>
|
||||||
<xhtml:link
|
|
||||||
rel="alternate"
|
|
||||||
hreflang="ru"
|
|
||||||
href="http://markinstefan.xyz/ru/tags/"
|
|
||||||
/>
|
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/tags/"
|
href="http://localhost:1313/de/series/"
|
||||||
|
/>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="ru"
|
||||||
|
href="http://localhost:1313/ru/series/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/tags/"
|
href="http://localhost:1313/series/"
|
||||||
|
/>
|
||||||
|
</url><url>
|
||||||
|
<loc>http://localhost:1313/tags/</loc>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="ru"
|
||||||
|
href="http://localhost:1313/ru/tags/"
|
||||||
|
/>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="de"
|
||||||
|
href="http://localhost:1313/de/tags/"
|
||||||
|
/>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="en"
|
||||||
|
href="http://localhost:1313/tags/"
|
||||||
/>
|
/>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|||||||
Regular → Executable
+8
-8
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Markin Stefan</title>
|
<title>Markin Stefan</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Markin Stefan">
|
<meta name="twitter:title" content="Markin Stefan">
|
||||||
<meta name="twitter:description" content="Markin Stefan's personal website">
|
<meta name="twitter:description" content="Markin Stefan's personal website">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/">
|
<meta property="og:url" content="http://localhost:1313/">
|
||||||
<meta property="og:site_name" content="Markin Stefan">
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
<meta property="og:title" content="Markin Stefan">
|
<meta property="og:title" content="Markin Stefan">
|
||||||
<meta property="og:description" content="Markin Stefan's personal website">
|
<meta property="og:description" content="Markin Stefan's personal website">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/">
|
<link rel="canonical" href="http://localhost:1313/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="Markin Stefan" />
|
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="Markin Stefan" />
|
||||||
|
|
||||||
|
|
||||||
<meta name="generator" content="Hugo 0.160.1">
|
<meta name="generator" content="Hugo 0.161.0">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -101,7 +101,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/">
|
<a class="navigation-title" href="http://localhost:1313/">
|
||||||
Markin Stefan
|
Markin Stefan
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -232,7 +232,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+16
-9
@@ -2,30 +2,37 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Markin Stefan</title>
|
<title>Markin Stefan</title>
|
||||||
<link>http://markinstefan.xyz/</link>
|
<link>http://localhost:1313/</link>
|
||||||
<description>Recent content on Markin Stefan</description>
|
<description>Recent content on Markin Stefan</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<atom:link href="http://markinstefan.xyz/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>Contact</title>
|
<title>Contact</title>
|
||||||
<link>http://markinstefan.xyz/contact/</link>
|
<link>http://localhost:1313/contact/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
<guid>http://markinstefan.xyz/contact/</guid>
|
<guid>http://localhost:1313/contact/</guid>
|
||||||
<description><p>If you have my phone number, <strong>only</strong> through:</p>
<ul>
<li>SMS</li>
<li>Directly calling</li>
<li><a href="https://signal.org/" class="external-link" target="_blank" rel="noopener">Signal</a></li>
</ul>
<p>I do <strong>not</strong> use WhatsApp or Telegram <strong>for personal conversations</strong>.<br>
Write to me using one of the three recommendations mentioned.</p></description>
|
<description><p>If you have my phone number, <strong>only</strong> through:</p>
<ul>
<li>SMS</li>
<li>Directly calling</li>
<li><a href="https://signal.org/" class="external-link" target="_blank" rel="noopener">Signal</a></li>
</ul>
<p>I do <strong>not</strong> use WhatsApp or Telegram <strong>for personal conversations</strong>.<br>
Write to me using one of the three recommendations mentioned.</p></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Redirecting to Gitea Profile</title>
|
<title>Marriage of Stefan and Mariia</title>
|
||||||
<link>http://markinstefan.xyz/about/</link>
|
<link>http://localhost:1313/marriage/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
<guid>http://markinstefan.xyz/about/</guid>
|
<guid>http://localhost:1313/marriage/</guid>
|
||||||
|
<description><p>We are happy to invite you to the wedding of Stefan and Mariia! Join us in celebrating this special day with love, joy, and wonderful memories.</p>
<p>We look forward to seeing you there!</p></description>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>Redirecting to Gitea Profile</title>
|
||||||
|
<link>http://localhost:1313/about/</link>
|
||||||
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
<guid>http://localhost:1313/about/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Redirecting to Gitea Repository</title>
|
<title>Redirecting to Gitea Repository</title>
|
||||||
<link>http://markinstefan.xyz/projects/</link>
|
<link>http://localhost:1313/projects/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
<guid>http://markinstefan.xyz/projects/</guid>
|
<guid>http://localhost:1313/projects/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
|
|||||||
Executable
+97
@@ -0,0 +1,97 @@
|
|||||||
|
const body = document.body;
|
||||||
|
const darkModeToggle = document.getElementById('dark-mode-toggle');
|
||||||
|
const darkModeMediaQuery = window.matchMedia('(prefers-color-scheme: dark)');
|
||||||
|
|
||||||
|
// Check if user preference is set, if not check value of body class for light or dark else it means that colorscheme = auto
|
||||||
|
if (localStorage.getItem("colorscheme")) {
|
||||||
|
setTheme(localStorage.getItem("colorscheme"));
|
||||||
|
} else if (body.classList.contains('colorscheme-light') || body.classList.contains('colorscheme-dark')) {
|
||||||
|
setTheme(body.classList.contains("colorscheme-dark") ? "dark" : "light");
|
||||||
|
} else {
|
||||||
|
setTheme(darkModeMediaQuery.matches ? "dark" : "light");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (darkModeToggle) {
|
||||||
|
darkModeToggle.addEventListener('click', () => {
|
||||||
|
let theme = body.classList.contains("colorscheme-dark") ? "light" : "dark";
|
||||||
|
setTheme(theme);
|
||||||
|
rememberTheme(theme);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
darkModeMediaQuery.addListener((event) => {
|
||||||
|
setTheme(event.matches ? "dark" : "light");
|
||||||
|
});
|
||||||
|
|
||||||
|
document.addEventListener("DOMContentLoaded", function () {
|
||||||
|
let node = document.querySelector('.preload-transitions');
|
||||||
|
node.classList.remove('preload-transitions');
|
||||||
|
});
|
||||||
|
|
||||||
|
function setTheme(theme) {
|
||||||
|
body.classList.remove('colorscheme-auto');
|
||||||
|
let inverse = theme === 'dark' ? 'light' : 'dark';
|
||||||
|
body.classList.remove('colorscheme-' + inverse);
|
||||||
|
body.classList.add('colorscheme-' + theme);
|
||||||
|
document.documentElement.style['color-scheme'] = theme;
|
||||||
|
|
||||||
|
function waitForElm(selector) {
|
||||||
|
return new Promise(resolve => {
|
||||||
|
if (document.querySelector(selector)) {
|
||||||
|
return resolve(document.querySelector(selector));
|
||||||
|
}
|
||||||
|
|
||||||
|
const observer = new MutationObserver(mutations => {
|
||||||
|
if (document.querySelector(selector)) {
|
||||||
|
resolve(document.querySelector(selector));
|
||||||
|
observer.disconnect();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
observer.observe(document.body, {
|
||||||
|
childList: true,
|
||||||
|
subtree: true
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
if (theme === 'dark') {
|
||||||
|
const message = {
|
||||||
|
type: 'set-theme',
|
||||||
|
theme: 'github-dark'
|
||||||
|
};
|
||||||
|
waitForElm('.utterances-frame').then((iframe) => {
|
||||||
|
iframe.contentWindow.postMessage(message, 'https://utteranc.es');
|
||||||
|
})
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
const message = {
|
||||||
|
type: 'set-theme',
|
||||||
|
theme: 'github-light'
|
||||||
|
};
|
||||||
|
waitForElm('.utterances-frame').then((iframe) => {
|
||||||
|
iframe.contentWindow.postMessage(message, 'https://utteranc.es');
|
||||||
|
})
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
function sendMessage(message) {
|
||||||
|
const iframe = document.querySelector('iframe.giscus-frame');
|
||||||
|
if (!iframe) return;
|
||||||
|
iframe.contentWindow.postMessage({ giscus: message }, 'https://giscus.app');
|
||||||
|
}
|
||||||
|
sendMessage({
|
||||||
|
setConfig: {
|
||||||
|
theme: theme,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
// Create and send event
|
||||||
|
const event = new Event('themeChanged');
|
||||||
|
document.dispatchEvent(event);
|
||||||
|
}
|
||||||
|
|
||||||
|
function rememberTheme(theme) {
|
||||||
|
localStorage.setItem('colorscheme', theme);
|
||||||
|
}
|
||||||
Regular → Executable
Executable
+400
@@ -0,0 +1,400 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<title>Markin Stefan</title>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="color-scheme" content="light dark">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="author" content="Markin Stefan">
|
||||||
|
<meta name="description" content="We are happy to invite you to the wedding of Stefan and Mariia! Join us in celebrating this special day with love, joy, and wonderful memories.
|
||||||
|
We look forward to seeing you there!">
|
||||||
|
<meta name="keywords" content="blog,developer,personal">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:title" content="Marriage of Stefan and Mariia">
|
||||||
|
<meta name="twitter:description" content="We are happy to invite you to the wedding of Stefan and Mariia! Join us in celebrating this special day with love, joy, and wonderful memories.
|
||||||
|
We look forward to seeing you there!">
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/marriage/">
|
||||||
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
|
<meta property="og:title" content="Marriage of Stefan and Mariia">
|
||||||
|
<meta property="og:description" content="We are happy to invite you to the wedding of Stefan and Mariia! Join us in celebrating this special day with love, joy, and wonderful memories.
|
||||||
|
We look forward to seeing you there!">
|
||||||
|
<meta property="og:locale" content="en">
|
||||||
|
<meta property="og:type" content="article">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="http://localhost:1313/marriage/">
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
|
||||||
|
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
|
||||||
|
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||||
|
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<body class="preload-transitions colorscheme-auto">
|
||||||
|
|
||||||
|
<div class="float-container">
|
||||||
|
<a id="dark-mode-toggle" class="colorscheme-toggle">
|
||||||
|
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<main class="wrapper">
|
||||||
|
<nav class="navigation">
|
||||||
|
<section class="container">
|
||||||
|
|
||||||
|
<a class="navigation-title" href="http://localhost:1313/">
|
||||||
|
Markin Stefan
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<input type="checkbox" id="menu-toggle" />
|
||||||
|
<label class="menu-button float-right" for="menu-toggle">
|
||||||
|
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
|
||||||
|
</label>
|
||||||
|
<ul class="navigation-list">
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="/about/">About</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="/projects/">Projects</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="/contact/">Contact me</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item menu-separator">
|
||||||
|
<span>|</span>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a href="/de/marriage/">🇩🇪</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a href="/ru/marriage/">🇷🇺</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.wedding-container {
|
||||||
|
max-width: 800px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 2rem;
|
||||||
|
font-family: system-ui, sans-serif;
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero {
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero img {
|
||||||
|
width: 100%;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero h1 {
|
||||||
|
font-size: 2.5rem;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero .date {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section {
|
||||||
|
margin-bottom: 2.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section h2 {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
|
padding-bottom: 0.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.map iframe {
|
||||||
|
width: 100%;
|
||||||
|
height: 400px;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rsvp {
|
||||||
|
background: #f8f8f8;
|
||||||
|
padding: 1rem;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.countdown {
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 3rem;
|
||||||
|
color: #888;
|
||||||
|
font-size: 1rem;
|
||||||
|
padding-top: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer a {
|
||||||
|
color: #0066cc;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="wedding-container">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="countdown">
|
||||||
|
<h3>Countdown to our Wedding</h3>
|
||||||
|
<p id="timer"></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="hero">
|
||||||
|
<img src="/images/header-image.jpg" alt="Wedding Header Image">
|
||||||
|
<h1>Marriage of Stefan and Mariia</h1>
|
||||||
|
<div class="date">
|
||||||
|
en
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="section">
|
||||||
|
<p>We are happy to invite you to the wedding of Stefan and Mariia! Join us in celebrating this special day with love, joy, and wonderful memories.</p>
|
||||||
|
<p>We look forward to seeing you there!</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="section">
|
||||||
|
<h2>📅 Event</h2>
|
||||||
|
|
||||||
|
<p><strong>Ceremony:</strong> 14:00</p>
|
||||||
|
|
||||||
|
|
||||||
|
<p><strong>Reception:</strong> 17:00</p>
|
||||||
|
|
||||||
|
|
||||||
|
<p><strong>Location:</strong> Helsinki, Finland</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="section map">
|
||||||
|
<h2>📍 Location</h2>
|
||||||
|
<iframe src="https://maps.google.com/?q=Helsinki,+Finland&z=12&output=embed" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="section rsvp">
|
||||||
|
<h2>📝 RSVP</h2>
|
||||||
|
|
||||||
|
<p>Please respond by <strong>June 30</strong>.</p>
|
||||||
|
|
||||||
|
|
||||||
|
<p>Email: <a href="mailto:test@example.com">test@example.com</a></p>
|
||||||
|
|
||||||
|
|
||||||
|
<p><a href="https://example.com/rsvp-form" target="_blank">RSVP Form</a></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
<p>We look forward to celebrating with you ❤️</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var countDownDate = new Date("2026-08-15 14:00").getTime();
|
||||||
|
|
||||||
|
var x = setInterval(function() {
|
||||||
|
var now = new Date().getTime();
|
||||||
|
var distance = countDownDate - now;
|
||||||
|
|
||||||
|
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
|
||||||
|
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
|
||||||
|
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
|
||||||
|
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
|
||||||
|
|
||||||
|
document.getElementById("timer").innerHTML = days + "d " + hours + "h "
|
||||||
|
+ minutes + "m " + seconds + "s ";
|
||||||
|
|
||||||
|
if (distance < 0) {
|
||||||
|
clearInterval(x);
|
||||||
|
document.getElementById("timer").innerHTML = "The big day is here!";
|
||||||
|
}
|
||||||
|
}, 1000);
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<section class="container">
|
||||||
|
©
|
||||||
|
|
||||||
|
2026
|
||||||
|
Markin Stefan
|
||||||
|
·
|
||||||
|
|
||||||
|
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Regular → Executable
+7
-7
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Markin Stefan</title>
|
<title>Markin Stefan</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Redirecting to Gitea Repository">
|
<meta name="twitter:title" content="Redirecting to Gitea Repository">
|
||||||
<meta name="twitter:description" content="Markin Stefan's personal website">
|
<meta name="twitter:description" content="Markin Stefan's personal website">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/projects/">
|
<meta property="og:url" content="http://localhost:1313/projects/">
|
||||||
<meta property="og:site_name" content="Markin Stefan">
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
<meta property="og:title" content="Redirecting to Gitea Repository">
|
<meta property="og:title" content="Redirecting to Gitea Repository">
|
||||||
<meta property="og:description" content="Markin Stefan's personal website">
|
<meta property="og:description" content="Markin Stefan's personal website">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/projects/">
|
<link rel="canonical" href="http://localhost:1313/projects/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/">
|
<a class="navigation-title" href="http://localhost:1313/">
|
||||||
Markin Stefan
|
Markin Stefan
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+8
-8
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Маркин Степан</title>
|
<title>Маркин Степан</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="404 Page not found">
|
<meta name="twitter:title" content="404 Page not found">
|
||||||
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/ru/404.html">
|
<meta property="og:url" content="http://localhost:1313/ru/404.html">
|
||||||
<meta property="og:site_name" content="Маркин Степан">
|
<meta property="og:site_name" content="Маркин Степан">
|
||||||
<meta property="og:title" content="404 Page not found">
|
<meta property="og:title" content="404 Page not found">
|
||||||
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/ru/404.html">
|
<link rel="canonical" href="http://localhost:1313/ru/404.html">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/ru/">
|
<a class="navigation-title" href="http://localhost:1313/ru/">
|
||||||
Маркин Степан
|
Маркин Степан
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
<div class="error">
|
<div class="error">
|
||||||
<h1>404</h1>
|
<h1>404</h1>
|
||||||
<h2>Страница не найдена</h2>
|
<h2>Страница не найдена</h2>
|
||||||
<p>Извините, но этой страницы не существует.<br />Можете вернуться обратно на <a href="http://markinstefan.xyz/">домашнюю страницу</a>.</p>
|
<p>Извините, но этой страницы не существует.<br />Можете вернуться обратно на <a href="http://localhost:1313/">домашнюю страницу</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -186,7 +186,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+7
-7
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Маркин Степан</title>
|
<title>Маркин Степан</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Перенаправление на профиль Gitea">
|
<meta name="twitter:title" content="Перенаправление на профиль Gitea">
|
||||||
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/ru/about/">
|
<meta property="og:url" content="http://localhost:1313/ru/about/">
|
||||||
<meta property="og:site_name" content="Маркин Степан">
|
<meta property="og:site_name" content="Маркин Степан">
|
||||||
<meta property="og:title" content="Перенаправление на профиль Gitea">
|
<meta property="og:title" content="Перенаправление на профиль Gitea">
|
||||||
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/ru/about/">
|
<link rel="canonical" href="http://localhost:1313/ru/about/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/ru/">
|
<a class="navigation-title" href="http://localhost:1313/ru/">
|
||||||
Маркин Степан
|
Маркин Степан
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+10
-10
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Авторы · Маркин Степан</title>
|
<title>Авторы · Маркин Степан</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Authors">
|
<meta name="twitter:title" content="Authors">
|
||||||
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/ru/authors/">
|
<meta property="og:url" content="http://localhost:1313/ru/authors/">
|
||||||
<meta property="og:site_name" content="Маркин Степан">
|
<meta property="og:site_name" content="Маркин Степан">
|
||||||
<meta property="og:title" content="Authors">
|
<meta property="og:title" content="Authors">
|
||||||
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/ru/authors/">
|
<link rel="canonical" href="http://localhost:1313/ru/authors/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/ru/">
|
<a class="navigation-title" href="http://localhost:1313/ru/">
|
||||||
Маркин Степан
|
Маркин Степан
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -137,14 +137,14 @@
|
|||||||
|
|
||||||
|
|
||||||
<li class="navigation-item">
|
<li class="navigation-item">
|
||||||
<a href="/de/authors/">🇩🇪</a>
|
<a href="/authors/">🇬🇧</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="navigation-item">
|
<li class="navigation-item">
|
||||||
<a href="/authors/">🇬🇧</a>
|
<a href="/de/authors/">🇩🇪</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
<section class="container list">
|
<section class="container list">
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<a class="title-link" href="http://markinstefan.xyz/ru/authors/">Авторы</a>
|
<a class="title-link" href="http://localhost:1313/ru/authors/">Авторы</a>
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+2
-2
@@ -2,10 +2,10 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Authors on Маркин Степан</title>
|
<title>Authors on Маркин Степан</title>
|
||||||
<link>http://markinstefan.xyz/ru/authors/</link>
|
<link>http://localhost:1313/ru/authors/</link>
|
||||||
<description>Recent content in Authors on Маркин Степан</description>
|
<description>Recent content in Authors on Маркин Степан</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>ru</language>
|
<language>ru</language>
|
||||||
<atom:link href="http://markinstefan.xyz/ru/authors/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/ru/authors/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
Regular → Executable
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
<head>
|
<head>
|
||||||
<title>http://markinstefan.xyz/ru/authors/</title>
|
<title>http://localhost:1313/ru/authors/</title>
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/ru/authors/">
|
<link rel="canonical" href="http://localhost:1313/ru/authors/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://markinstefan.xyz/ru/authors/">
|
<meta http-equiv="refresh" content="0; url=http://localhost:1313/ru/authors/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Regular → Executable
+8
-8
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Категории · Маркин Степан</title>
|
<title>Категории · Маркин Степан</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Categories">
|
<meta name="twitter:title" content="Categories">
|
||||||
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/ru/categories/">
|
<meta property="og:url" content="http://localhost:1313/ru/categories/">
|
||||||
<meta property="og:site_name" content="Маркин Степан">
|
<meta property="og:site_name" content="Маркин Степан">
|
||||||
<meta property="og:title" content="Categories">
|
<meta property="og:title" content="Categories">
|
||||||
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/ru/categories/">
|
<link rel="canonical" href="http://localhost:1313/ru/categories/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/ru/">
|
<a class="navigation-title" href="http://localhost:1313/ru/">
|
||||||
Маркин Степан
|
Маркин Степан
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
<section class="container list">
|
<section class="container list">
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<a class="title-link" href="http://markinstefan.xyz/ru/categories/">Категории</a>
|
<a class="title-link" href="http://localhost:1313/ru/categories/">Категории</a>
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+2
-2
@@ -2,10 +2,10 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Categories on Маркин Степан</title>
|
<title>Categories on Маркин Степан</title>
|
||||||
<link>http://markinstefan.xyz/ru/categories/</link>
|
<link>http://localhost:1313/ru/categories/</link>
|
||||||
<description>Recent content in Categories on Маркин Степан</description>
|
<description>Recent content in Categories on Маркин Степан</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>ru</language>
|
<language>ru</language>
|
||||||
<atom:link href="http://markinstefan.xyz/ru/categories/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/ru/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
Regular → Executable
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
<head>
|
<head>
|
||||||
<title>http://markinstefan.xyz/ru/categories/</title>
|
<title>http://localhost:1313/ru/categories/</title>
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/ru/categories/">
|
<link rel="canonical" href="http://localhost:1313/ru/categories/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://markinstefan.xyz/ru/categories/">
|
<meta http-equiv="refresh" content="0; url=http://localhost:1313/ru/categories/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Regular → Executable
+8
-8
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>
|
<title>
|
||||||
Контакты · Маркин Степан
|
Контакты · Маркин Степан
|
||||||
</title>
|
</title>
|
||||||
@@ -31,7 +31,7 @@ Signal
|
|||||||
SMS Позвоните напрямую Signal Я не использую WhatsApp или Telegram для личных разговоров.
|
SMS Позвоните напрямую Signal Я не использую WhatsApp или Telegram для личных разговоров.
|
||||||
Напишите мне, используя одну из трех упомянутых рекомендаций.">
|
Напишите мне, используя одну из трех упомянутых рекомендаций.">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/ru/contact/">
|
<meta property="og:url" content="http://localhost:1313/ru/contact/">
|
||||||
<meta property="og:site_name" content="Маркин Степан">
|
<meta property="og:site_name" content="Маркин Степан">
|
||||||
<meta property="og:title" content="Контакты">
|
<meta property="og:title" content="Контакты">
|
||||||
<meta property="og:description" content="Если у вас есть мой номер телефона, только через:
|
<meta property="og:description" content="Если у вас есть мой номер телефона, только через:
|
||||||
@@ -43,7 +43,7 @@ SMS Позвоните напрямую Signal Я не использую WhatsA
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/ru/contact/">
|
<link rel="canonical" href="http://localhost:1313/ru/contact/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -53,7 +53,7 @@ SMS Позвоните напрямую Signal Я не использую WhatsA
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -63,7 +63,7 @@ SMS Позвоните напрямую Signal Я не использую WhatsA
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -112,7 +112,7 @@ SMS Позвоните напрямую Signal Я не использую WhatsA
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/ru/">
|
<a class="navigation-title" href="http://localhost:1313/ru/">
|
||||||
Маркин Степан
|
Маркин Степан
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -173,7 +173,7 @@ SMS Позвоните напрямую Signal Я не использую WhatsA
|
|||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<a class="title-link" href="http://markinstefan.xyz/ru/contact/">
|
<a class="title-link" href="http://localhost:1313/ru/contact/">
|
||||||
Контакты
|
Контакты
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
@@ -214,7 +214,7 @@ SMS Позвоните напрямую Signal Я не использую WhatsA
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+8
-8
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Маркин Степан</title>
|
<title>Маркин Степан</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Маркин Степан">
|
<meta name="twitter:title" content="Маркин Степан">
|
||||||
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/ru/">
|
<meta property="og:url" content="http://localhost:1313/ru/">
|
||||||
<meta property="og:site_name" content="Маркин Степан">
|
<meta property="og:site_name" content="Маркин Степан">
|
||||||
<meta property="og:title" content="Маркин Степан">
|
<meta property="og:title" content="Маркин Степан">
|
||||||
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/ru/">
|
<link rel="canonical" href="http://localhost:1313/ru/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
<link rel="alternate" type="application/rss+xml" href="/ru/index.xml" title="Маркин Степан" />
|
<link rel="alternate" type="application/rss+xml" href="/ru/index.xml" title="Маркин Степан" />
|
||||||
|
|
||||||
|
|
||||||
<meta name="generator" content="Hugo 0.160.1">
|
<meta name="generator" content="Hugo 0.161.0">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -101,7 +101,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/ru/">
|
<a class="navigation-title" href="http://localhost:1313/ru/">
|
||||||
Маркин Степан
|
Маркин Степан
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -232,7 +232,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+15
-8
@@ -2,31 +2,38 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Маркин Степан</title>
|
<title>Маркин Степан</title>
|
||||||
<link>http://markinstefan.xyz/ru/</link>
|
<link>http://localhost:1313/ru/</link>
|
||||||
<description>Recent content on Маркин Степан</description>
|
<description>Recent content on Маркин Степан</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>ru</language>
|
<language>ru</language>
|
||||||
<atom:link href="http://markinstefan.xyz/ru/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/ru/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>Контакты</title>
|
<title>Контакты</title>
|
||||||
<link>http://markinstefan.xyz/ru/contact/</link>
|
<link>http://localhost:1313/ru/contact/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
<guid>http://markinstefan.xyz/ru/contact/</guid>
|
<guid>http://localhost:1313/ru/contact/</guid>
|
||||||
<description><p>Если у вас есть мой номер телефона, <strong>только</strong> через:</p>
<ul>
<li>SMS</li>
<li>Позвоните напрямую</li>
<li><a href="https://signal.org/" class="external-link" target="_blank" rel="noopener">Signal</a></li>
</ul>
<p>Я <strong>не</strong> использую WhatsApp или Telegram <strong>для личных разговоров</strong>.<br>
Напишите мне, используя одну из трех упомянутых рекомендаций.</p></description>
|
<description><p>Если у вас есть мой номер телефона, <strong>только</strong> через:</p>
<ul>
<li>SMS</li>
<li>Позвоните напрямую</li>
<li><a href="https://signal.org/" class="external-link" target="_blank" rel="noopener">Signal</a></li>
</ul>
<p>Я <strong>не</strong> использую WhatsApp или Telegram <strong>для личных разговоров</strong>.<br>
Напишите мне, используя одну из трех упомянутых рекомендаций.</p></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Перенаправление в репозиторий Gitea</title>
|
<title>Перенаправление в репозиторий Gitea</title>
|
||||||
<link>http://markinstefan.xyz/ru/projects/</link>
|
<link>http://localhost:1313/ru/projects/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
<guid>http://markinstefan.xyz/ru/projects/</guid>
|
<guid>http://localhost:1313/ru/projects/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>Перенаправление на профиль Gitea</title>
|
<title>Перенаправление на профиль Gitea</title>
|
||||||
<link>http://markinstefan.xyz/ru/about/</link>
|
<link>http://localhost:1313/ru/about/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
<guid>http://markinstefan.xyz/ru/about/</guid>
|
<guid>http://localhost:1313/ru/about/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>Свадьба Стефана и Марии</title>
|
||||||
|
<link>http://localhost:1313/ru/marriage/</link>
|
||||||
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
<guid>http://localhost:1313/ru/marriage/</guid>
|
||||||
|
<description><p>С радостью приглашаем вас на свадьбу Стефана и Мариии! Присоединяйтесь к нам, чтобы отпраздновать этот особенный день, наполненный любовью, радостью и незабываемыми воспоминаниями.</p>
<p>С нетерпением ждем встречи с вами!</p></description>
|
||||||
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
Executable
+400
@@ -0,0 +1,400 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ru">
|
||||||
|
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<title>Маркин Степан</title>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="color-scheme" content="light dark">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="author" content="Маркин Степан">
|
||||||
|
<meta name="description" content="С радостью приглашаем вас на свадьбу Стефана и Мариии! Присоединяйтесь к нам, чтобы отпраздновать этот особенный день, наполненный любовью, радостью и незабываемыми воспоминаниями.
|
||||||
|
С нетерпением ждем встречи с вами!">
|
||||||
|
<meta name="keywords" content="blog,desenvolvedor,pessoal">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:title" content="Свадьба Стефана и Марии">
|
||||||
|
<meta name="twitter:description" content="С радостью приглашаем вас на свадьбу Стефана и Мариии! Присоединяйтесь к нам, чтобы отпраздновать этот особенный день, наполненный любовью, радостью и незабываемыми воспоминаниями.
|
||||||
|
С нетерпением ждем встречи с вами!">
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/ru/marriage/">
|
||||||
|
<meta property="og:site_name" content="Маркин Степан">
|
||||||
|
<meta property="og:title" content="Свадьба Стефана и Марии">
|
||||||
|
<meta property="og:description" content="С радостью приглашаем вас на свадьбу Стефана и Мариии! Присоединяйтесь к нам, чтобы отпраздновать этот особенный день, наполненный любовью, радостью и незабываемыми воспоминаниями.
|
||||||
|
С нетерпением ждем встречи с вами!">
|
||||||
|
<meta property="og:locale" content="ru">
|
||||||
|
<meta property="og:type" content="article">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="http://localhost:1313/ru/marriage/">
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
|
||||||
|
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
|
||||||
|
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||||
|
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<body class="preload-transitions colorscheme-auto">
|
||||||
|
|
||||||
|
<div class="float-container">
|
||||||
|
<a id="dark-mode-toggle" class="colorscheme-toggle">
|
||||||
|
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<main class="wrapper">
|
||||||
|
<nav class="navigation">
|
||||||
|
<section class="container">
|
||||||
|
|
||||||
|
<a class="navigation-title" href="http://localhost:1313/ru/">
|
||||||
|
Маркин Степан
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<input type="checkbox" id="menu-toggle" />
|
||||||
|
<label class="menu-button float-right" for="menu-toggle">
|
||||||
|
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
|
||||||
|
</label>
|
||||||
|
<ul class="navigation-list">
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="/ru/about/">Обо мне</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="/ru/projects/">Проекты</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a class="navigation-link " href="/ru/contact/">Контакты</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item menu-separator">
|
||||||
|
<span>|</span>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a href="/de/marriage/">🇩🇪</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item">
|
||||||
|
<a href="/marriage/">🇬🇧</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.wedding-container {
|
||||||
|
max-width: 800px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 2rem;
|
||||||
|
font-family: system-ui, sans-serif;
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero {
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero img {
|
||||||
|
width: 100%;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero h1 {
|
||||||
|
font-size: 2.5rem;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero .date {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section {
|
||||||
|
margin-bottom: 2.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section h2 {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
|
padding-bottom: 0.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.map iframe {
|
||||||
|
width: 100%;
|
||||||
|
height: 400px;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rsvp {
|
||||||
|
background: #f8f8f8;
|
||||||
|
padding: 1rem;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.countdown {
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 3rem;
|
||||||
|
color: #888;
|
||||||
|
font-size: 1rem;
|
||||||
|
padding-top: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer a {
|
||||||
|
color: #0066cc;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="wedding-container">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="countdown">
|
||||||
|
<h3>Обратный отсчет до нашей свадьбы</h3>
|
||||||
|
<p id="timer"></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="hero">
|
||||||
|
<img src="/images/header-image.jpg" alt="Wedding Header Image">
|
||||||
|
<h1>Свадьба Стефана и Марии</h1>
|
||||||
|
<div class="date">
|
||||||
|
ru
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="section">
|
||||||
|
<p>С радостью приглашаем вас на свадьбу Стефана и Мариии! Присоединяйтесь к нам, чтобы отпраздновать этот особенный день, наполненный любовью, радостью и незабываемыми воспоминаниями.</p>
|
||||||
|
<p>С нетерпением ждем встречи с вами!</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="section">
|
||||||
|
<h2>📅 Мероприятие</h2>
|
||||||
|
|
||||||
|
<p><strong>Церемония:</strong> 14:00</p>
|
||||||
|
|
||||||
|
|
||||||
|
<p><strong>Прием:</strong> 17:00</p>
|
||||||
|
|
||||||
|
|
||||||
|
<p><strong>Место:</strong> Хельсинки, Финляндия</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="section map">
|
||||||
|
<h2>📍 Место</h2>
|
||||||
|
<iframe src="https://maps.google.com/?q=Helsinki,+Finland&z=12&output=embed" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="section rsvp">
|
||||||
|
<h2>📝 RSVP</h2>
|
||||||
|
|
||||||
|
<p>Пожалуйста, ответьте до <strong>30 июня</strong>.</p>
|
||||||
|
|
||||||
|
|
||||||
|
<p>Электронная почта: <a href="mailto:test@example.com">test@example.com</a></p>
|
||||||
|
|
||||||
|
|
||||||
|
<p><a href="https://example.com/rsvp-form" target="_blank">Форма RSVP</a></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
<p>Мы с нетерпением ждем встречи с вами ❤️</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var countDownDate = new Date("2026-08-15 14:00").getTime();
|
||||||
|
|
||||||
|
var x = setInterval(function() {
|
||||||
|
var now = new Date().getTime();
|
||||||
|
var distance = countDownDate - now;
|
||||||
|
|
||||||
|
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
|
||||||
|
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
|
||||||
|
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
|
||||||
|
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
|
||||||
|
|
||||||
|
document.getElementById("timer").innerHTML = days + "d " + hours + "h "
|
||||||
|
+ minutes + "m " + seconds + "s ";
|
||||||
|
|
||||||
|
if (distance < 0) {
|
||||||
|
clearInterval(x);
|
||||||
|
document.getElementById("timer").innerHTML = "Наступил великий день!";
|
||||||
|
}
|
||||||
|
}, 1000);
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<section class="container">
|
||||||
|
©
|
||||||
|
|
||||||
|
2026
|
||||||
|
Маркин Степан
|
||||||
|
·
|
||||||
|
|
||||||
|
Работает на <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Regular → Executable
+7
-7
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Маркин Степан</title>
|
<title>Маркин Степан</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Перенаправление в репозиторий Gitea">
|
<meta name="twitter:title" content="Перенаправление в репозиторий Gitea">
|
||||||
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/ru/projects/">
|
<meta property="og:url" content="http://localhost:1313/ru/projects/">
|
||||||
<meta property="og:site_name" content="Маркин Степан">
|
<meta property="og:site_name" content="Маркин Степан">
|
||||||
<meta property="og:title" content="Перенаправление в репозиторий Gitea">
|
<meta property="og:title" content="Перенаправление в репозиторий Gitea">
|
||||||
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/ru/projects/">
|
<link rel="canonical" href="http://localhost:1313/ru/projects/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/ru/">
|
<a class="navigation-title" href="http://localhost:1313/ru/">
|
||||||
Маркин Степан
|
Маркин Степан
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+8
-8
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Серии · Маркин Степан</title>
|
<title>Серии · Маркин Степан</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Series">
|
<meta name="twitter:title" content="Series">
|
||||||
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/ru/series/">
|
<meta property="og:url" content="http://localhost:1313/ru/series/">
|
||||||
<meta property="og:site_name" content="Маркин Степан">
|
<meta property="og:site_name" content="Маркин Степан">
|
||||||
<meta property="og:title" content="Series">
|
<meta property="og:title" content="Series">
|
||||||
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/ru/series/">
|
<link rel="canonical" href="http://localhost:1313/ru/series/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/ru/">
|
<a class="navigation-title" href="http://localhost:1313/ru/">
|
||||||
Маркин Степан
|
Маркин Степан
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
<section class="container list">
|
<section class="container list">
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<a class="title-link" href="http://markinstefan.xyz/ru/series/">Серии</a>
|
<a class="title-link" href="http://localhost:1313/ru/series/">Серии</a>
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+2
-2
@@ -2,10 +2,10 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Series on Маркин Степан</title>
|
<title>Series on Маркин Степан</title>
|
||||||
<link>http://markinstefan.xyz/ru/series/</link>
|
<link>http://localhost:1313/ru/series/</link>
|
||||||
<description>Recent content in Series on Маркин Степан</description>
|
<description>Recent content in Series on Маркин Степан</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>ru</language>
|
<language>ru</language>
|
||||||
<atom:link href="http://markinstefan.xyz/ru/series/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/ru/series/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
Regular → Executable
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
<head>
|
<head>
|
||||||
<title>http://markinstefan.xyz/ru/series/</title>
|
<title>http://localhost:1313/ru/series/</title>
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/ru/series/">
|
<link rel="canonical" href="http://localhost:1313/ru/series/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://markinstefan.xyz/ru/series/">
|
<meta http-equiv="refresh" content="0; url=http://localhost:1313/ru/series/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Regular → Executable
+57
-40
@@ -2,140 +2,157 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
<url>
|
<url>
|
||||||
<loc>http://markinstefan.xyz/ru/authors/</loc>
|
<loc>http://localhost:1313/ru/authors/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/authors/"
|
href="http://localhost:1313/de/authors/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/authors/"
|
href="http://localhost:1313/authors/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/authors/"
|
href="http://localhost:1313/ru/authors/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/ru/categories/</loc>
|
<loc>http://localhost:1313/ru/categories/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/categories/"
|
href="http://localhost:1313/de/categories/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/categories/"
|
href="http://localhost:1313/categories/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/categories/"
|
href="http://localhost:1313/ru/categories/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/ru/series/</loc>
|
<loc>http://localhost:1313/ru/series/</loc>
|
||||||
<xhtml:link
|
|
||||||
rel="alternate"
|
|
||||||
hreflang="de"
|
|
||||||
href="http://markinstefan.xyz/de/series/"
|
|
||||||
/>
|
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/series/"
|
href="http://localhost:1313/series/"
|
||||||
|
/>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="de"
|
||||||
|
href="http://localhost:1313/de/series/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/series/"
|
href="http://localhost:1313/ru/series/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/ru/tags/</loc>
|
<loc>http://localhost:1313/ru/tags/</loc>
|
||||||
<xhtml:link
|
|
||||||
rel="alternate"
|
|
||||||
hreflang="en"
|
|
||||||
href="http://markinstefan.xyz/tags/"
|
|
||||||
/>
|
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/tags/"
|
href="http://localhost:1313/de/tags/"
|
||||||
|
/>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="en"
|
||||||
|
href="http://localhost:1313/tags/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/tags/"
|
href="http://localhost:1313/ru/tags/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/ru/contact/</loc>
|
<loc>http://localhost:1313/ru/contact/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/contact/"
|
href="http://localhost:1313/contact/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/contact/"
|
href="http://localhost:1313/de/contact/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/contact/"
|
href="http://localhost:1313/ru/contact/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/ru/</loc>
|
<loc>http://localhost:1313/ru/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/"
|
href="http://localhost:1313/de/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/"
|
href="http://localhost:1313/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/"
|
href="http://localhost:1313/ru/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/ru/projects/</loc>
|
<loc>http://localhost:1313/ru/projects/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/projects/"
|
href="http://localhost:1313/projects/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/projects/"
|
href="http://localhost:1313/de/projects/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/projects/"
|
href="http://localhost:1313/ru/projects/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>http://markinstefan.xyz/ru/about/</loc>
|
<loc>http://localhost:1313/ru/about/</loc>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
href="http://markinstefan.xyz/about/"
|
href="http://localhost:1313/about/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="de"
|
hreflang="de"
|
||||||
href="http://markinstefan.xyz/de/about/"
|
href="http://localhost:1313/de/about/"
|
||||||
/>
|
/>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="ru"
|
hreflang="ru"
|
||||||
href="http://markinstefan.xyz/ru/about/"
|
href="http://localhost:1313/ru/about/"
|
||||||
|
/>
|
||||||
|
</url><url>
|
||||||
|
<loc>http://localhost:1313/ru/marriage/</loc>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="de"
|
||||||
|
href="http://localhost:1313/de/marriage/"
|
||||||
|
/>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="en"
|
||||||
|
href="http://localhost:1313/marriage/"
|
||||||
|
/>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="ru"
|
||||||
|
href="http://localhost:1313/ru/marriage/"
|
||||||
/>
|
/>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|||||||
Regular → Executable
+10
-10
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Тэги · Маркин Степан</title>
|
<title>Тэги · Маркин Степан</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Tags">
|
<meta name="twitter:title" content="Tags">
|
||||||
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
<meta name="twitter:description" content="Sítio pessoal de João Ninguém">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/ru/tags/">
|
<meta property="og:url" content="http://localhost:1313/ru/tags/">
|
||||||
<meta property="og:site_name" content="Маркин Степан">
|
<meta property="og:site_name" content="Маркин Степан">
|
||||||
<meta property="og:title" content="Tags">
|
<meta property="og:title" content="Tags">
|
||||||
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
<meta property="og:description" content="Sítio pessoal de João Ninguém">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/ru/tags/">
|
<link rel="canonical" href="http://localhost:1313/ru/tags/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/ru/">
|
<a class="navigation-title" href="http://localhost:1313/ru/">
|
||||||
Маркин Степан
|
Маркин Степан
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -137,14 +137,14 @@
|
|||||||
|
|
||||||
|
|
||||||
<li class="navigation-item">
|
<li class="navigation-item">
|
||||||
<a href="/tags/">🇬🇧</a>
|
<a href="/de/tags/">🇩🇪</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="navigation-item">
|
<li class="navigation-item">
|
||||||
<a href="/de/tags/">🇩🇪</a>
|
<a href="/tags/">🇬🇧</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
<section class="container list">
|
<section class="container list">
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<a class="title-link" href="http://markinstefan.xyz/ru/tags/">Тэги</a>
|
<a class="title-link" href="http://localhost:1313/ru/tags/">Тэги</a>
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+2
-2
@@ -2,10 +2,10 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Tags on Маркин Степан</title>
|
<title>Tags on Маркин Степан</title>
|
||||||
<link>http://markinstefan.xyz/ru/tags/</link>
|
<link>http://localhost:1313/ru/tags/</link>
|
||||||
<description>Recent content in Tags on Маркин Степан</description>
|
<description>Recent content in Tags on Маркин Степан</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>ru</language>
|
<language>ru</language>
|
||||||
<atom:link href="http://markinstefan.xyz/ru/tags/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/ru/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
Regular → Executable
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
<head>
|
<head>
|
||||||
<title>http://markinstefan.xyz/ru/tags/</title>
|
<title>http://localhost:1313/ru/tags/</title>
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/ru/tags/">
|
<link rel="canonical" href="http://localhost:1313/ru/tags/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://markinstefan.xyz/ru/tags/">
|
<meta http-equiv="refresh" content="0; url=http://localhost:1313/ru/tags/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Regular → Executable
+8
-8
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Series · Markin Stefan</title>
|
<title>Series · Markin Stefan</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Series">
|
<meta name="twitter:title" content="Series">
|
||||||
<meta name="twitter:description" content="Markin Stefan's personal website">
|
<meta name="twitter:description" content="Markin Stefan's personal website">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/series/">
|
<meta property="og:url" content="http://localhost:1313/series/">
|
||||||
<meta property="og:site_name" content="Markin Stefan">
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
<meta property="og:title" content="Series">
|
<meta property="og:title" content="Series">
|
||||||
<meta property="og:description" content="Markin Stefan's personal website">
|
<meta property="og:description" content="Markin Stefan's personal website">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/series/">
|
<link rel="canonical" href="http://localhost:1313/series/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/">
|
<a class="navigation-title" href="http://localhost:1313/">
|
||||||
Markin Stefan
|
Markin Stefan
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
<section class="container list">
|
<section class="container list">
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<a class="title-link" href="http://markinstefan.xyz/series/">Series</a>
|
<a class="title-link" href="http://localhost:1313/series/">Series</a>
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+2
-2
@@ -2,10 +2,10 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Series on Markin Stefan</title>
|
<title>Series on Markin Stefan</title>
|
||||||
<link>http://markinstefan.xyz/series/</link>
|
<link>http://localhost:1313/series/</link>
|
||||||
<description>Recent content in Series on Markin Stefan</description>
|
<description>Recent content in Series on Markin Stefan</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<atom:link href="http://markinstefan.xyz/series/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/series/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
Regular → Executable
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>http://markinstefan.xyz/series/</title>
|
<title>http://localhost:1313/series/</title>
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/series/">
|
<link rel="canonical" href="http://localhost:1313/series/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://markinstefan.xyz/series/">
|
<meta http-equiv="refresh" content="0; url=http://localhost:1313/series/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Regular → Executable
+3
-3
@@ -2,17 +2,17 @@
|
|||||||
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
|
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>http://markinstefan.xyz/de/sitemap.xml</loc>
|
<loc>http://localhost:1313/de/sitemap.xml</loc>
|
||||||
|
|
||||||
</sitemap>
|
</sitemap>
|
||||||
|
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>http://markinstefan.xyz/en/sitemap.xml</loc>
|
<loc>http://localhost:1313/en/sitemap.xml</loc>
|
||||||
|
|
||||||
</sitemap>
|
</sitemap>
|
||||||
|
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>http://markinstefan.xyz/ru/sitemap.xml</loc>
|
<loc>http://localhost:1313/ru/sitemap.xml</loc>
|
||||||
|
|
||||||
</sitemap>
|
</sitemap>
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+8
-8
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
<title>Tags · Markin Stefan</title>
|
<title>Tags · Markin Stefan</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<meta name="twitter:title" content="Tags">
|
<meta name="twitter:title" content="Tags">
|
||||||
<meta name="twitter:description" content="Markin Stefan's personal website">
|
<meta name="twitter:description" content="Markin Stefan's personal website">
|
||||||
|
|
||||||
<meta property="og:url" content="http://markinstefan.xyz/tags/">
|
<meta property="og:url" content="http://localhost:1313/tags/">
|
||||||
<meta property="og:site_name" content="Markin Stefan">
|
<meta property="og:site_name" content="Markin Stefan">
|
||||||
<meta property="og:title" content="Tags">
|
<meta property="og:title" content="Tags">
|
||||||
<meta property="og:description" content="Markin Stefan's personal website">
|
<meta property="og:description" content="Markin Stefan's personal website">
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/tags/">
|
<link rel="canonical" href="http://localhost:1313/tags/">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css" integrity="sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/coder-dark.min.ad48f476275974885bdc03d5251e3cdbe1678c54a63ff772376b0ed2adc468dd.css" integrity="sha256-rUj0didZdIhb3APVJR482+FnjFSmP/dyN2sO0q3EaN0=" crossorigin="anonymous" media="screen" />
|
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<section class="container">
|
<section class="container">
|
||||||
|
|
||||||
<a class="navigation-title" href="http://markinstefan.xyz/">
|
<a class="navigation-title" href="http://localhost:1313/">
|
||||||
Markin Stefan
|
Markin Stefan
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
<section class="container list">
|
<section class="container list">
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<a class="title-link" href="http://markinstefan.xyz/tags/">Tags</a>
|
<a class="title-link" href="http://localhost:1313/tags/">Tags</a>
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/js/coder.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js" integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script>
|
<script src="/js/coder.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+2
-2
@@ -2,10 +2,10 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Tags on Markin Stefan</title>
|
<title>Tags on Markin Stefan</title>
|
||||||
<link>http://markinstefan.xyz/tags/</link>
|
<link>http://localhost:1313/tags/</link>
|
||||||
<description>Recent content in Tags on Markin Stefan</description>
|
<description>Recent content in Tags on Markin Stefan</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<atom:link href="http://markinstefan.xyz/tags/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
Regular → Executable
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>http://markinstefan.xyz/tags/</title>
|
<title>http://localhost:1313/tags/</title>
|
||||||
<link rel="canonical" href="http://markinstefan.xyz/tags/">
|
<link rel="canonical" href="http://localhost:1313/tags/">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=http://markinstefan.xyz/tags/">
|
<meta http-equiv="refresh" content="0; url=http://localhost:1313/tags/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Executable → Regular
Reference in New Issue
Block a user