Skip to content

SteadyCMS/steadycms.github.io

Repository files navigation

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