- Create a
_pluginsfolder in your root. - Add the following to
_config.yml
plugins:
- jekyll-gist
- If you don't have a
Gemfileassociated with your Jekyll project, create one with the following text
A lot of important government documents are created and saved in Microsoft Word (*.docx). But Microsoft Word is a proprietary format, and it's not really useful for presenting documents on the web. So, I wanted to find a way to convert a .docx file into markdown.
On a mac you can use homebrew by running the command brew install pandoc.