I have a Github pages site already up and running at http://pshrishi.github.io, where I have my resume posted at pshrishi.github.io/resume and a couple of other presentations at similar URLs/addresses like pshrishi.github.io/XYZ. I would like to host a blog at a URL like pshrishi.github.io/blog.
I have jekyll set-up on my MBP, and have been looking for a step-by step guide to go ahead with the blog. Any help would be appreciated, since I'd like the blog to go live as soon as possible.
I've listed the steps that I've tried so far, below:
cd pshrishi.github.io- Create a new jekyll project :
jekyll new blog - Update the
_config.ymlfile. cd blog, andjekyll serve- The blog works just fine when I access it on my localhost at
localhost:4000