gem install bundler
bundle install
bundle exec rake preview
Run tests:
bundle exec rake test
- Use the minutes template (see live version)
- Make a copy of the template in the
_postsdirectory - Replace
yyyy-mm-ddin the file name with the year, month and date of the post - Put content into the file
- Use the article template (see live version)
- Make a copy of the template in the
_postsdirectory - Replace
yyyy-mm-ddin the file name with the year, month and date of the post - Replace
article-templatewith the permalink name of the article - Put content into the file
- Update the front matter with the appropriate title, author etc.
Released under the MIT License