aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Fuentes <git@ffuent.es>2021-01-23 01:28:02 -0300
committerFrancisco Fuentes <git@ffuent.es>2021-01-23 01:28:02 -0300
commitcd6452a09e6ef50987bba1e039c51b518f58dc6d (patch)
tree32b39081e3bbc486153d2652971fe208972c7949
parent14561c58b70b569b92e8dfed71b4783f04fd69b2 (diff)
downloadwiki-cd6452a09e6ef50987bba1e039c51b518f58dc6d.tar.gz
Primera revisión
-rw-r--r--_site/README.md51
-rw-r--r--_site/about.html2
-rw-r--r--_site/atom.xml2
-rw-r--r--_site/buscar.html2
-rw-r--r--_site/favicon.icobin24838 -> 15406 bytes
-rw-r--r--_site/sitemap.xml4
6 files changed, 31 insertions, 30 deletions
diff --git a/_site/README.md b/_site/README.md
index 18363fa..52caa78 100644
--- a/_site/README.md
+++ b/_site/README.md
@@ -1,25 +1,26 @@
-# Sidey
-
-Sidey is a simple and minimalistic jekyll blogging theme.
-
-### Features
-
-- Responsive design
-- Inline CSS
-- Anchor headings
-- Search
-- Tags & tag pages
-- Security headers (for Netlify hosting)
-- 404 page
-- Compressed CSS and HTML
-- 100/100 score on Lighthouse, Page Speed Insights & Webpagetest
-- Robots.txt
-- Atom & Json feeds
-- Sass
-- Seo optimized (Twitter cards, Facebook Open Graph, Schema.org)
-- Ultra fast (Only ~5kb of CSS)
-- Sidebar navigation
-
-### Screenshot
-
-![Screenshot](screenshot.png)
+# Wiki de Texto-Plano
+
+Esta es la wiki de Texto-Plano. Está generada con [Jekyll](https://jekyllrb.com/) y el tema minimalista [Sidey](https://sidey-jekyll.netlify.app/about)
+
+Para editar la wiki tienen que contar con ruby instalado en su PC y bundle además de clonar el repositorio:
+
+git clone https://git.texto-plano.xyz/ffuentes/wiki
+
+
+Luego tienen que escribir:
+
+ bundle install
+
+Posteriormente deben ejecutar
+
+ jekyll serve
+
+O
+
+ bundle exec jekyll serve
+
+Los artículos se encuentran en la carpeta _posts en formato [markdown](https://daringfireball.net/projects/markdown/). Los pueden crear manualmente o a través la línea de comandos con:
+
+ jekyll compose "Titulo del articulo"
+
+Para editar hay que entrar directamente al artículo en _posts y modificarlo. \ No newline at end of file
diff --git a/_site/about.html b/_site/about.html
index 9b951f8..be48708 100644
--- a/_site/about.html
+++ b/_site/about.html
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en" ><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="Jekyll v4.2.0" /><meta property="og:title" content="About" /><meta property="og:locale" content="en_US" /><meta name="description" content="Sidey is a simple and minimalistic jekyll blogging theme." /><meta property="og:description" content="Sidey is a simple and minimalistic jekyll blogging theme." /><link rel="canonical" href="wiki.texto-plano.xyz/about" /><meta property="og:url" content="wiki.texto-plano.xyz/about" /><meta property="og:site_name" content="Wiki Texto-Plano" /><meta property="og:type" content="article" /><meta property="article:published_time" content="2021-01-22T23:11:55-03:00" /><meta name="twitter:card" content="summary" /><meta property="twitter:title" content="About" /><meta name="twitter:site" content="@" /> <script type="application/ld+json"> {"description":"Sidey is a simple and minimalistic jekyll blogging theme.","@type":"BlogPosting","url":"wiki.texto-plano.xyz/about","headline":"About","dateModified":"2021-01-22T23:11:55-03:00","datePublished":"2021-01-22T23:11:55-03:00","mainEntityOfPage":{"@type":"WebPage","@id":"wiki.texto-plano.xyz/about"},"@context":"https://schema.org"}</script><title> About - Wiki Texto-Plano</title><link rel="shortcut icon" href="/favicon.ico"><link rel="alternate" type="application/atom+xml" title="Wiki Texto-Plano" href="/atom.xml"><link rel="alternate" type="application/json" title="Wiki Texto-Plano" href="wiki.texto-plano.xyz/feed.json" /><link rel="sitemap" type="application/xml" title="sitemap" href="/sitemap.xml" /><style> *,:after,:before{box-sizing:border-box;background-color:inherit;color:inherit;margin:0;padding:0}body{font-family:monospace;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.5;font-size:1rem;color:#16171a}nav ul{border-right:1px solid #edf2f7}a{color:#000;text-decoration-skip-ink:auto;text-decoration:underline}pre{margin:.5rem 0;padding:.5rem}.post p{margin:.5rem 0}.post h1,.post h2,.post h3,.post h4{margin:1rem 0}.post h2:first-child,.project h2:first-child,.photo h2:first-child{margin-top:0}.meta{margin:2rem 0}code,pre{background:#ecedee}code{padding:.1rem}pre code{border:none}pre{padding:1rem;overflow-x:auto}img{max-width:100%}hr{background:#000;height:1px;border:0}header{flex-basis:10rem;flex-grow:1;position:relative}header a{text-decoration:none}header li{margin-bottom:.2rem;text-align:right;margin-right:2rem}header a.active{font-weight:bold}header,section{padding:1rem}blockquote{font-style:italic;border-left:5px solid #ececec;padding-left:1rem}h1,h2,h3,h4,h5{line-height:1;margin:1rem 0;font-weight:600}section h1:first-child{margin-top:0}strong,b{font-weight:bold}.photos ul{list-style:none}.photos li{margin-bottom:1.5rem}.photo picture,.project picture{margin-bottom:0.5rem}.posts ul,header ul{list-style:none}.posts li{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.posts li a,.posts li div,.projects li a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none}.posts li time,.projects li time{padding-left:1rem;white-space:nowrap;font-variant-numeric:tabular-nums}main{display:flex;flex-wrap:wrap;max-width:60rem;margin:2rem auto;padding:1rem}@media screen and (max-width: 45rem){header li{display:inline;margin-right:1rem}.logo{padding-bottom:1rem}header ul{border-bottom:1px solid #edf2f7;padding-bottom:2rem}nav ul{border-right:0px}.photos ul{margin-top:0.5rem}}section{flex-basis:0;flex-grow:999;min-width:70%;display:flex;flex-direction:column}figcaption{font-size:smaller}</style></head><body><main role="main"><header role="banner"> <!--<h1 class="logo">Wiki Texto-Plano</h1>--><nav role="navigation"><ul><li><a href="/" >Wiki</a></li><li><a href="https://texto-plano.xyz" >~tp</a></li><li><a href="/buscar" >Buscar</a></li><li><a href="/atom.xml" >Rss</a></li></ul></nav></header><section class="post"><h2>About</h2><p>Sidey is a simple and minimalistic jekyll blogging theme.</p><h3 id="features">Features</h3><ul><li>Responsive design</li><li>Inline CSS</li><li>Anchor headings</li><li>Search</li><li>Tags &amp; tag pages</li><li>Security headers (for Netlify hosting)</li><li>404 page</li><li>Compressed CSS and HTML</li><li>100/100 score on Lighthouse, Page Speed Insights &amp; Webpagetest</li><li>Robots.txt</li><li>Atom &amp; Json feeds</li><li>Sass</li><li>Seo optimized (Twitter cards, Facebook Open Graph, Schema.org)</li><li>Ultra fast (Only ~5kb of CSS)</li><li>Sidebar navigation</li></ul><h3 id="screenshot">Screenshot</h3><p><img src="screenshot.png" alt="Screenshot" /></p></section></main></body></html>
+<!DOCTYPE html><html lang="en" ><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="Jekyll v4.2.0" /><meta property="og:title" content="About" /><meta property="og:locale" content="en_US" /><meta name="description" content="Sidey is a simple and minimalistic jekyll blogging theme." /><meta property="og:description" content="Sidey is a simple and minimalistic jekyll blogging theme." /><link rel="canonical" href="wiki.texto-plano.xyz/about" /><meta property="og:url" content="wiki.texto-plano.xyz/about" /><meta property="og:site_name" content="Wiki Texto-Plano" /><meta property="og:type" content="article" /><meta property="article:published_time" content="2021-01-23T01:12:36-03:00" /><meta name="twitter:card" content="summary" /><meta property="twitter:title" content="About" /><meta name="twitter:site" content="@" /> <script type="application/ld+json"> {"description":"Sidey is a simple and minimalistic jekyll blogging theme.","@type":"BlogPosting","url":"wiki.texto-plano.xyz/about","headline":"About","dateModified":"2021-01-23T01:12:36-03:00","datePublished":"2021-01-23T01:12:36-03:00","mainEntityOfPage":{"@type":"WebPage","@id":"wiki.texto-plano.xyz/about"},"@context":"https://schema.org"}</script><title> About - Wiki Texto-Plano</title><link rel="shortcut icon" href="/favicon.ico"><link rel="alternate" type="application/atom+xml" title="Wiki Texto-Plano" href="/atom.xml"><link rel="alternate" type="application/json" title="Wiki Texto-Plano" href="wiki.texto-plano.xyz/feed.json" /><link rel="sitemap" type="application/xml" title="sitemap" href="/sitemap.xml" /><style> *,:after,:before{box-sizing:border-box;background-color:inherit;color:inherit;margin:0;padding:0}body{font-family:monospace;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.5;font-size:1rem;color:#16171a}nav ul{border-right:1px solid #edf2f7}a{color:#000;text-decoration-skip-ink:auto;text-decoration:underline}pre{margin:.5rem 0;padding:.5rem}.post p{margin:.5rem 0}.post h1,.post h2,.post h3,.post h4{margin:1rem 0}.post h2:first-child,.project h2:first-child,.photo h2:first-child{margin-top:0}.meta{margin:2rem 0}code,pre{background:#ecedee}code{padding:.1rem}pre code{border:none}pre{padding:1rem;overflow-x:auto}img{max-width:100%}hr{background:#000;height:1px;border:0}header{flex-basis:10rem;flex-grow:1;position:relative}header a{text-decoration:none}header li{margin-bottom:.2rem;text-align:right;margin-right:2rem}header a.active{font-weight:bold}header,section{padding:1rem}blockquote{font-style:italic;border-left:5px solid #ececec;padding-left:1rem}h1,h2,h3,h4,h5{line-height:1;margin:1rem 0;font-weight:600}section h1:first-child{margin-top:0}strong,b{font-weight:bold}.photos ul{list-style:none}.photos li{margin-bottom:1.5rem}.photo picture,.project picture{margin-bottom:0.5rem}.posts ul,header ul{list-style:none}.posts li{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.posts li a,.posts li div,.projects li a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none}.posts li time,.projects li time{padding-left:1rem;white-space:nowrap;font-variant-numeric:tabular-nums}main{display:flex;flex-wrap:wrap;max-width:60rem;margin:2rem auto;padding:1rem}@media screen and (max-width: 45rem){header li{display:inline;margin-right:1rem}.logo{padding-bottom:1rem}header ul{border-bottom:1px solid #edf2f7;padding-bottom:2rem}nav ul{border-right:0px}.photos ul{margin-top:0.5rem}}section{flex-basis:0;flex-grow:999;min-width:70%;display:flex;flex-direction:column}figcaption{font-size:smaller}</style></head><body><main role="main"><header role="banner"> <!--<h1 class="logo">Wiki Texto-Plano</h1>--><nav role="navigation"><ul><li><a href="/" >Wiki</a></li><li><a href="https://texto-plano.xyz" >~tp</a></li><li><a href="/buscar" >Buscar</a></li><li><a href="/atom.xml" >Rss</a></li></ul></nav></header><section class="post"><h2>About</h2><p>Sidey is a simple and minimalistic jekyll blogging theme.</p><h3 id="features">Features</h3><ul><li>Responsive design</li><li>Inline CSS</li><li>Anchor headings</li><li>Search</li><li>Tags &amp; tag pages</li><li>Security headers (for Netlify hosting)</li><li>404 page</li><li>Compressed CSS and HTML</li><li>100/100 score on Lighthouse, Page Speed Insights &amp; Webpagetest</li><li>Robots.txt</li><li>Atom &amp; Json feeds</li><li>Sass</li><li>Seo optimized (Twitter cards, Facebook Open Graph, Schema.org)</li><li>Ultra fast (Only ~5kb of CSS)</li><li>Sidebar navigation</li></ul><h3 id="screenshot">Screenshot</h3><p><img src="screenshot.png" alt="Screenshot" /></p></section></main></body></html>
diff --git a/_site/atom.xml b/_site/atom.xml
index f07eab5..8eeeb5a 100644
--- a/_site/atom.xml
+++ b/_site/atom.xml
@@ -4,7 +4,7 @@
<title>Wiki Texto-Plano</title>
<link href="wiki.texto-plano.xyz/atom.xml" rel="self"/>
<link href="wiki.texto-plano.xyz/"/>
- <updated>2021-01-22T23:11:55-03:00</updated>
+ <updated>2021-01-23T01:12:36-03:00</updated>
<id>wiki.texto-plano.xyz</id>
<author>
<name></name>
diff --git a/_site/buscar.html b/_site/buscar.html
index 579e9a8..4695066 100644
--- a/_site/buscar.html
+++ b/_site/buscar.html
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en" ><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="Jekyll v4.2.0" /><meta property="og:title" content="Buscar" /><meta property="og:locale" content="en_US" /><meta name="description" content="Wiki del proyecto Texto-Plano" /><meta property="og:description" content="Wiki del proyecto Texto-Plano" /><link rel="canonical" href="wiki.texto-plano.xyz/buscar" /><meta property="og:url" content="wiki.texto-plano.xyz/buscar" /><meta property="og:site_name" content="Wiki Texto-Plano" /><meta property="og:type" content="article" /><meta property="article:published_time" content="2021-01-22T23:11:55-03:00" /><meta name="twitter:card" content="summary" /><meta property="twitter:title" content="Buscar" /><meta name="twitter:site" content="@" /> <script type="application/ld+json"> {"description":"Wiki del proyecto Texto-Plano","@type":"BlogPosting","url":"wiki.texto-plano.xyz/buscar","headline":"Buscar","dateModified":"2021-01-22T23:11:55-03:00","datePublished":"2021-01-22T23:11:55-03:00","mainEntityOfPage":{"@type":"WebPage","@id":"wiki.texto-plano.xyz/buscar"},"@context":"https://schema.org"}</script><title> Buscar - Wiki Texto-Plano</title><link rel="shortcut icon" href="/favicon.ico"><link rel="alternate" type="application/atom+xml" title="Wiki Texto-Plano" href="/atom.xml"><link rel="alternate" type="application/json" title="Wiki Texto-Plano" href="wiki.texto-plano.xyz/feed.json" /><link rel="sitemap" type="application/xml" title="sitemap" href="/sitemap.xml" /><style> *,:after,:before{box-sizing:border-box;background-color:inherit;color:inherit;margin:0;padding:0}body{font-family:monospace;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.5;font-size:1rem;color:#16171a}nav ul{border-right:1px solid #edf2f7}a{color:#000;text-decoration-skip-ink:auto;text-decoration:underline}pre{margin:.5rem 0;padding:.5rem}.post p{margin:.5rem 0}.post h1,.post h2,.post h3,.post h4{margin:1rem 0}.post h2:first-child,.project h2:first-child,.photo h2:first-child{margin-top:0}.meta{margin:2rem 0}code,pre{background:#ecedee}code{padding:.1rem}pre code{border:none}pre{padding:1rem;overflow-x:auto}img{max-width:100%}hr{background:#000;height:1px;border:0}header{flex-basis:10rem;flex-grow:1;position:relative}header a{text-decoration:none}header li{margin-bottom:.2rem;text-align:right;margin-right:2rem}header a.active{font-weight:bold}header,section{padding:1rem}blockquote{font-style:italic;border-left:5px solid #ececec;padding-left:1rem}h1,h2,h3,h4,h5{line-height:1;margin:1rem 0;font-weight:600}section h1:first-child{margin-top:0}strong,b{font-weight:bold}.photos ul{list-style:none}.photos li{margin-bottom:1.5rem}.photo picture,.project picture{margin-bottom:0.5rem}.posts ul,header ul{list-style:none}.posts li{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.posts li a,.posts li div,.projects li a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none}.posts li time,.projects li time{padding-left:1rem;white-space:nowrap;font-variant-numeric:tabular-nums}main{display:flex;flex-wrap:wrap;max-width:60rem;margin:2rem auto;padding:1rem}@media screen and (max-width: 45rem){header li{display:inline;margin-right:1rem}.logo{padding-bottom:1rem}header ul{border-bottom:1px solid #edf2f7;padding-bottom:2rem}nav ul{border-right:0px}.photos ul{margin-top:0.5rem}}section{flex-basis:0;flex-grow:999;min-width:70%;display:flex;flex-direction:column}figcaption{font-size:smaller}</style></head><body><main role="main"><header role="banner"> <!--<h1 class="logo">Wiki Texto-Plano</h1>--><nav role="navigation"><ul><li><a href="/" >Wiki</a></li><li><a href="https://texto-plano.xyz" >~tp</a></li><li><a href="/buscar" class="active">Buscar</a></li><li><a href="/atom.xml" >Rss</a></li></ul></nav></header><section class="post"><h2>Buscar</h2><style> #search-container { max-width: 100%; } input[type=text] { font-size: normal; outline: none; padding: 1rem; background: rgb(236, 237, 238); width: 100%; -webkit-appearance: none; font-family: inherit; font-size: 100%; border: none; } #results-container { margin: .5rem 0; }</style><div id="search-container"> <input type="text" id="search-input" placeholder="Buscar..." /><ol id="results-container"></ol></div><script src="/search.js" type="text/javascript"></script> <script type="text/javascript"> SimpleJekyllSearch({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), json: '/search.json', searchResultTemplate: '<li><a href="{url}" title="{desc}">{title}</a></li>', noResultsText: 'No results found', limit: 10, fuzzy: false, exclude: ['Welcome'] }) </script></section></main></body></html>
+<!DOCTYPE html><html lang="en" ><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="Jekyll v4.2.0" /><meta property="og:title" content="Buscar" /><meta property="og:locale" content="en_US" /><meta name="description" content="Wiki del proyecto Texto-Plano" /><meta property="og:description" content="Wiki del proyecto Texto-Plano" /><link rel="canonical" href="wiki.texto-plano.xyz/buscar" /><meta property="og:url" content="wiki.texto-plano.xyz/buscar" /><meta property="og:site_name" content="Wiki Texto-Plano" /><meta property="og:type" content="article" /><meta property="article:published_time" content="2021-01-23T01:12:36-03:00" /><meta name="twitter:card" content="summary" /><meta property="twitter:title" content="Buscar" /><meta name="twitter:site" content="@" /> <script type="application/ld+json"> {"description":"Wiki del proyecto Texto-Plano","@type":"BlogPosting","url":"wiki.texto-plano.xyz/buscar","headline":"Buscar","dateModified":"2021-01-23T01:12:36-03:00","datePublished":"2021-01-23T01:12:36-03:00","mainEntityOfPage":{"@type":"WebPage","@id":"wiki.texto-plano.xyz/buscar"},"@context":"https://schema.org"}</script><title> Buscar - Wiki Texto-Plano</title><link rel="shortcut icon" href="/favicon.ico"><link rel="alternate" type="application/atom+xml" title="Wiki Texto-Plano" href="/atom.xml"><link rel="alternate" type="application/json" title="Wiki Texto-Plano" href="wiki.texto-plano.xyz/feed.json" /><link rel="sitemap" type="application/xml" title="sitemap" href="/sitemap.xml" /><style> *,:after,:before{box-sizing:border-box;background-color:inherit;color:inherit;margin:0;padding:0}body{font-family:monospace;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.5;font-size:1rem;color:#16171a}nav ul{border-right:1px solid #edf2f7}a{color:#000;text-decoration-skip-ink:auto;text-decoration:underline}pre{margin:.5rem 0;padding:.5rem}.post p{margin:.5rem 0}.post h1,.post h2,.post h3,.post h4{margin:1rem 0}.post h2:first-child,.project h2:first-child,.photo h2:first-child{margin-top:0}.meta{margin:2rem 0}code,pre{background:#ecedee}code{padding:.1rem}pre code{border:none}pre{padding:1rem;overflow-x:auto}img{max-width:100%}hr{background:#000;height:1px;border:0}header{flex-basis:10rem;flex-grow:1;position:relative}header a{text-decoration:none}header li{margin-bottom:.2rem;text-align:right;margin-right:2rem}header a.active{font-weight:bold}header,section{padding:1rem}blockquote{font-style:italic;border-left:5px solid #ececec;padding-left:1rem}h1,h2,h3,h4,h5{line-height:1;margin:1rem 0;font-weight:600}section h1:first-child{margin-top:0}strong,b{font-weight:bold}.photos ul{list-style:none}.photos li{margin-bottom:1.5rem}.photo picture,.project picture{margin-bottom:0.5rem}.posts ul,header ul{list-style:none}.posts li{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.posts li a,.posts li div,.projects li a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none}.posts li time,.projects li time{padding-left:1rem;white-space:nowrap;font-variant-numeric:tabular-nums}main{display:flex;flex-wrap:wrap;max-width:60rem;margin:2rem auto;padding:1rem}@media screen and (max-width: 45rem){header li{display:inline;margin-right:1rem}.logo{padding-bottom:1rem}header ul{border-bottom:1px solid #edf2f7;padding-bottom:2rem}nav ul{border-right:0px}.photos ul{margin-top:0.5rem}}section{flex-basis:0;flex-grow:999;min-width:70%;display:flex;flex-direction:column}figcaption{font-size:smaller}</style></head><body><main role="main"><header role="banner"> <!--<h1 class="logo">Wiki Texto-Plano</h1>--><nav role="navigation"><ul><li><a href="/" >Wiki</a></li><li><a href="https://texto-plano.xyz" >~tp</a></li><li><a href="/buscar" class="active">Buscar</a></li><li><a href="/atom.xml" >Rss</a></li></ul></nav></header><section class="post"><h2>Buscar</h2><style> #search-container { max-width: 100%; } input[type=text] { font-size: normal; outline: none; padding: 1rem; background: rgb(236, 237, 238); width: 100%; -webkit-appearance: none; font-family: inherit; font-size: 100%; border: none; } #results-container { margin: .5rem 0; }</style><div id="search-container"> <input type="text" id="search-input" placeholder="Buscar..." /><ol id="results-container"></ol></div><script src="/search.js" type="text/javascript"></script> <script type="text/javascript"> SimpleJekyllSearch({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), json: '/search.json', searchResultTemplate: '<li><a href="{url}" title="{desc}">{title}</a></li>', noResultsText: 'No results found', limit: 10, fuzzy: false, exclude: ['Welcome'] }) </script></section></main></body></html>
diff --git a/_site/favicon.ico b/_site/favicon.ico
index f436939..7c4c6ad 100644
--- a/_site/favicon.ico
+++ b/_site/favicon.ico
Binary files differ
diff --git a/_site/sitemap.xml b/_site/sitemap.xml
index 43d02cc..90388d0 100644
--- a/_site/sitemap.xml
+++ b/_site/sitemap.xml
@@ -2,11 +2,11 @@
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>wiki.texto-plano.xyz/about</loc>
-<lastmod>2021-01-22T23:11:55-03:00</lastmod>
+<lastmod>2021-01-23T01:12:36-03:00</lastmod>
</url>
<url>
<loc>wiki.texto-plano.xyz/buscar</loc>
-<lastmod>2021-01-22T23:11:55-03:00</lastmod>
+<lastmod>2021-01-23T01:12:36-03:00</lastmod>
</url>
<url>
<loc>wiki.texto-plano.xyz/2021/01/22/usar-clave-ssh</loc>
Un proyecto texto-plano.xyz