Initial commit
Some checks are pending
Zola / build-and-deploy (push) Waiting to run

This commit is contained in:
Alejandro Guerrero 2025-12-14 00:46:02 +01:00
commit 57e36978f6
Signed by: alejandrogs73
GPG key ID: 1CFF10953BEE333C
7 changed files with 158 additions and 0 deletions

15
config.toml Normal file
View file

@ -0,0 +1,15 @@
# config.toml
base_url = "https://alejandrogs.es"
title = "Alejandro GS"
description = "Ingeniería, Soberanía y Software Libre."
default_language = "es"
minify_html = true
[markdown]
highlight_code = true
highlight_theme = "gruvbox-dark" # Un clásico de los ingenieros
[extra]
author = "Alejandro"
twitter = "https://twitter.com/alejandro_gs73" # (Cámbielo o bórrelo)
github = "https://github.com/alejandrogs73"