mirror of
https://gitlab.com/tavo-wasd/blog.git
synced 2025-06-06 14:23:30 -06:00
building blog
This commit is contained in:
parent
21a5150786
commit
be7b2fa96f
7 changed files with 23 additions and 2 deletions
3
content/about/_index.md
Normal file
3
content/about/_index.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
title: Acerca de blog.tavo.one
|
||||
---
|
9
content/proyectos/2023-10-12-primerjuego.md
Normal file
9
content/proyectos/2023-10-12-primerjuego.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "Primer juego en C 😎"
|
||||
date: 2023-10-12
|
||||
---
|
||||
|
||||
Este
|
||||
```
|
||||
Lawful Good
|
||||
```
|
3
content/proyectos/_index.md
Normal file
3
content/proyectos/_index.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
title: Proyectos
|
||||
---
|
3
content/snippets/_index.md
Normal file
3
content/snippets/_index.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
title: Snippets
|
||||
---
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue