Bloq is a minimalist, responsive blog template for Tailwind CSS.
IMPORTANT NOTE : If you want to use this template as it is in the preview (production ready), please don't edit or adding more utility classes to elements because I'm afraid that utility class you're added not included in the production build, so please only do changes to text content.
git clone https://github.com/mupinnn/bloq.git
in your terminal.I'm using yarn for package managers, so install it first if you don't have it in your machine.
git clone https://github.com/mupinnn/bloq.git
in your terminal.yarn
or yarn install
and wait until the installation process finished.yarn dev
to start the development server.dev
to start the development server at http://localhost:8080/.build
create optimized production build. This script will do :dist
folder.This is a list exported gulp task that can be used in command line.
gulp
the default task that compile tailwind source to readable CSS for browser, start development server and watching files for changes and do live reload when changes are made.gulp dist
create optimized production build. This script will do :dist
folder.Bloq is under the MIT License