all repos

olexsmir.xyz @ 3bbd12f2b70f0f6f1f70b81f2e1cfd8a631b3da2

my site, yes, i like lua

olexsmir.xyz/now.html(view raw)

1
2
3
4
5
6
7
<!DOCTYPE html><html lang="en"><head><title>What am I up to nowadays?</title><meta charset="utf-8"><meta content="width=device-width, initial-scale=1.0, viewport-fit=cover" name="viewport"><link href="https://olexsmir.xyz/feed.xml" rel="alternate" title="olexsmir's blog feed, also hi rss reader!" type="application/atom+xml"></link><link href="style.css" rel="stylesheet"></link><link href="favicon.svg" rel="icon"></link><meta content="Blog post titled: What am I up to nowadays?" name="description"><meta content="Blog post titled: What am I up to nowadays?" property="og:description"><meta content="What am I up to nowadays?" property="og:site_name"><meta content="What am I up to nowadays?" property="og:title"><meta content="website" property="og:type"></head><body class="home"><header><nav><p><a class="visual-hidden" href="#main">Skip to content</a><a href="/">home</a><a href="/posts">posts</a><a href="/feed.xml">feed</a><button id="theme-toggle">🌓</button></p></nav></header><main id="main"><div class="blog-title"><h1>What am I up to nowadays?</h1><p><time datetime="2025-11-20">2025-11-20</time></p></div><ul>
<li>Probably, tweaking this site, and it's <a href="https://github.com/olexsmir/olexsmir.xyz">SSG</a>.</li>
<li>Forcing my self to go outside and sleep well.</li>
<li>Enjoying programming.</li>
<li>Hating russia and wanting more of електрохарчування.</li>
</ul>
</main><script>const root = document.documentElement;root.dataset.theme = localStorage.theme || 'dark';document.getElementById('theme-toggle').onclick = () => {root.dataset.theme = root.dataset.theme === 'dark' ? 'light' : 'dark';localStorage.theme = root.dataset.theme;};</script></body></html>