Nautilus is the block theme that powers nickdiego.com. I created this for my personal use and to experiment with new WordPress functionality. As a result, it's highly experimental, so please use with caution.
Explore Nautilus in WordPress Playground.
- WordPress 6.5+
There is no JavaScript build process in this theme (yet), but it does use sass
. Use the following npm
commands to build the per-block stylesheets and the main style.css
file.
- Run
npm run start:sass
to watch changes to allsass
files and generate the uncompressedcss
. - Run
npm run build:sass:style
to build the uncompressedstyle.css
file. - Run
npm run build:sass:blocks
to build all per-block stylesheets and compresses them. - Run
npm run theme-zip
to zip the theme (minus unneeded files) and place it in the_playground
folder.