Files
developerbedoya.net/public/posts/index.html

309 lines
11 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html
class="not-ready lg:text-base"
style="--bg:#faf8f1"
lang="pt-br"
dir="ltr"
><head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>Posts - Developer Bedoya</title>
<meta name="theme-color" />
<meta
name="description"
content="A personal blog"
/>
<meta name="author" content="Daniel Bedoya Alzate" /><link rel="preload stylesheet" as="style" href="https://developerbedoya.net/main.min.css" />
<link rel="preload" as="image" href="https://developerbedoya.net/theme.svg" />
<link rel="preload" as="image" href="https://www.gravatar.com/avatar/a59eeed83af0fccd921266a8f3e30019?s=160&amp;d=identicon" />
<link rel="preload" as="image" href="https://developerbedoya.net/twitter.svg" /><link rel="preload" as="image" href="https://developerbedoya.net/github.svg" /><link rel="preload" as="image" href="https://developerbedoya.net/instagram.svg" /><link rel="preload" as="image" href="https://developerbedoya.net/rss.svg" />
<link
rel="icon"
href="https://developerbedoya.net/favicon.ico"
/>
<link
rel="apple-touch-icon"
href="https://developerbedoya.net/apple-touch-icon.png"
/>
<meta name="generator" content="Hugo 0.131.0">
<meta itemprop="name" content="Posts">
<meta itemprop="datePublished" content="2025-03-14T04:07:18-03:00">
<meta itemprop="dateModified" content="2025-03-14T04:07:18-03:00"><meta property="og:url" content="https://developerbedoya.net/posts/">
<meta property="og:site_name" content="Developer Bedoya">
<meta property="og:title" content="Posts">
<meta property="og:locale" content="pt_br">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Posts">
<link
rel="alternate"
type="application/rss&#43;xml"
href="https://developerbedoya.net/posts/index.xml"
title="Developer Bedoya"
/>
<link rel="canonical" href="https://developerbedoya.net/posts/" />
</head>
<body
class="bg-(--bg) text-black antialiased duration-200 ease-out [-webkit-tap-highlight-color:transparent] dark:text-white"
><header
class="mx-auto flex h-[4.5rem] max-w-(--w) px-8 whitespace-nowrap lg:justify-center"
>
<div class="relative z-50 flex items-center ltr:mr-auto rtl:ml-auto">
<a
class="-translate-y-[1px] text-2xl font-medium"
href="https://developerbedoya.net/"
>Developer Bedoya</a
>
<div
class="btn-dark text-[0px] ltr:ml-4 rtl:mr-4 h-6 w-6 shrink-0 cursor-pointer [background:url(./theme.svg)_left_center/cover_no-repeat] dark:invert dark:[background-position:right]"
role="button"
aria-label="Dark"
></div>
</div>
<div
class="btn-menu relative z-50 flex h-[4.5rem] w-[5rem] shrink-0 cursor-pointer flex-col items-center justify-center gap-2.5 lg:hidden ltr:-mr-8 rtl:-ml-8"
role="button"
aria-label="Menu"
></div>
<script>
const htmlClass = document.documentElement.classList;
setTimeout(() => {
htmlClass.remove('not-ready');
}, 10);
const btnMenu = document.querySelector('.btn-menu');
btnMenu.addEventListener('click', () => {
htmlClass.toggle('open');
});
const metaTheme = document.querySelector('meta[name="theme-color"]');
const lightBg = '#faf8f1'.replace(/"/g, '');
const setDark = (isDark) => {
metaTheme.setAttribute('content', isDark ? '#000' : lightBg);
htmlClass[isDark ? 'add' : 'remove']('dark');
localStorage.setItem('dark', isDark);
};
const darkScheme = window.matchMedia('(prefers-color-scheme: dark)');
if (htmlClass.contains('dark')) {
setDark(true);
} else {
const darkVal = localStorage.getItem('dark');
setDark(darkVal ? darkVal === 'true' : darkScheme.matches);
}
darkScheme.addEventListener('change', (event) => {
setDark(event.matches);
});
const btnDark = document.querySelector('.btn-dark');
btnDark.addEventListener('click', () => {
setDark(localStorage.getItem('dark') !== 'true');
});
</script>
<div
class="nav-wrapper fixed inset-x-0 top-full z-40 flex h-full flex-col justify-center bg-(--bg) pb-16 duration-200 select-none lg:static lg:h-auto lg:flex-row lg:bg-transparent! lg:pb-0 lg:transition-none"
><nav
class="lg:ml-12 lg:flex lg:flex-row lg:items-center lg:space-x-10 rtl:space-x-reverse"
><a
class="block text-center text-xl leading-[5rem] lg:text-base lg:font-normal"
href="/cv/"
>Cvs</a
><a
class="block text-center text-xl leading-[5rem] lg:text-base lg:font-normal"
href="/links/"
>Links</a
><a
class="block text-center text-xl leading-[5rem] lg:text-base lg:font-normal"
href="/posts/"
>Posts</a
><a
class="block text-center text-xl leading-[5rem] lg:text-base lg:font-normal"
href="/slides/"
>Slides</a
></nav><nav
class="mt-12 flex justify-center space-x-10 lg:mt-0 lg:items-center ltr:lg:ml-14 rtl:space-x-reverse rtl:lg:mr-14 dark:invert"
>
<a
class="h-7 w-7 text-[0px] [background:var(--url)_center_center/cover_no-repeat] lg:h-6 lg:w-6"
style="--url: url(./twitter.svg)"
href="https://twitter.com/developerbedoya"
target="_blank"
rel="me"
>twitter</a>
<a
class="h-7 w-7 text-[0px] [background:var(--url)_center_center/cover_no-repeat] lg:h-6 lg:w-6"
style="--url: url(./github.svg)"
href="https://github.com/developerbedoya"
target="_blank"
rel="me"
>github</a>
<a
class="h-7 w-7 text-[0px] [background:var(--url)_center_center/cover_no-repeat] lg:h-6 lg:w-6"
style="--url: url(./instagram.svg)"
href="https://instagram.com/developerbedoya"
target="_blank"
rel="me"
>instagram</a>
<a
class="h-7 w-7 text-[0px] [background:var(--url)_center_center/cover_no-repeat] lg:h-6 lg:w-6"
style="--url: url(./rss.svg)"
href="https://developerbedoya.net/index.xml"
target="_blank"
rel="alternate"
>rss</a>
</nav>
</div>
</header>
<main
class="prose prose-neutral dark:prose-invert relative mx-auto min-h-[calc(100vh-9rem)] max-w-(--w) px-8 pt-14 pb-16"
>
<section class="relative my-10 first-of-type:mt-0 last-of-type:mb-0"><h2 class="my-0!">Eclipse de Lua março 2025</h2>
<time class="text-xs antialiased opacity-60"
>Mar 14, 2025</time
>
<a class="absolute inset-0 text-[0px]" href="https://developerbedoya.net/posts/eclipse-de-lua-marco-2025/"
>Eclipse de Lua março 2025</a
>
</section>
<section class="relative my-10 first-of-type:mt-0 last-of-type:mb-0"><h2 class="my-0!">More on Marp</h2>
<time class="text-xs antialiased opacity-60"
>May 5, 2024</time
>
<a class="absolute inset-0 text-[0px]" href="https://developerbedoya.net/posts/more-on-marp/"
>More on Marp</a
>
</section>
<section class="relative my-10 first-of-type:mt-0 last-of-type:mb-0"><h2 class="my-0!">Open your Windows Files with WSL using Windows Explorer</h2>
<time class="text-xs antialiased opacity-60"
>Nov 5, 2023</time
>
<a class="absolute inset-0 text-[0px]" href="https://developerbedoya.net/posts/open-your-windows-files-from-linux-using-explorer/"
>Open your Windows Files with WSL using Windows Explorer</a
>
</section>
<section class="relative my-10 first-of-type:mt-0 last-of-type:mb-0"><h2 class="my-0!">Installing Windows 98 using Qemu in postmarketOS</h2>
<time class="text-xs antialiased opacity-60"
>Dec 25, 2022</time
>
<a class="absolute inset-0 text-[0px]" href="https://developerbedoya.net/posts/win98-qemu-postmarketos/"
>Installing Windows 98 using Qemu in postmarketOS</a
>
</section>
<section class="relative my-10 first-of-type:mt-0 last-of-type:mb-0"><h2 class="my-0!">Find Text in Files on Linux</h2>
<time class="text-xs antialiased opacity-60"
>Dec 24, 2022</time
>
<a class="absolute inset-0 text-[0px]" href="https://developerbedoya.net/posts/find-text-in-files-on-linux/"
>Find Text in Files on Linux</a
>
</section>
<section class="relative my-10 first-of-type:mt-0 last-of-type:mb-0"><h2 class="my-0!">Making slides in Marp (and saying &#39;Goodbye&#39; to PowerPoint)</h2>
<time class="text-xs antialiased opacity-60"
>Dec 24, 2022</time
>
<a class="absolute inset-0 text-[0px]" href="https://developerbedoya.net/posts/marp/"
>Making slides in Marp (and saying &#39;Goodbye&#39; to PowerPoint)</a
>
</section>
<section class="relative my-10 first-of-type:mt-0 last-of-type:mb-0"><h2 class="my-0!">Linux on a Samsung Tab 2 (7 inches)</h2>
<time class="text-xs antialiased opacity-60"
>Dec 24, 2022</time
>
<a class="absolute inset-0 text-[0px]" href="https://developerbedoya.net/posts/linux-on-a-samsung-tab-2-7-inches/"
>Linux on a Samsung Tab 2 (7 inches)</a
>
</section>
<section class="relative my-10 first-of-type:mt-0 last-of-type:mb-0"><h2 class="my-0!">My Best Friend</h2>
<time class="text-xs antialiased opacity-60"
>Dec 24, 2022</time
>
<a class="absolute inset-0 text-[0px]" href="https://developerbedoya.net/posts/my-best-friend/"
>My Best Friend</a
>
</section>
<section class="relative my-10 first-of-type:mt-0 last-of-type:mb-0"><h2 class="my-0!">Find All Possible Words From Two Syllables</h2>
<time class="text-xs antialiased opacity-60"
>Dec 24, 2022</time
>
<a class="absolute inset-0 text-[0px]" href="https://developerbedoya.net/posts/find-all-possible-words-from-two-sillabes/"
>Find All Possible Words From Two Syllables</a
>
</section>
<section class="relative my-10 first-of-type:mt-0 last-of-type:mb-0"><h2 class="my-0!">Markdown Is Life</h2>
<time class="text-xs antialiased opacity-60"
>Dec 23, 2022</time
>
<a class="absolute inset-0 text-[0px]" href="https://developerbedoya.net/posts/markdown-is-life/"
>Markdown Is Life</a
>
</section><nav class="mt-14 flex"><a class="btn not-prose ml-auto" href="/posts/page/2/"
>Next Page→</a
></nav></main><footer
class="mx-auto flex h-[4.5rem] max-w-(--w) items-center px-8 text-xs tracking-wider uppercase opacity-60"
>
<div class="mr-auto">&copy;2025
<a class="link" href="https://developerbedoya.net/">Developer Bedoya</a></div>
<a class="link mx-6" href="https://gohugo.io/" rel="noopener" target="_blank"
>powered by hugo</a
>
<a
class="link"
href="https://github.com/nanxiaobei/hugo-paper"
rel="noopener"
target="_blank"
>hugo-paper</a
>
</footer>
</body>
</html>