Avalos' Website

Avalos' personal website
Login

This website was built using the amazing Hyde static website compiler, and it is mostly written in SXML (S-expression XML). Hyde compiles everything into a static HTML website, so it can be deployed directly into a public HTTP folder. This website was previously written in plain HTML, but I decided it would be fun to give Hyde a try, so I did, and it turned out to be extremely convenient!

How to build?

In case you want to create your own personal website based on this one, the process is very straightforward. You need to install CHICKEN Scheme and Fossil, and run the following commands, which may vary depending on your OS:

sudo chicken-install hyde
fossil clone https://chiselapp.com/user/avalos/repository/avalos-website avalos-website.fossil
mkdir avalos-website
cd avalos-website
fossil open ../avalos-website.fossil
hyde

A folder out/ will be created, which will contain the compiled public assets, ready to be deployed.

License

This website is licensed under CC BY-SA 4.0.

All the images are licensed under CC BY-ND 4.0.