joemccall86 / www

ChartMuseum static www https://chartmuseum.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChartMuseum

Netlify Status

Built with Hugo.

Usage

Clone this repository and run:

npm install

Development

While developing, use:

hugo server

or for developing with hugo server --buildDrafts --buildFuture, use:

hugo server -D

Then visit http://localhost:1313/chartmuseum-www to preview. Hugo will automatically reload the CSS or refresh the whole page, when stylesheets or content changes.

Static build

To build a static version of the website inside the /docs folder, run:

hugo

To get a preview of the content not yet published, run:

hugo -D

About

ChartMuseum static www https://chartmuseum.com

License:Apache License 2.0


Languages

Language:HTML 81.9%Language:SCSS 16.2%Language:JavaScript 1.7%Language:Makefile 0.2%