A personal webpage for Adithya Chari.
Page: Adithya Chari
This page was created using Jekyll, a static site generator that converts your Markdown files into HTML pages for the website. The current workflow is simply pushing to the repository, which updates the live environment. Check it out for yourself!
This originally ran on Github Pages, but I moved to Sourcehut and wanted to build the website on push, which I found oddly complicated. Github Pages runs its own version of Jekyll with its own themes, so in order to duplicate the theme I had before, I had to copy over the _includes/
, _layouts/
, _sass/
, and assets/
directories, and not specify a theme in my _config.yml
. The .build.yml
is also derived heavily from here.
I also set up a custom domain for this site, so you can use it as an example if you need!