Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 745 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 745 Bytes

Goals Template

This repository is a Goals template using pandoc.

If you'd like to see a deployed version of this repository: Demo

Setup

  • Run make deps to find the dependencies you need for this project.
  • Otherwise, the only dependency required is pandoc, which can be found here: Pandoc

Development

  • Run make to generate an HTML, PDF, and DOCX version of your goals in the output directory.
  • Run make html to generate only an HTML version.
  • Run make pdf to generate only a PDF version.
  • Run make docx to generate only a DOCX version.
  • Run make deploy to deploy the site to production.
  • Run make clean to delete any generated files.