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 namedbuildwith a zip file namedmarmota.zip, that can be uploaded directly to the theme manager in the Wordpress admin panel. - Run
gulp stylesto compile the SCSS once. - Run
gulpto compile the SCSS, watching changes to the source files. Usecontrol + Cto stop the watch task.
Check the wp-marmota-categories, a Wordpress Gutenberg block for this theme. Under early stages of development.
