Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 503 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 503 Bytes

Notes

This is repository that compiles markdown notes in an html website.

Example here: https://notes.takashiidobe.com/

Dependencies

  • GNU Make
  • Pandoc
  • Node
  • miniserve (for development)
  • netlify (for deployment)

On mac these can be installed like so:

$ brew install make pandoc node miniserve
$ npm install -g netlify
$ npm install # to install node_modules

Building

To build the whole site, run make.

Deployment

To deploy the site to netlify, run make deploy.