Skip to content

TopShelfCraft/Wordsmith-Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordsmith Documentation

This repository provides documentation for the Wordsmith plugin by Top Shelf Craft.

This site is built with hexo. Site content is written in Markdown format located in src.

Pull requests for revisions and improvements are most welcome!

Developing

Start a dev server at localhost:4000:

$ npm install -g hexo-cli
$ npm install
$ hexo server