Hello, I'm MonsieurPress, a super cool, lightweight & simple WordPress starter theme for developpers
Hello developer ! I'm a WordPress starter theme, I'm not all naked and actualy the webpage you are in is me ! I'm very minimal & easy to understand, I use modern workflow like gulp, sass, and love. I'm not meant for being used as a parent theme, just adopt me and hack me ! Check my website to see how I look without modification.
- A working WordPress installation
- Npm (packaged in node)
Go to your wordpress theme folder with your terminal, and type the following commands :
$ git clone https://github.com/dadipaq/monsieurpress.git [yourthemename]
$ cd [yourthemename]
$ npm install
$ gulp
You are now ready for happy coding !
I have some embeded gulp tasks that can be use for you workflow :
gulp
: Watch thescss
directory and compile files to the style.css filegulp styles
: Just compile the scss (no watching)gulp minify
: Minify the style.css file, do this before productiongulp images
: Compress images located in the images foldergulp compress
: Minify the javascript