This repository hosts the code for the design of my blog from April 2020 to July 2023. You can visit the website at tufte.yashagarwal.in.
I used a static site generator Hugo
for building this blog. The design is a modified version of tufte-css, with some added features from my side.
To build the site, run the following commands -
git clone --recursive https://github.com/yashhere/tufte.yashagarwal.in
cd tufte.yashagarwal.in
yarn install
yarn build
After make
, the site is available under the public
directory.
To use Hugo's built-in serve
feature, run the following command -
hugo serve
Now, the website is available at http://localhost:1313/.
I maintain a website to save my books and the content and highlights I mark while reading books on my Kindle Paperwhite. It serves as a backup in case goodreads decides to shut down someday suddenly. The website can be seen at highlights.yashagarwal.in and the code is hosted at highlights.
I also host some of the older versions of my blog. The purpose is to make the process smooth if I decide to go back someday.
One from 2016 can be seen at jekyll.yashagarwal.in, and the code is available at Jekyll-Blog.
Another one is more recent (2017-2020). It is live at minimo.yashagarwal.in and the code is hosted at minimo.