Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 368 Bytes

File metadata and controls

30 lines (18 loc) · 368 Bytes

SteadyCMS website

The official SteadyCMS website at steadycms.github.io.

Development

hugo server

To re-build the CSS during development, open another terminal and run the following:

cd themes/steadycms
npm run watch

Deployment

Minify CSS for production:

npm run minify