From be7b2fa96f321e2d879ef788455d26eb3591bf4f Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Thu, 12 Oct 2023 14:40:56 -0600 Subject: [PATCH] building blog --- content/about/_index.md | 3 +++ content/proyectos/2023-10-12-primerjuego.md | 9 +++++++++ content/proyectos/_index.md | 3 +++ content/snippets/_index.md | 3 +++ themes/blog/layouts/partials/footer.html | 2 +- themes/blog/layouts/partials/header.html | 2 ++ themes/blog/static/css/default.css | 3 ++- 7 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 content/about/_index.md create mode 100644 content/proyectos/2023-10-12-primerjuego.md create mode 100644 content/proyectos/_index.md create mode 100644 content/snippets/_index.md 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;