You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# clone the repo into a directory named website
$ git clone https://github.com/nishanths/nishanths.github.io.git website
$ cd website
# make sure we are on the correct branch
$ git checkout source
# install gems
$ bundle
# Edit _config.yml and other files as needed ...
# serve locally
$ bundle exec jekyll serve
The site should be live at https://localhost:4000. Jekyll watches and regenerates files on change.
Usage
To create a new post, run:
$ bundle exec jekyll post "Your new post title"
# New post created at _posts/2016-03-13-your-new-post-title.md.
Build and deploy
To generate static files in the _site directory, run:
$ bundle exec jekyll build
Automatic deploy
You can push code to a separate source branch that Wercker uses for building. Wercker will build and force push the updated static files to the master branch on GitHub.
License
The web fonts are subject to their original licenses.
You are welcome to use the other content under the MIT License (where applicable).