From 14561c58b70b569b92e8dfed71b4783f04fd69b2 Mon Sep 17 00:00:00 2001 From: Francisco Fuentes Date: Fri, 22 Jan 2021 23:33:35 -0300 Subject: =?UTF-8?q?Primera=20edici=C3=B3n=20(traspaso=20articulos=20gopher?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 51 ++++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 25 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 18363fa..52caa78 100644 --- a/README.md +++ b/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 -- cgit v1.2.3