Skip to content

ninjadev/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog

Install:

apt-get install jekyll

or

gem install jekyll

Writing a post

  • Make a new markdown post in _posts. Follow the apparent conventions.
  • Use newlines between each sentence, because diffs works on a line basis.
  • Image files go in assets/<author_name>.
  • Make a pull-request, get feedback, and wait for someone else to merge and deploy!

Test locally:

Jekyll 1.0:

jekyll serve

Older versions:

jekyll --auto --server

Deploy master branch to server:

./_deploy.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published