Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
/ kigen Public archive

Wordpress starter theme. Node, Gulp, SASS and Bootstrap.

Notifications You must be signed in to change notification settings

XtN/kigen

Repository files navigation

Kigen Starter Theme

This starter theme is based on Emi https://github.com/zoerooney/Emi, Underscores theme https://github.com/automattic/_s and uses Node, Gulp, SASS and Bootstrap.

Set Up

Find and replace the following strings. Keep the same general format:

themeName > Theme Name

themeHandle > Theme_Name

themeFunction > theme_name

themeTextDomain > theme-name

Dev

Run following commands on theme folder:

  • npm install
  • gulp
  • or gulp watch

Gulp

This theme uses Gulp to automate the following tasks:

  • Sass preprocessing
  • Auto browser prefixing (via Autoprefixer)
  • Concat JS
  • Minify CSS, JS, Images

It also watches changes to files for use with LiveReload

Project Structure

ASSETS folder contains all scripts, images, fonts, vendor (3rd party libraries), etc.. DIST folder contains all minified/processed files that are loaded via the theme. INC folder contains custom functions, post types, admin & login customization and other settings.. SCSS folder contains styles for final main css file.

About

Wordpress starter theme. Node, Gulp, SASS and Bootstrap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published