Nautilus
A WordPress block theme.
Install / Use
/learn @ndiego/NautilusREADME
Nautilus

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.
Requirements
- WordPress 6.5+
Plugin dependencies
Development
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:sassto watch changes to allsassfiles and generate the uncompressedcss. - Run
npm run build:sass:styleto build the uncompressedstyle.cssfile. - Run
npm run build:sass:blocksto build all per-block stylesheets and compresses them. - Run
npm run theme-zipto zip the theme (minus unneeded files) and place it in the_playgroundfolder.
