aboutsummaryrefslogtreecommitdiffstats
path: root/_site/README.md
diff options
context:
space:
mode:
Diffstat (limited to '_site/README.md')
-rw-r--r--_site/README.md51
1 files changed, 26 insertions, 25 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
Un proyecto texto-plano.xyz