Coder Social home page Coder Social logo

se468 / bulmascores Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 1.0 406 KB

Bulmascores is a starter theme for Wordpress that uses Bulma and Webpack (Sass and ES6).

License: MIT License

PHP 78.53% JavaScript 14.15% CSS 7.32%
wordpress starter-theme wordpress-theme bulma webpack wordpress-starter-theme wordpress-development

bulmascores's Introduction

alt text

Bulmascores makes it easy to set up your wordpress project with new web technologies.

Bulmascores is a Wordpress starter theme. It aims to combine Underscores + Bulma + Webpack.

Setting up a new project without proper workflow always takes time and is tedious. Bulmascores saves you time setting up your new wordpress website.

Official Website | Download Links

Demo Site

You can download take the theme, upload to your wordpress, and run npm install.

Getting Started

5 minutes setup:

  • Download the theme zip file here
  • Upload theme to your new blank Wordpress install.
  • Activate the Bulmascores at the theme backend.
  • If you want to use Webpack, check below for more setup options.

After this, you should be set up to load the front-page.php. visit the site and check if front-page.php is loading. You may now go to next step: setup webpack.

Setup Webpack:

  • Install the node dependencies:
npm install
  • Install webpack if you haven't already.
npm install webpack
  • Try to compile the sass and js in the src directory by typing
npm run dev

You should see the compiled sass and js files in the dist directory.

  • Go to your theme directory, find webpack.config.js. Modify BrowserSyncPlugin settings to match your own local host's urls.
new BrowserSyncPlugin({
    host: 'localhost',
    port: 3000,
    proxy: 'http://bulmascores.valet/',
    files: [{
        match: [
            '**/*.php',
            'public/dist/**/*.css',
            'public/dist/**/*.js'
        ]
    }]
})
  • Try to run with browsersync:
npm run watch

You are all set!

Features

Custom Nav Walker

Bulmascores is also integrated with custom Bulma_Nav_Walker class, which supports Bulma dropdown navigation bars.

Webpack, npm, Sass all built in

Focus on your website, instead of spending time to set up your project. Bulmascores is integrated with Webpack, so you can bring Sass and latest ES6 javascript functionalities to your wordpress project!

Child Theme Support

Bulmascores comes with ready-made child theme, which you can just upload to your project.

Entry Files for Sass and JS

  • src/sass/main.scss for sass.
  • src/js/main.js for javascript.

Future implementation plans

  • Integration with WooCommerce

alt text

bulmascores's People

Contributors

ginagwon avatar se468 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ginagwon

bulmascores's Issues

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.