ryuneeee / wordpress-theme

Minimal blog theme for Wordpress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordpress theme

Minimal blog theme for Wordpress.

It also provides theme development environment with Docker-Compose. When you developing theme, you don't need re-applying theme when source modified.

Features

  1. Docker-Compose Environment
  2. Support auto compiling SCSS/SASS (using node-sass)
  3. Support auto applying when theme modified. (/w docker volume sym link)

How to use

  1. Install Wordpress, MySQL via Docker
$ npm install
$ docker-compose up -d
  1. Go http://localhost:8080/wp-admin, select wordpress-theme
  2. Watch your SCSS/SASS stylesheet
$ npm run watch
  1. Enjoy develop theme directory using your editor!

Tips

When you apply immediately to your remote site, use WP-Pusher and setting git repository webhook.

About

Minimal blog theme for Wordpress


Languages

Language:CSS 84.5%Language:PHP 15.1%Language:Shell 0.4%