All Projects โ†’ seothemes โ†’ Genesis Starter Theme

seothemes / Genesis Starter Theme

Licence: other
A starter theme for the Genesis Framework with a modern development workflow

Projects that are alternatives of or similar to Genesis Starter Theme

Wordpress Starter
๐Ÿ“ฆ A starter template for WordPress websites
Stars: โœญ 26 (-81.56%)
Mutual labels:  gulp, wordpress-starter-theme, sass
Buddycss
The framework for people who love coding!
Stars: โœญ 89 (-36.88%)
Mutual labels:  gulp, sass
Personal Goals
List of books I've read, projects I've done, videos I've seen, articles I've read or podcasts I've listened to.
Stars: โœญ 75 (-46.81%)
Mutual labels:  sass, flexbox
Wordless
All the power of Pug, Sass, Coffeescript and WebPack in your WordPress theme. Stop writing themes like it's 1998.
Stars: โœญ 1,374 (+874.47%)
Mutual labels:  wordpress-starter-theme, sass
Glup
Some of the gulp tutorial -ใ€Šgulp็ฌ”่ฎฐใ€‹
Stars: โœญ 136 (-3.55%)
Mutual labels:  gulp, sass
Generator Kittn
The Yeoman Kittn Generator
Stars: โœญ 63 (-55.32%)
Mutual labels:  gulp, sass
Pug Sass Boilerplate Starter Kit
A Front-end template for building web apps or sites using Pug(Jade) and Sass
Stars: โœญ 92 (-34.75%)
Mutual labels:  gulp, sass
Electra
A desktop application for test account managment
Stars: โœญ 32 (-77.3%)
Mutual labels:  gulp, sass
Bootstrap 4 Sass Gulp 4 Boilerplate
A Bootstrap 4.5.2 boilerplate with font-awesome, sass, gulp 4 tasks
Stars: โœญ 103 (-26.95%)
Mutual labels:  gulp, sass
Portfolio one Page Template
Free responsive one page portfolio template
Stars: โœญ 106 (-24.82%)
Mutual labels:  gulp, sass
Bulmaswatch
Themes for Bulma
Stars: โœญ 1,525 (+981.56%)
Mutual labels:  sass, flexbox
Basis
A lightweight responsive Sass/CSS framework based on flexible box.
Stars: โœญ 133 (-5.67%)
Mutual labels:  sass, flexbox
Lemon
๐Ÿ‹ Minimal and responsive CSS framework for fast building websites.
Stars: โœญ 51 (-63.83%)
Mutual labels:  sass, flexbox
Bathe
The simplest WordPress starter theme including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, Eslint, imagemin, Browsersync, etc.
Stars: โœญ 65 (-53.9%)
Mutual labels:  wordpress-starter-theme, sass
Dough
React/Redux + SASS + Gulp/Browserify/Babel skeleton codebase with demo application.
Stars: โœญ 38 (-73.05%)
Mutual labels:  gulp, sass
Gulp Pure Start
Start your project with 'Gulp Pure Start' easily than ever!
Stars: โœญ 89 (-36.88%)
Mutual labels:  gulp, sass
Gulp Starter Kit
A simple Gulp 4 Starter Kit for modern web development.
Stars: โœญ 134 (-4.96%)
Mutual labels:  gulp, sass
Gulp Frontnote
ใ‚นใ‚ฟใ‚คใƒซใ‚ฌใ‚คใƒ‰ใ‚ธใ‚งใƒใƒฌใƒผใ‚ฟใƒผFrontNoteใฎGulpใƒ—ใƒฉใ‚ฐใ‚คใƒณ
Stars: โœญ 7 (-95.04%)
Mutual labels:  gulp, sass
Gulp Boilerplate
A boilerplate for building web projects with Gulp.js.
Stars: โœญ 840 (+495.74%)
Mutual labels:  gulp, sass
Frontie Webpack
Front-end Boilerplate | Gulp 4 + Webpack 4 + Babel + ITCSS Architecture + BEM Methodology + Twig.js
Stars: โœญ 102 (-27.66%)
Mutual labels:  gulp, sass

Genesis Starter Theme

WordPress License

A developer-friendly starter theme used for creating commercial child themes for the Genesis Framework.

It uses Laravel Mix as a build tool to automate mundane development tasks like compiling SCSS and minifying images.

Check out the live demo

Genesis Starter Theme screenshot

Table of Contents

Features

The Genesis Starter Theme aims to modernize, organize and enhance some aspects of Genesis child theme development. Take a look at what is waiting for you:

Requirements

Requirement How to Check How to Install
PHP >= 5.4 php -v php.net
WordPress >= 5.2 Admin Footer wordpress.org
Genesis >= 3.1.1 Theme Page studiopress.com
Composer >= 1.5.0 composer --version getcomposer.org
Node >= 9.10.1 node -v nodejs.org
NPM >= 5.6.0 npm -v npm.js
Yarn >= 0.2.x yarn -v yarnpkg.com

Installation

One line command:

Install the latest development version of the Genesis Starter Theme using Composer from your WordPress themes directory (replace your-theme-name below with the name of your theme):

composer create-project seothemes/genesis-starter-theme your-theme-name dev-master && cd "$(\ls -1dt ./*/ | head -n 1)" && npm install && npm run build

Individual commands:

Install the latest development version of the Genesis Starter Theme using Composer from your WordPress themes directory (replace your-theme-name below with the name of your theme):

composer create-project seothemes/genesis-starter-theme your-theme-name dev-master

Navigate into the theme's root directory:

cd your-theme-name

Install node dependencies, build the theme assets and kick-off BrowserSync:

npm install && npm run build

Structure

your-theme-name/    # โ†’ Root directory
โ”œโ”€โ”€ assets/         # โ†’ Front-end assets
โ”œโ”€โ”€ config/         # โ†’ Config directory
โ”œโ”€โ”€ lib/            # โ†’ Theme functions
โ”‚   โ”œโ”€โ”€ functions/  # โ†’ General functions
โ”‚   โ”œโ”€โ”€ plugins/    # โ†’ Plugin functions
โ”‚   โ”œโ”€โ”€ shortcodes/ # โ†’ Shortcode functions
โ”‚   โ”œโ”€โ”€ structure/  # โ†’ Structural functions
โ”‚   โ””โ”€โ”€ init.php    # โ†’ File autoloader 
โ”œโ”€โ”€ templates/      # โ†’ Page templates
โ”œโ”€โ”€ tests/          # โ†’ PHP Unit tests
โ”œโ”€โ”€ vendor/         # โ†’ Composer packages
โ”œโ”€โ”€ node_modules/   # โ†’ Node.js packages
โ”œโ”€โ”€ composer.json   # โ†’ Composer settings
โ”œโ”€โ”€ package.json    # โ†’ Node dependencies
โ”œโ”€โ”€ webpack.mix.js  # โ†’ Laravel mix config
โ”œโ”€โ”€ screenshot.png  # โ†’ Theme screenshot
โ”œโ”€โ”€ functions.php   # โ†’ Loads init files
โ””โ”€โ”€ style.css       # โ†’ Blank stylesheet

Usage

Project details such as theme name, author, version number etc should only ever be changed from the package.json file. Laravel Mix reads this file and automatically places the relevant information to the correct locations throughout the theme.

Static assets are organized in the assets directory. This folder contains theme scripts, styles, images, fonts, views and language translation files. All of the main theme styles are contained in the assets/css/main.css file, the style.css file at the root of the theme is left blank intentionally and only contains the required stylesheet header comment.

Autoloading classes and files

Classes

The Genesis Starter Theme automatically loads classes placed in the lib/classes/ directory via the Composer autoloader. Once you have added your additional files, run the following command to regenerate the autoloader:

composer dump-autoload --no-dev

Files

File loading is handled by the lib/init.php file. Simply add or remove files from the directory/filename array.

Development

Please refer to the Laravel Mix documentation for further information on how to use the webpack.mix.js file.

All build tasks are located in the theme's package.json file, under the scripts section.

Contributing

Contributions are welcome from everyone. We have contributing guidelines to help you get started.

See also the list of contributors who participated in this project.

Special Thanks

A shout out to anyone who's code was used in or provided inspiration to this project:

Christoph Herr, Gary Jones, Tonya Mork, Tim Jensen, Justin Tadlock

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].