This static-site is generated via hugo version 0.52 and uses a custom theme to manage the main OpenEMR website.
- Install hugo(extended version) and install npm
- Clone this repo
- cdinto the themes/openemr directory
- Run npm install
- cdinto base directory of the repo
- Run hugo server -F(need the -F parameter to include future entries, for example, for future lectures) (orhugo server -F -Dto include draft pages)
- Navigate to localhost:1313 in your browser
Fork, change, submit PR.
The OpenEMR theme is built using webpack - cd into themes/openemr and run
webpack (or webpack --watch for auto-generation).
If you add images, we recommend they go in static/images.