Hoseon Yu - personal website

← ../blog

Making this Website

In case you are curious, and because I wanted to credit the person who made this website possible, I figured I should introduce how this website was made from a technical perspective.

This website is based on markdown only by aleen42. However, it has been modified so I can do the things I wanted to do and make it more minimal. I was able to achieve this by modifying _includes/footer.html and _includes/header.html.

To preview the website, I use bundle exec jekyll serve, which makes everything easier. It uses Ruby and Jekyll, allowing you to work on the website locally. I found it very useful because it automatically refreshes the website every time you make changes.

You can also take a look at the source code of this website on my GitHub.