Giter Site home page Giter Site logo

basis-framework's Introduction

Basis Framework

Basis is a theme framework that embraces modern development workflows.

What it offers:

  • Grunt for development automation
    • i18n grunt-pot
    • Sass compilation with experimental libsass compiler grunt-sass
    • RTL styles with CSSJanus
    • Live browser syncing across connected devices over Wi-Fi with Browser Sync
    • JSHint for testing JavaScript.
  • Sass (uses SCSS syntax)
    • Automated WYSIWYG editor styles
    • Foundation grid system
    • Color contrast function from Compass
  • WordPress Coding Standards
  • Awesome Customizer controls (coming soon)

Important Things to Note

  1. We don't minify and concatenate JavaScript files. Why? Because you shouldn't do this in themes you distribute. Let caching plugins handle it.
  2. We use the standard wp_enqueue_script() system to declare JavaScript dependencies for the theme. This is a second reason why we don't do #1.
  3. All front-end development pre-compiled scripts and styles are stored in a .dev folder which is hidden to
  4. Basis supports the following features from Jetpack: infinite scroll, featured content.

Getting Started with Development

  1. Install Node.js.
  2. Install packages by running npm install inside theme folder using command prompt.
  3. Run Grunt by entering grunt into command prompt.
  4. Edit files like a boss.

basis-framework's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.