Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/es/home')
-rw-r--r--exampleSite/content/es/home/about.md17
-rw-r--r--exampleSite/content/es/home/contact.md7
-rw-r--r--exampleSite/content/es/home/index.md6
-rw-r--r--exampleSite/content/es/home/lorem.md6
4 files changed, 36 insertions, 0 deletions
diff --git a/exampleSite/content/es/home/about.md b/exampleSite/content/es/home/about.md
new file mode 100644
index 0000000..7c6ab52
--- /dev/null
+++ b/exampleSite/content/es/home/about.md
@@ -0,0 +1,17 @@
+---
+title: "Sobre"
+image: "profile.jpg"
+weight: 0
+---
+
+Esto es **Introducción**, un tema mínimo con desplazamiento para sitios web hechos con [Hugo](https://gohugo.io).
+
+### Características
+
+* Visualización responsiva a cualquier tipo de pantalla
+* Suave fade-in al cargar el sitio con CSS3
+* Desplazamiento suave a las secciones de la página desde la navegación
+* Temas claros y oscuros
+* Seccion _Projects_ con cualquier número de proyectos: configurable como galería de fotos, popup con detalles, o links externos
+* Seccion _Blog_ con la inclusión opcional de _Latest Post_, en la página principal o como una seccion separada
+* Soporte para HighlightJS
diff --git a/exampleSite/content/es/home/contact.md b/exampleSite/content/es/home/contact.md
new file mode 100644
index 0000000..bc3e3ba
--- /dev/null
+++ b/exampleSite/content/es/home/contact.md
@@ -0,0 +1,7 @@
+---
+title: "Contacto"
+---
+
+En la sección de Contacto de **Introducción**, tu puedes opcionalmente mostrar la hora actual en tu zona horaria preferida.
+
+Esto permite a los visitantes saber que tiempo de respuesta esperan tener cuando te contactan. La zhoa horaria es facilmente configurable en el archivo de configuración.
diff --git a/exampleSite/content/es/home/index.md b/exampleSite/content/es/home/index.md
new file mode 100644
index 0000000..f7b5a10
--- /dev/null
+++ b/exampleSite/content/es/home/index.md
@@ -0,0 +1,6 @@
+---
+title: "Hola, Soy Introducción"
+headless: true
+---
+
+Soy un tema para Hugo
diff --git a/exampleSite/content/es/home/lorem.md b/exampleSite/content/es/home/lorem.md
new file mode 100644
index 0000000..f26ef4a
--- /dev/null
+++ b/exampleSite/content/es/home/lorem.md
@@ -0,0 +1,6 @@
+---
+title: "Lorem Ipsum"
+weight: 1
+---
+
+You can add more sections to the home page by adding file to `content/home/`