Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 355 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 355 Bytes

SteadyCMS website

The official SteadyCMS website at steadycms.com.

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