0.3.1 • Published 12 years ago
staticblog v0.3.1
staticblog
Building a STATIC Blog.
Build a sample of static blog
$ npm install -g staticblog
$ staticblog myblog
$ cd myblogFeatures
- Static site
- Homepage with a list of posts
- Page for a single post
- Posts written in markdown
- Tags for posts to categorize
- File-based content to manage flexibly
Manage content
Add/edit/remove files in /content/, with modifying index.json.
Modify pages and styles
Modify HTML/CSS/JS files as you like.