50 lines
2.5 KiB
HTML
50 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>tanyesil</title>
|
|
<link rel="stylesheet" href="https://tanyesil.com/style.css">
|
|
</head>
|
|
<body>
|
|
<script src="https://tanyesil.com/oneko.js"></script>
|
|
<header class="site-header">
|
|
<nav class="nav">
|
|
<ul>
|
|
<li><a href="https://tanyesil.com">Home</a></li>
|
|
<li><a href="https://tanyesil.com/about">About</a></li>
|
|
<li><a href="https://tanyesil.com/portfolio">Portfolio</a></li>
|
|
<li><a href="https://tanyesil.com/blog">Blog</a></li>
|
|
<li><a href="https://tanyesil.com/contact">Contact</a></li>
|
|
<li><a href="https://tanyesil.com/supersecret">Super Secret!!</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<div class="container">
|
|
<h1 class="title">Kakoune is The Best!</h1>
|
|
<p class="intro">kakoune is the best text editor that you
|
|
shouldn't use unless<br>you know who you are.</p>
|
|
<iframe src="https://invidious.jing.rocks/embed/5WLlLxU2EZE?" controls width="700" height="420px" ></iframe><br>
|
|
<a href="https://wiki.archlinux.org/title/Arch_is_the_best">obligatory link to "arch is the best"</a>,
|
|
<a href="https://www.youtube.com/watch?v=5WLlLxU2EZE">Watch on YouTube</a>,
|
|
<a href="https://invidious.jing.rocks/watch?v=5WLlLxU2EZE">Watch on a Privacy respecting mirror</a>,
|
|
<p class ="intro">this video inspired me to switch to kakoune
|
|
as my text editor. it is what i used to write this website from scratch. just like how and why people use arch linux, kakoune has the allusive effect
|
|
of making you feel superior because you happened to use, read or know about
|
|
something that nobody (that you meet) has ever used, read, or known about.
|
|
aside from that the kakoune experience is limiting unlike helix or nvim it
|
|
comes with little in the box and you have to use copious amounts of plugins
|
|
to get the same level of polish. Without that, it is still very good at what it is doing
|
|
maybe too good...
|
|
</p>
|
|
<footer class="footer">
|
|
<p>© 2024 Tan Yesilkaya - Powered by
|
|
<a href="https://alpinelinux.org" class="footer">Alpine Linux</a>,
|
|
<a href="https://nixos.org" class="footer"> NixOS</a>
|
|
and love</p>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|