0.0.1 • Published 7 years ago

jerkyll v0.0.1

Weekly downloads
85
License
MIT
Repository
github
Last release
7 years ago

Seal

A tool to make blogging painless

Features

  • issues to hold posts
  • comments support
  • one-command to deploy

Usage

Prerequisite

You should setup github page first, if you don't know how to setup your page, check Github Page, after that, you should have a repo like this .github.com

Let's go

  1. clone Seal
## set Seal as your blogging platform

git clone https://github.com/metrue/Seal.git <username>.github.com
git remote rm origin

git remote add origin git@github.com:<username>/<username>.github.io.git
  1. start blogging
echo 'happy hacking' > posts/2012-12-12-HelloWorld.md
  1. deploy your blog
npm run deploy
  1. check your blog
open <your-github-id>.github.io

Thanks

inspired by vue-ghpages-blog and TinyBlog

LICENSE

MIT