iamjagjeetubhi / jekyllblog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Gihub Issue Web Site

Subscribe via RSS.

Requirements

Installation

$ git clone https://github.com/pixyzehn/pixyzehn.com.git
$ cd pixyzehn.com/
$ bundle install
$ yarn install

Build

$ bundle exec jekyll build

Preview

$ bundle exec jekyll serve

You can see the site locally. http://localhost:4000
And the admin is here. http://localhost:4000/admin

Draft

Create a new post in _drafts locally. (NOTE: Added _drafts in .gitginore.)

$ bundle exec jekyll build --future --drafts --watch

License

Code is open sourced under the MIT license.

Content is released under a Creative Commons BY-NC License.

About

License:MIT License


Languages

Language:CSS 77.7%Language:HTML 20.0%Language:JavaScript 1.3%Language:Ruby 0.8%Language:Shell 0.1%Language:Makefile 0.0%