<!DOCTYPE html> <html lang="en-us" dir="ltr"> <head> <meta name="generator" content="Hugo 0.93.2" /><meta charset='utf-8'> <meta name='viewport' content='width=device-width, initial-scale=1'><meta name='description' content='Me do stuff.'><title>The Waifuism life</title> <link rel='canonical' href='https://the.waifuism.life/es/'> <link rel="stylesheet" href="/scss/style.min.88466769a47ba577e7aaacc2d0abef77bbe04a673160e69ba1d0f55f427478a2.css"><meta property='og:title' content='The Waifuism life'> <meta property='og:description' content='Me do stuff.'> <meta property='og:url' content='https://the.waifuism.life/es/'> <meta property='og:site_name' content='The Waifuism life'> <meta property='og:type' content='website'><meta property='og:updated_time' content=' 2022-03-13T21:54:14-03:00 '/> <meta name="twitter:site" content="@waifuism_life"> <meta name="twitter:creator" content="@waifuism_life"><meta name="twitter:title" content="The Waifuism life"> <meta name="twitter:description" content="Me do stuff."><link rel="alternate" type="application/rss+xml" href="https://the.waifuism.life/es/index.xml"> <link rel="shortcut icon" href="/img/favicon.png" /> </head> <body class=""> <script> (function() { const colorSchemeKey = 'StackColorScheme'; if(!localStorage.getItem(colorSchemeKey)){ localStorage.setItem(colorSchemeKey, "auto"); } })(); </script><script> (function() { const colorSchemeKey = 'StackColorScheme'; const colorSchemeItem = localStorage.getItem(colorSchemeKey); const supportDarkMode = window.matchMedia('(prefers-color-scheme: dark)').matches === true; if (colorSchemeItem == 'dark' || colorSchemeItem === 'auto' && supportDarkMode) { document.documentElement.dataset.scheme = 'dark'; } else { document.documentElement.dataset.scheme = 'light'; } })(); </script> <div class="container main-container flex on-phone--column extended"><aside class="sidebar left-sidebar sticky "> <button class="hamburger hamburger--spin" type="button" id="toggle-menu" aria-label="Toggle Menu"> <span class="hamburger-box"> <span class="hamburger-inner"></span> </span> </button> <header> <figure class="site-avatar"> <a href="/es"> <img src="/img/avatar_hu11fb06dbcea8a713b3b48d25edbb7d50_264336_300x0_resize_box_3.png" width="300" height="273" class="site-logo" loading="lazy" alt="Avatar"> </a> <span class="emoji">❤️</span> </figure> <div class="site-meta"> <h1 class="site-name"><a href="/es">The Waifuism life</a></h1> <h2 class="site-description">Me do stuff.</h2> </div> </header><ol class="social-menu"> <li> <a href='https://git.waifuism.life' target="_blank" title="Git Repositories" > <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-infinity" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <path d="M9.828 9.172a4 4 0 1 0 0 5.656 a10 10 0 0 0 2.172 -2.828a10 10 0 0 1 2.172 -2.828 a4 4 0 1 1 0 5.656a10 10 0 0 1 -2.172 -2.828a10 10 0 0 0 -2.172 -2.828" /> </svg> </a> </li> <li> <a href='https://twitter.com/waifuism_life' target="_blank" title="Twitter" > <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-twitter" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"/> <path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c-.002 -.249 1.51 -2.772 1.818 -4.013z" /> </svg> </a> </li> </ol><ol class="menu" id="main-menu"> <li > <a href='/es/acerca-de/' > <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-user" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <circle cx="12" cy="7" r="4" /> <path d="M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" /> </svg> <span>Acerca de</span> </a> </li> <div class="menu-bottom-section"> <li id="i18n-switch"> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-language" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"/> <path d="M4 5h7" /> <path d="M9 3v2c0 4.418 -2.239 8 -5 8" /> <path d="M5 9c-.003 2.144 2.952 3.908 6.7 4" /> <path d="M12 20l4 -9l4 9" /> <path d="M19.1 18h-6.2" /> </svg> <select name="language" onchange="window.location.href = this.selectedOptions[0].value"> <option value="https://the.waifuism.life/" >English</option> <option value="https://the.waifuism.life/es/" selected>Español</option> </select> </li> <li id="dark-mode-toggle"> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-toggle-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <circle cx="8" cy="12" r="2" /> <rect x="2" y="6" width="20" height="12" rx="6" /> </svg> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-toggle-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <circle cx="16" cy="12" r="2" /> <rect x="2" y="6" width="20" height="12" rx="6" /> </svg> <span>Modo oscuro</span> </li> </div> </ol> </aside> <main class="main full-width"> <section class="article-list"> <article class=""> <header class="article-header"> <div class="article-details"> <header class="article-category"> <a href="/es/categories/blogs/" > Blogs </a> </header> <div class="article-title-wrapper"> <h2 class="article-title"> <a href="/es/blog/2022/03/sitio/">Sitio</a> </h2> </div> <footer class="article-time"> <div> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-calendar-time" width="56" height="56" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <path d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4" /> <circle cx="18" cy="18" r="4" /> <path d="M15 3v4" /> <path d="M7 3v4" /> <path d="M3 11h16" /> <path d="M18 16.496v1.504l1 1" /> </svg> <time class="article-time--published">13 Mar 2022</time> </div> <div> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-clock" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <circle cx="12" cy="12" r="9" /> <polyline points="12 7 12 12 15 15" /> </svg> <time class="article-time--reading"> 1 minuto a leer </time> </div> </footer> </div> </header> </article> </section> <footer class="site-footer"> <section class="copyright"> © 2020 - 2022 The Waifuism life </section> <section class="powerby"> Creado con <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> <br /> Tema <b><a href="https://github.com/CaiJimmy/hugo-theme-stack" target="_blank" rel="noopener" data-version="3.10.0">Stack</a></b> diseñado por <a href="https://jimmycai.com" target="_blank" rel="noopener">Jimmy</a> </section> </footer> </main> <aside class="sidebar right-sidebar sticky"> <section class="widget tagCloud"> <div class="widget-icon"> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hash" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <line x1="5" y1="9" x2="19" y2="9" /> <line x1="5" y1="15" x2="19" y2="15" /> <line x1="11" y1="4" x2="7" y2="20" /> <line x1="17" y1="4" x2="13" y2="20" /> </svg> </div> <h2 class="widget-title section-title">Categories</h2> <div class="tagCloud-tags"> <a href="/es/categories/blogs/" class="font_size_1"> Blogs </a> </div> </section> <section class="widget tagCloud"> <div class="widget-icon"> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-tag" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <path d="M11 3L20 12a1.5 1.5 0 0 1 0 2L14 20a1.5 1.5 0 0 1 -2 0L3 11v-4a4 4 0 0 1 4 -4h4" /> <circle cx="9" cy="9" r="2" /> </svg> </div> <h2 class="widget-title section-title">Etiquetas</h2> <div class="tagCloud-tags"> </div> </section> </aside> </div> <script src="https://cdn.jsdelivr.net/npm/node-vibrant@3.1.5/dist/vibrant.min.js"integrity="sha256-5NovOZc4iwiAWTYIFiIM7DxKUXKWvpVEuMEPLzcm5/g="crossorigin="anonymous" > </script><script type="text/javascript" src="/ts/main.js" defer></script> <script> (function () { const customFont = document.createElement('link'); customFont.href = "https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap"; customFont.type = "text/css"; customFont.rel = "stylesheet"; document.head.appendChild(customFont); }()); </script> </body> </html>