building blog

This commit is contained in:
tavo-wasd 2023-10-12 14:40:56 -06:00
parent 21a5150786
commit be7b2fa96f
7 changed files with 23 additions and 2 deletions

3
content/about/_index.md Normal file
View file

@ -0,0 +1,3 @@
---
title: Acerca de blog.tavo.one
---

View file

@ -0,0 +1,9 @@
---
title: "Primer juego en C 😎"
date: 2023-10-12
---
Este
```
Lawful Good
```

View file

@ -0,0 +1,3 @@
---
title: Proyectos
---

View file

@ -0,0 +1,3 @@
---
title: Snippets
---

View file

@ -3,7 +3,7 @@
<footer>
<div class="navbar">
<h2>
<a href="#about">Acerca de</a>
<a href="{{ .Site.BaseURL }}about/">Acerca de</a>
</h2>
</div>
</footer>

View file

@ -5,6 +5,8 @@
<a href="{{ .Site.BaseURL }}">Inicio</a>
<a href="{{ .Site.BaseURL }}blog/">Blog</a>
<a href="{{ .Site.BaseURL }}fotos/">Fotos</a>
<a href="{{ .Site.BaseURL }}snippets/">Snippets</a>
<a href="{{ .Site.BaseURL }}proyectos/">Proyectos</a>
</h2>
</div>

View file

@ -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;