Skip to content

ndiego/nautilus

Repository files navigation

Nautilus

Nautilus - A WordPress block theme.

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.

  1. Run npm run start:sass to watch changes to all sass files and generate the uncompressed css.
  2. Run npm run build:sass:style to build the uncompressed style.css file.
  3. Run npm run build:sass:blocks to build all per-block stylesheets and compresses them.
  4. Run npm run theme-zip to zip the theme (minus unneeded files) and place it in the _playground folder.