Webpage: http://iamit.in Blog: http://iamit.in/blog
bundle install
bundle exec jekyll serve
cp -r blog/tags_timeline_gen/* blog/
_site/blog
folder, run the following to copy
them into blog/
foldercp -r _site/blog/timeline blog/
cp -r _site/blog/tags blog/
Now commit and push!
python scripts/generate_directory_index3.py folder_with_html_files
baseurl
in the _config.url
from https://iamit.in/
to /
(Don't know of a better solution)._post
directory by copying any previous posts, notice the naming scheme, which corresponds to the publishing date../deploy.sh
and push to github.