Built with Hugo.
Clone this repository and run:
npm installWhile developing, use:
hugo serveror for developing with hugo server --buildDrafts --buildFuture, use:
hugo server -DThen visit http://localhost:1313/chartmuseum-www to preview. Hugo will automatically reload the CSS or refresh the whole page, when stylesheets or content changes.
To build a static version of the website inside the /docs folder, run:
hugoTo get a preview of the content not yet published, run:
hugo -D