Skip to content

ndiego/nautilus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0cc2420 · Sep 3, 2024
Jun 10, 2024
Sep 3, 2024
Jul 10, 2024
May 28, 2024
Jun 7, 2024
Jul 11, 2024
Jul 10, 2024
Sep 3, 2024
Nov 8, 2021
Mar 16, 2022
Jun 7, 2024
Jun 7, 2024
Jun 7, 2024
Jun 10, 2024
Jun 7, 2024
Jun 7, 2024
Jun 7, 2024
Jun 10, 2024
Jul 11, 2024
Sep 3, 2024

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.