pages/readme.html
2025-10-31 17:18:04 +06:30

223 lines
6 KiB
HTML

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Marmite" />
<meta property="og:title" content="Introduction">
<meta property="og:description" content="
">
<meta property="og:type" content="article">
<meta property="og:site_name" content="Blog-of-Jkrebian">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BlogPosting",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "/readme.html"
},
"url": "/readme.html",
"headline": "Introduction",
"description": "",
"publisher": {
"@type": "Organization",
"name": "Blog-of-Jkrebian",
"logo": {
"@type": "ImageObject",
"url": "/"
}
},
}
</script>
<title>Introduction | Blog-of-Jkrebian</title>
<link rel="stylesheet" type="text/css" href="/static/pico.min.css">
<link rel="stylesheet" type="text/css" href="/static/marmite.css">
<link rel="stylesheet" type="text/css" href="/static/colorschemes/github.css">
<link rel="stylesheet" type="text/css" href="/static/custom.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/styles/github.min.css" id="highlightjs-theme" />
<link rel="alternate" type="application/rss+xml" title="index" href="/index.rss">
<link rel="alternate" type="application/rss+xml" title="year: 2025" href="/archive-2025.rss">
</head>
<body>
<div class="container-fluid announcement-wrapper">
<div class="announcement"><p>Give us a ☆ on <a href="https://github.com/rochacbruno/marmite">github</a></p>
</div>
</div>
<main class="container">
<header class="header-content">
<nav class="header-nav">
<ul class="header-name">
<li>
<hgroup class="h-card">
<h2>
<a href="/" class="contrast p-name u-url">
Blog-of-Jkrebian
</a>
</h2>
</hgroup>
</li>
</ul>
<button id="menu-toggle" class="hamburger">&#9776;</button>
<ul class="header-menu" id="header-menu">
<li>
<a class="menu-item secondary" href="/tags.html">Tags</a>
</li>
<li>
<a class="menu-item secondary" href="/archive.html">Archive</a>
</li>
<li>
<a class="menu-item secondary" href="/authors.html">Authors</a>
</li>
<li><span class="theme-toggle secondary" title="dark mode">&#9789;</span></li>
<li><a href="#" id="search-toggle" class="secondary" title="Search (Ctrl + Shift + F)"> <span class="search-txt">Search</span><span class="search-magnifier"></span></a></li>
<div class="underline"></div>
</ul>
</nav>
<div class="marmite-background-overlay" id="overlay-close"></div>
<div class="marmite-search-bar hidden">
<span></span>
<button class="marmite-close-button" id="search-close">X</button>
<input placeholder="Search" id="marmite-search-input" />
<div class="marmite-search-bar-result">
<ul id="marmite-search-bar-result"></ul>
</div>
</div>
</header>
<section class="main-content">
<article class="h-entry">
<data class="p-name" value="Introduction"></data>
<a class="u-url" href="/readme.html" style="display: none;"></a>
<div class="content-title" id="title">
<h1>Introduction</h1>
<span class="content-date">
<small></small>
</span>
</div>
<div class="content-html e-content"><!-- Content Injected to every content markdown header -->
<!-- Content Injected to every content markdown footer -->
</div>
</article>
<article><h5><a href="#comments" aria-hidden="true" class="anchor" id="comments"></a>Comments</h5>
<p><strong>edit <code>content/_comments.md</code> to adjust for your own site/repo</strong></p>
<p><strong>remove</strong> the file to disable comments</p>
<script src='https://utteranc.es/client.js'
repo='rochacbruno/issue-bin'
issue-term='pathname'
theme='preferred-color-scheme'
crossorigin='anonymous'
async>
</script>
</article>
</section>
<footer class="footer-content grid">
<div>Powered by <a href="https://github.com/rochacbruno/marmite">Marmite</a> | <small><a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC-BY_NC-SA</a></small></div>
</footer>
</main>
<script src="/static/marmite.js"></script>
<script src="/static/custom.js"></script>
<script type="module" src="/static/search.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/highlight.min.js"></script>
<script>
hljs.highlightAll();
</script>
</body>
</html>