florianboudot / micromix

custom Wordpress theme for micromix.fr
http://www.micromix.fr
5 stars 0 forks source link

micromix theme

This is the custom Wordpress theme for www.micromix.fr

installation steps

and

<VirtualHost micromix.localhost:80>
    DocumentRoot "C:/sites/micromix/"
    ServerName micromix.localhost
    ServerAlias micromix.localhost
</VirtualHost>

and

<Directory "C:/sites">
    Options +Indexes +FollowSymLinks +ExecCGI
    AllowOverride AuthConfig FileInfo
    Order allow,deny
    Allow from all
</Directory>

Supported browsers

100% compatible:

At least functional and good looking (no aminations is ok):

At least functionnal (skin broken is ok, no animation is ok)!

Node / Grunt

.htaccess file

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    RewriteRule \.(mp3)$ /wp-content/themes/micromix-theme-1/mp3.php?file=%{REQUEST_URI}
</IfModule>

phpstorm commit message format

Open "tasks" dialog with alt + shift + N and click on the wrench (server settings) Configure your commit message with : {id} #{number} {summary}

update (if env already exist)

go to wp-admin/post-new.php?post_type=page name a new page "feedback" check "discussion" in "screen options" and checks that the "discusion" checkboxes are checked in discussion field then clic "publish"

Authors

kazes, acidre, yvg, romuleald, stecov