Hi, this is my blog. This has been created and hosted using Jekyll and github-pages respectively. I've used the mediumish theme, with some changes.
Hosted here: https://kabirpathak.github.io
I've added these steps for myself, in case I ever stop working on this website for a long time and then don't remember what process I used to follow. Don't judge me.
- New post goes in
_posts, new pages in_pages(likeabout). _layoutswork like they would in Rails._includescontains theme specific features like ratings, search, etc.- Main branch is
gh-pagesand notmainormaster. - If new post is in the future, it won't show up until that time is reached. This can be changed by adding
future: truein_config.ymlbut i haven't tried it yet.
git clone https://github.com/kabirpathak/kabirpathak.github.io.gitbundle installbundle exec jekyll serve
Also, looks like jekyll serve runs in watch mode. So, I can run a server while simultaneously making code changes.