yashhere / tufte.yashagarwal.in

Personal blog in Hugo

Home Page:https://tufte.yashagarwal.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tufte.yashagarwal.in

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.

Building

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/.

Elsewhere

Highlights

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.

Old blogs

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.

About

Personal blog in Hugo

https://tufte.yashagarwal.in

License:Other


Languages

Language:Makefile 46.5%Language:Shell 41.5%Language:HTML 12.0%