Skip to content

IgorNoskov/quick-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start WordPress Theme Framework

Demo: quick-start.igor-noskov.ru

Plugin with additional functionality: github.com/IgorNoskov/quick-start-core

About

Simple theme for quick start. Use it as a starter theme and build your own theme on top of it.

Basic Features

  • Templates for custom post types.
  • Template for creating widgets.
  • Customizer is configured. Templates for all types of input.
  • Methods for validating necessary types of input.
  • Ajax and default pagination for all post types.
  • Adaptive, grid layout.
  • Mobile First strategy.
  • Stylus source files, ready to add your own variables.
  • Gulp is configured to build the project.
  • Translation ready.

Installation

  • Download the quick-start folder from GitHub.
  • Rename the "quick-start-master.zip" file just to "quick-start.zip" or you might have problems using child themes!
  • Upload it into your WordPress installation theme subfolder: /wp-content/themes/.
  • Login to your WordPress backend.
  • Go to Appearance → Themes.
  • Activate the Quick Start theme.

Developing With npm, Gulp and Stylus

Installing Dependencies

  • Install Node.js on your computer globally.
  • Open your terminal and browse to the location of theme
  • Run: $ npm install

Running

To work with and compile Stylus and JS files on the fly start: $ gulp dev

License

Quick Start WordPress Theme, Copyright 2018 Igor Noskov. Quick Start is distributed under the terms of the GNU GPL version 2.

http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html

About

WordPress Theme Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published