sudweb / 2012

:two::zero::one::two: WordPress Theme
http://sudweb.fr/2012/
7 stars 2 forks source link

Sud Web Theme for WordPress

Sud Web Theme for WordPress is a theme tailored for Sud Web purpose. It has several features:

In a near future, business logic will be moved in wp-sudweb plugin.

Install

Before working on this theme, please fork it first. Then clone out a copy of your repo in your wp-content/themes folder:

cd my/wordpress/folder
git clone git@github.com:GITHUB_USERNAME/wp-sudweb-theme.git wp-content/themes
cd wp-content/themes/wp-sudweb-theme
git submodule init
git submodule update

Ensure yourself to install these plugins, as the theme relies on them:

Deploy

In case you'd deploy the code on your server, be careful to exclude the .git folder. With rsync, it's with the --exclude parameter:`

rsync … --exclude=".git" …

License

Copyright (C) 2012 Sud Web

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.