The Wayback Machine - https://web.archive.org/web/20201211115713/https://github.com/davidmanson/monsieurpress
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

MonsieurPress

Hello, I'm MonsieurPress, a super cool, lightweight & simple WordPress starter theme for developpers

How am I ?

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.

Requirements

  • A working WordPress installation
  • Npm (packaged in node)

How to use me ?

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 !

Gulp tasks

I have some embeded gulp tasks that can be use for you workflow :

  • gulp : Watch the scss directory and compile files to the style.css file
  • gulp styles : Just compile the scss (no watching)
  • gulp minify : Minify the style.css file, do this before production
  • gulp images : Compress images located in the images folder
  • gulp compress : Minify the javascript

About

A minimal & lightweight WordPress starter theme using gulp

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.