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')
-rw-r--r--exampleSite/content/es/blog/_index.md1
-rw-r--r--exampleSite/content/es/home/about.md2
-rw-r--r--exampleSite/content/es/home/lorem.md2
-rw-r--r--exampleSite/content/es/projects/_index.md1
4 files changed, 4 insertions, 2 deletions
diff --git a/exampleSite/content/es/blog/_index.md b/exampleSite/content/es/blog/_index.md
index e95a00c..a62ffc0 100644
--- a/exampleSite/content/es/blog/_index.md
+++ b/exampleSite/content/es/blog/_index.md
@@ -1,5 +1,6 @@
---
title: "Blog"
+weight: 20
---
Este es un texto introductorio para mi blog.
diff --git a/exampleSite/content/es/home/about.md b/exampleSite/content/es/home/about.md
index 7c6ab52..30a4676 100644
--- a/exampleSite/content/es/home/about.md
+++ b/exampleSite/content/es/home/about.md
@@ -1,7 +1,7 @@
---
title: "Sobre"
image: "profile.jpg"
-weight: 0
+weight: 8
---
Esto es **Introducción**, un tema mínimo con desplazamiento para sitios web hechos con [Hugo](https://gohugo.io).
diff --git a/exampleSite/content/es/home/lorem.md b/exampleSite/content/es/home/lorem.md
index f26ef4a..042bb42 100644
--- a/exampleSite/content/es/home/lorem.md
+++ b/exampleSite/content/es/home/lorem.md
@@ -1,6 +1,6 @@
---
title: "Lorem Ipsum"
-weight: 1
+weight: 30
---
You can add more sections to the home page by adding file to `content/home/`
diff --git a/exampleSite/content/es/projects/_index.md b/exampleSite/content/es/projects/_index.md
index 31e8f35..159bb80 100644
--- a/exampleSite/content/es/projects/_index.md
+++ b/exampleSite/content/es/projects/_index.md
@@ -1,5 +1,6 @@
---
title: "Proyectos"
+weight: 10
---
Este es un texto introductorio para mis proyectos.