Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cv
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Personal Blog and webpage on Github Pages

Webpage: http://iamit.in Blog: http://iamit.in/blog

Locally running the blog

  • Make sure you have jekyll and bundle installed, then run the following, commands:
bundle install
bundle exec jekyll serve

Updating tags and timeline

  • Copy the tags and timeline generator into blog/
cp -r blog/tags_timeline_gen/* blog/
  • Now make sure the jekyll serve is running (see the command above), then you'll have the generated tags and timeline in the _site/blog folder, run the following to copy them into blog/ folder
cp -r _site/blog/timeline blog/
cp -r _site/blog/tags blog/

Now commit and push!

RSS Feed

Writing a Post

  • Change the baseurl in the _config.url from https://iamit.in/ to / (Don't know of a better solution).
  • If your post includes any media, add it into the assets folder.
  • Create your blog post in the _post directory by copying any previous posts, notice the naming scheme, which corresponds to the publishing date.
  • Run ./deploy.sh and push to github.

About

My Homepage/Blog at Github. 📝

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.