Wordpress theme.
This project uses Gulp for the development stage and the build process. Since the javascript isn't really complex or large, isn't minified / uglyfied.
- To build the theme, run
gulp build
, this generates a folder namedbuild
with a zip file namedmarmota.zip
, that can be uploaded directly to the theme manager in the Wordpress admin panel. - Run
gulp styles
to compile the SCSS once. - Run
gulp
to compile the SCSS, watching changes to the source files. Usecontrol + C
to stop the watch task.
Check the wp-marmota-categories, a Wordpress Gutenberg block for this theme. Under early stages of development.