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
_posts
directory - Replace
yyyy-mm-dd
in 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
_posts
directory - Replace
yyyy-mm-dd
in the file name with the year, month and date of the post - Replace
article-template
with 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