My Hugo website with AWS part2: Custom domain with AWS

After creating the blog, using Hugo, S3 and Codebuild. The next natural step was to access the site using a custom domain. Using AWS there is a very practical way to achieve this. The process involves Route 53, Certificate Manager and CloudFront. This post is based on Felix Yu’s video, where he explains this process very well documented. I will show how each service helps to get the custom domain and some key notes on the process....

2022-11-16 · (updated 2023-02-10) · 3 min

Obsidian in GitHub and hotkeys

After using Obsidian for a week, I fell in love with it. Previously, I had been using OneNote to take and organize my notes in folders. However, I missed the ability to quickly format my notes using Markdown, which I had grown accustomed to using with Rmarkdown and Jupyter. The versatility to format text, add images, and use Mathjax for technical notes was something that OneNote couldn’t provide. One thing I did like about OneNote was the cloud synchronization feature....

2022-11-16 · (updated 2023-02-10) · 3 min

My Hugo website with AWS part1: Hugo, GitHub, Cloud9, S3 and Codebuild

Some time ago I wanted to have a website where I could have my projects, like a portfolio website where I could share my code, my notebooks to anyone who needed it. I tried Hugo, because a I liked how fast it was and how ease was to use Markdown to create html code, in that attempt, I was using Rstudio and the Academic theme (before it was converted to wowchemy), but I was not convinced at all with result....

2022-09-04 · (updated 2023-02-10) · 2 min