X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=haunt.scm;h=7d04d1bd3c92fc2cfbec82c3762d12e9d7d1b4af;hb=2f8a460bafe62b7865d02d656e8a0ff7c0eb9f09;hp=87469519c67ccab7f7987d6cd6f3b06d277202b7;hpb=67c9f52cdcf34023e67e38780a9976906aea107c;p=blog.git diff --git a/haunt.scm b/haunt.scm index 8746951..7d04d1b 100644 --- a/haunt.scm +++ b/haunt.scm @@ -49,11 +49,7 @@ `(li (a (@ (href ,(cdr page))) ,(car page)))) (assoc-ref metadata 'pages)))) (ul (@ (class "social")) - (li (a (@ (class "sc-linkedin") (target "_blank") (href "")) (i (@ (class "fa fa-linkedin"))))) - " " - (li (a (@ (class "sc-github") (target "_blank") (href "")) (i (@ (class "fa fa-github"))))) - " " - (li (a (@ (class "sc-twitter") (target "_blank") (href "")) (i (@ (class "fa fa-twitter"))))) + (li (a (@ (class "sc-twitter") (target "_blank") (href "https://twitter.com/jsancho_gpl")) (i (@ (class "fa fa-twitter"))))) " " (li (a (@ (class "sc-rss") (target "_blank") (href "feed.xml")) (i (@ (class "fa fa-rss"))))))))) (main ,body))))) @@ -106,15 +102,22 @@ (define about-page (static-page - "About me" + "Sobre mi" "about.html" - `((h2 "hi.")))) + `((div + (article + (header (h2 "Sobre mi")) + (p "Conocí GNU/Linux y el software libre durante mis estudios universitarios en la " (a (@ (href "http://www.uji.es/")) "Universitat Jaume I") " y desde entonces mi compromiso con esas ideas ha ido en aumento.") + (p "Fue en 2003 cuando empecé como activista, participando en eventos relacionados con el software libre, manifestaciones en contra de las patentes de software, charlas y jornadas informativas en parties, institutos, etc.") + (p "Disfruto programando y lo hago con el lenguaje que más se ajuste a mis necesidades (Python, PHP, Golang, Erlang, ...). Durante muchos años mi lenguaje favorito fue C, aunque con el tiempo ese lugar privilegiado han pasado a ocuparlo Lisp y Scheme a partes iguales. Soy un enamorado del paradigma funcional.") + (p "Estoy casado con una mujer maravillosa y tengo un hijo que no deja de sorprenderme cada día. Son mi mayor alegría.")))))) (define %collections `(("Home" "index.html" ,posts/reverse-chronological))) (site #:title "Javier Sancho" #:domain "jsancho.org" + #:build-directory "site-spanish" #:default-metadata '((author . "Javier Sancho") (description . "Evangelizador del software libre - Programador")