feat: añadido acortador
This commit is contained in:
4
content/sitemap/acortador/index.md
Normal file
4
content/sitemap/acortador/index.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Acortador"
|
||||
redirect: "/url"
|
||||
---
|
||||
@@ -171,6 +171,36 @@
|
||||
<div class="container mx-auto px-4 py-8">
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
|
||||
|
||||
<div
|
||||
class="
|
||||
bg-white rounded-lg
|
||||
border-4 border-black
|
||||
shadow-[0_4px_0_black]
|
||||
hover:shadow-[0_8px_0_black]
|
||||
hover:-translate-y-1
|
||||
hover:scale-105
|
||||
transition-all duration-100 ease-linear
|
||||
overflow-hidden
|
||||
transform
|
||||
mx-auto
|
||||
hover:z-2
|
||||
"
|
||||
>
|
||||
<a href="/url" class="block w-86 h-48">
|
||||
|
||||
|
||||
<div class="w-full h-48 border border-gray-200 flex flex-col justify-center items-center p-5">
|
||||
<span class="text-gray-700 font-mono text-lg font-medium leading-tight">
|
||||
Acortador
|
||||
</span>
|
||||
<p class="text-gray-400 font-mono text-sm line-clamp-2 bg-grey-300 p-1 rounded-lg">
|
||||
/url
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="
|
||||
bg-white rounded-lg
|
||||
|
||||
@@ -99,6 +99,13 @@
|
||||
<guid>https://fedesrv.ddns.net/posts/sample-post/</guid>
|
||||
<description><h1 id="buenas">buenas</h1>
<p>buenas
Luego de sufrir bastante con el nginx y su <em>Reverse Proxy</em>, finalmente me decidí por poner la pagina del blog en el <strong>WebRoot</strong> y el <em>gitea</em> en un subfolder.</p>
<h2 id="como-funciona-esto">Como funciona esto</h2>
<p>El programa que estoy usando para hacer este blog se llama <a href="https://gohugo.io">Hugo</a>, consiste de una especie de parceador de <a href="https://www.markdownguide.org/">Markdown</a> a Html estático el cual hosteo con este <a href="https://nginx.org/en/">webServer</a>.</p>
<h3 id="como-hago-nuevos-posts">Como hago nuevos posts</h3>
<p>Dentro de la carpeta del proyecto del server hay una que se llama content, todos los <code>.md</code> que haya ahí cuando utilizo el comando:</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Acortador</title>
|
||||
<link>https://fedesrv.ddns.net/sitemap/acortador/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/sitemap/acortador/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Gitea</title>
|
||||
<link>https://fedesrv.ddns.net/sitemap/gitea/</link>
|
||||
|
||||
@@ -61,6 +61,8 @@
|
||||
</url><url>
|
||||
<loc>https://fedesrv.ddns.net/posts/sample-post/</loc>
|
||||
<lastmod>2023-09-22T12:28:17+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://fedesrv.ddns.net/sitemap/acortador/</loc>
|
||||
</url><url>
|
||||
<loc>https://fedesrv.ddns.net/categories/</loc>
|
||||
</url><url>
|
||||
|
||||
@@ -7,6 +7,13 @@
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<atom:link href="https://fedesrv.ddns.net/sitemap/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Acortador</title>
|
||||
<link>https://fedesrv.ddns.net/sitemap/acortador/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/sitemap/acortador/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Gitea</title>
|
||||
<link>https://fedesrv.ddns.net/sitemap/gitea/</link>
|
||||
|
||||
Reference in New Issue
Block a user