diff --git a/content/about/_index.md b/content/about/_index.md
new file mode 100644
index 0000000..5653516
--- /dev/null
+++ b/content/about/_index.md
@@ -0,0 +1,3 @@
+---
+title: Acerca de blog.tavo.one
+---
diff --git a/content/proyectos/2023-10-12-primerjuego.md b/content/proyectos/2023-10-12-primerjuego.md
new file mode 100644
index 0000000..62cfa06
--- /dev/null
+++ b/content/proyectos/2023-10-12-primerjuego.md
@@ -0,0 +1,9 @@
+---
+title: "Primer juego en C 😎"
+date: 2023-10-12
+---
+
+Este
+```
+Lawful Good
+```
diff --git a/content/proyectos/_index.md b/content/proyectos/_index.md
new file mode 100644
index 0000000..2040b30
--- /dev/null
+++ b/content/proyectos/_index.md
@@ -0,0 +1,3 @@
+---
+title: Proyectos
+---
diff --git a/content/snippets/_index.md b/content/snippets/_index.md
new file mode 100644
index 0000000..8b24364
--- /dev/null
+++ b/content/snippets/_index.md
@@ -0,0 +1,3 @@
+---
+title: Snippets
+---
diff --git a/themes/blog/layouts/partials/footer.html b/themes/blog/layouts/partials/footer.html
index d84bfd4..78f21c3 100644
--- a/themes/blog/layouts/partials/footer.html
+++ b/themes/blog/layouts/partials/footer.html
@@ -3,7 +3,7 @@
diff --git a/themes/blog/layouts/partials/header.html b/themes/blog/layouts/partials/header.html
index afcd833..5a4b86c 100644
--- a/themes/blog/layouts/partials/header.html
+++ b/themes/blog/layouts/partials/header.html
@@ -5,6 +5,8 @@
Inicio
Blog
Fotos
+ Snippets
+ Proyectos
diff --git a/themes/blog/static/css/default.css b/themes/blog/static/css/default.css
index a4c1afa..7d1a645 100644
--- a/themes/blog/static/css/default.css
+++ b/themes/blog/static/css/default.css
@@ -2,7 +2,8 @@
html {
width: 90%;
max-width: 800px;
- font-family: monospace;
+ font-family: sans-serif;
+ font-size: 11pt;
background: #121212;
color: #ebdbb2;
margin: auto;