2017 © Pedro Pelรกez
 

wordpress-theme mimizuku

image

inc2734/mimizuku

  • Thursday, November 23, 2017
  • by inc2734
  • Repository
  • 6 Watchers
  • 31 Stars
  • 200 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 45 Versions
  • 2 % Grown

The README.md

Mimizuku

Build Status Latest Stable Version License, (*1)

Mimizuku is a WordPress starter theme or theme framework for child themes development., (*2)

Mimizuku, (*3)

  • GitHub: https://github.com/inc2734/mimizuku/
  • Packagist: https://packagist.org/packages/inc2734/mimizuku

Requirements

  • WordPress 4.7
  • PHP 5.6+
  • WP-CLI
  • Composer
  • Node.js

Browser support

  • IE10 + Modern browser

Get Started

Using as starter theme

$ cd /PATH/TO/wp-content/themes
$ git clone https://github.com/inc2734/mimizuku.git your-theme-name
$ cd your-theme-name
$ npm install
$ composer install
$ npm run build
$ wp theme activate your-theme-name
  • Replace /resources/languages/mimizuku.pot to /resources/languages/your-theme-name.pot
  • Replace Text Domain: mimizuku to Text Domain: your-theme-name in /style.css
  • Replace apply_filters( 'mimizuku to apply_filters( 'your_theme_name in **.php
  • Replace do_action( 'mimizuku to do_action( 'your_theme_name in **.php
  • Replace add_filter( 'mimizuku to add_filter( 'your_theme_name in **.php
  • Replace add_action( 'mimizuku to add_action( 'your_theme_name in **.php
  • Replace mimizuku to your-theme-name in **.php and **.js
  • Replace Mimizuku to Your_Theme_Name in **.php and **.js

Using as parent theme

See https://github.com/inc2734/mimizuku-child, (*4)

Theme features

  • Having layout and view templates
  • and having filter hooks filtered these templates
  • Using view controller
  • The function which to pass the variables to WordPress's get_template_part().
  • Usuful scripts
  • CI
  • See more https://github.com/inc2734/mimizuku-child

Directory structure

themes/mimizuku
โ”œโ”€ resources               # The theme root
โ”‚  โ”œโ”€ app                  # Setup theme
โ”‚  โ”œโ”€ page-template        # Custom page templates
โ”‚  โ”œโ”€ templates
โ”‚  โ”‚  โ”œโ”€ layout            # Layout templates
โ”‚  โ”‚  โ”œโ”€ view              # View templates
โ”‚  โ”‚  โ”œโ”€ static            # Static view templates
โ”‚  โ”‚  โ””โ”€ widget            # Templates for WP Awesome Widgets
โ”‚  โ”œโ”€ vendor               # Composer packages
โ”‚  โ”œโ”€ style.css            # Theme meta information
โ”‚  โ”œโ”€ index.php
โ”‚  โ”œโ”€ functions.php
โ”‚  โ”œโ”€ ...
โ”œโ”€ .gitignore

Template hierarchical

Layout templates

  1. /resources/vendor/inc2734/mimizuku-core/src/view/templates/**/*.php
  2. /resources/templates/**/*.php

Custo page templates

  1. /resources/page-templates/*.php
  2. /page-templats/*.php

Base templates

  1. /resources/vendor/inc2734/mimizuku-core/src/view/*.php
  2. /resources/*.php
  3. /*.php

Third-party resources

Font Awesome (Web fonts)

  • Font License: SIL OFL 1.1
  • Code License: MIT License
  • Source: https://fortawesome.github.io/Font-Awesome/

Basis (Sass/CSS framework)

  • License: MIT License
  • Source: https://sass-basis.github.io/

FLOCSS

  • Source: https://github.com/hiloki/flocss

inc2734/wp-breadcrumbs

  • Source: https://github.com/inc2734/wp-breadcrumbs

inc2734/wp-ogp

  • Source: https://github.com/inc2734/wp-ogp

inc2734/wp-oembed-blog-card

  • Source: https://github.com/inc2734/wp-oembed-blog-card

inc2734/wp-view-controller

  • Source: https://github.com/inc2734/wp-view-controller

inc2734/wp-basis

  • Source: https://github.com/inc2734/wp-basis

inc2734/wp-customizer-framework

  • Source: https://github.com/inc2734/wp-customizer-framework

inc2734/wp-github-theme-updater

  • Source: https://github.com/inc2734/wp-github-theme-updater

inc2734/wp-share-buttons

  • Source: https://github.com/inc2734/wp-share-buttons

inc2734/wp-seo

  • Source: https://github.com/inc2734/wp-seo

inc2734/wp-like-me-box

  • Source: https://github.com/inc2734/wp-like-me-box

inc2734/wp-pure-css-gallery

  • Source: https://github.com/inc2734/wp-pure-css-gallery

inc2734/wp-awesome-widgets

  • Source: https://github.com/inc2734/wp-awesome-widgets

inc2734/wp-awesome-compponents

  • Source: https://github.com/inc2734/wp-awesome-compponents

Official goods store

https://suzuri.jp/inc2734/products, (*5)

The Versions

21/09 2017
14/08 2017

4.0.1

4.0.1.0

Mimizuku is a WordPress starter theme or theme framework for child themes development.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

15/06 2017

2.1.0

2.1.0.0

Minizuku is a WordPress theme framework for child themes development.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

15/06 2017

2.0.0

2.0.0.0

Minizuku is a WordPress theme framework for child themes development.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

09/06 2017

1.3.0

1.3.0.0

Minizuku is a WordPress theme framework for child themes development.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

06/06 2017

1.2.0

1.2.0.0

Minizuku is a WordPress theme framework for child themes development.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

02/04 2017

dev-wprepository

dev-wprepository

  Sources   Download

30/03 2017

1.1.1

1.1.1.0

Minizuku is a WordPress theme framework for child themes development.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

30/03 2017

1.1.0

1.1.0.0

Minizuku is a WordPress theme framework for child themes development.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

22/02 2017

1.0.0

1.0.0.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

15/02 2017

0.9.0

0.9.0.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

10/02 2017

0.8.1

0.8.1.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

10/02 2017

0.8.0

0.8.0.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

16/01 2017

0.7.2

0.7.2.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

21/12 2016

0.7.1

0.7.1.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

17/12 2016

0.7.0

0.7.0.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

13/12 2016

0.6.3

0.6.3.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

12/12 2016

0.6.2

0.6.2.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

12/12 2016

0.6.1

0.6.1.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

06/12 2016

0.6.0

0.6.0.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

24/11 2016

0.5.1

0.5.1.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

17/11 2016

0.5.0

0.5.0.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

10/11 2016

0.4.5

0.4.5.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

10/11 2016

0.4.4

0.4.4.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

05/11 2016

0.4.3

0.4.3.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

31/10 2016

0.4.2

0.4.2.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

28/10 2016

0.4.1

0.4.1.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

24/10 2016

0.4.0

0.4.0.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

20/10 2016

0.3.0

0.3.0.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

19/10 2016

0.2.0

0.2.0.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

17/10 2016

0.1.10

0.1.10.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

17/10 2016

0.1.9

0.1.9.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

16/10 2016

0.1.8

0.1.8.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

14/10 2016

0.1.7

0.1.7.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

14/10 2016

0.1.6

0.1.6.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

13/10 2016

0.1.5

0.1.5.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

13/10 2016

0.1.4

0.1.4.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

13/10 2016

0.1.3

0.1.3.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

13/10 2016

0.1.2

0.1.2.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

11/10 2016

0.1.1

0.1.1.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires

11/10 2016

0.1.0

0.1.0.0

Minizuku is a WordPress theme to develop the child theme.

  Sources   Download

GPL-2.0+

The Development Requires