Hello World

Hello World!

https://i.imgur.com/vRJSfjW.png


Welcome to my website! In this first post, I will detail a bit more about how the current infrastructure of this site works:

  • VM running Ubuntu (hosted on Oracle Cloud Free Tier) - Soon I will make a post giving more details on how to take advantage of this free service.
  • Apache Web Server, an open-source server that allows hosting and serving websites and applications on the web.
  • Jekyll, a static site generator that transforms text files into ready-to-host websites, eliminating the need for a database or dynamic backend, with the multi-language-al-folio theme
  • GitHub is used to manage the changes in the site’s code. I’ve also configured the server to perform a git pull every hour via crontab and automatically run Jekyll if needed, automating the deployment of new updates to the site.

See you in the next post!