Giter VIP home page Giter VIP logo

blank-bootstrap-edition's Introduction

Light, powerful and free template for Joomla!™ for faster and easier web development.

Install

Install it like a normal template in Joomla!™ backend. Then install Node.js®. This template will be built with Gulp. If you haven't used Gulp before, you need to install gulp global.

npm install gulp-cli -g

Open a terminal and go to the template folder.

cd C:\xampp\htdocs\joomla\templates\frontend

Install Node.js® dependencies.

npm install

Open gulpfile.js and take a look at the serve function. The url should be match with your local Joomla!™ installation, e.g.

http://localhost/blank/

Run Gulp for build and minify.

gulp

The building files are stored in folder /build in template directory and a zip package will be created one directory above, the level of the template folders. See gulpfile.js to recognize automation.

Working files

  • index.php
  • js/script.js
  • scss/_custom.scss

Functions

  • Develop with bootstrap for responsive web design
  • Scalable and customizable vector icons
  • Customizable error, offline and print page

Addons

Tutorial

There is a Bootstrap tutorial for beginners and new Joomla!™ developers.

Update

To keep your packages up to date install npm-check-updates.

npm install -g npm-check-updates

Identify out of date packages and update all the versions in your package.json.

ncu -u

Install the new versions of your packages based on the updated package.json.

npm update

Licence

The BL4NK Template is opensource software released under the GPL.

BL4NK

Take a look at BL4NK (without Bootstrap) and the full documentation of it.

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.