Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 882 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 882 Bytes

Install https://github.com/WP-API/Basic-Auth onto your Wordpress, add styles.css to your theme and then run the following

node ./index.js www.example.com "username" "password" ./sources ./extras.json ./Menu.md ./templates/Machine\ learning
node ./index.js www.example.com "username" "password" ./sources ./extras.json ./Menu.md ./templates/Data warehousing
node ./index.js www.example.com "username" "password" ./sources ./extras.json ./Menu.md ./templates/Visualization

You can add more templates to each template type by adding markdown / mustache files to each folder in ./templates. Try copying one as a starting point.

You can add more destinations to each template type by adding json files to each folder in ./templates. Try copying one as a starting point.

You can add more sources by adding json files to ./sources. Try copying one as a starting point.