Skip to content

sent-hil/sent-hil.github.io

 
 

Repository files navigation

sent-hil.github.io

Jekyll blog that powers sent-hil.com. This is a fork of the original repo with some minor modifications.

New Posts

To create a new empty post do

go run scripts/new_blog_post.go -title='Title of my New Post'

This'll create a new file in _posts prefixed with today's date and title of blog post.

Setup

bundle
bundle exec jekyll server

.git/hooks/pre-commit

This pre-commit script will build jekyll and add the built files to the commit. It makes commit a tad bit slow, but worth it.

#!/bin/sh

jekyll build
git add _site

Deploy

git push origin master

License

_posts directory is copyright of Senthil Arivudainambi. You may not reuse anything therein without my permission.

All other directories and files are MIT Licensed. This is the same license of the original repo: https://github.com/mojombo/mojombo.github.io

Releases

No releases published

Packages

No packages published

Languages

  • HTML 80.9%
  • CSS 15.3%
  • Go 2.3%
  • Ruby 1.5%