Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabwahid committed Jul 1, 2019
1 parent a645d67 commit f2801d2
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,30 @@
WP BOOTSTRAP
===================

Bootstrap (http://getbootstrap.com) in WordPress theme form.
Bootstrap (https://github.com/arnabwahid/wordpress-bootstrap/) in WordPress theme form.

GETTING STARTED
_______________
# GETTING STARTED

To get started, open Terminal or a command prompt and run:

cd path/to/wp-content/themes
git clone https://github.com/320press/wordpress-bootstrap.git
git clone https://github.com/arnabwahid/wordpress-bootstrap.git
npm install
grunt dev

FEATURES
________
# FEATURES

We’ve built the WP Bootstrap theme so that it could be used as-is as a very basic theme or as a starting point for theme developers. It uses v3.3.1 of Bootstrap.

WP-Bootstrap uses grunt as a task manager to help aid development. Check out the gruntfile.js file for more detail on the default tasks. WP-Bootstrap comes with the livereload, less, grunticon and more tasks out of the box.

Watch or star this project to keep up with its progress.

Multi-Lingual
_____________
# Multi-Lingual

WP-Bootstrap is translated in 7 languages - Spanish, French, Portuguese, Italian, Dutch, Swedish and German.

Page Templates
# Page Templates
______________

We’ve packaged four different page templates into this theme.
Expand All @@ -37,23 +34,19 @@ We’ve packaged four different page templates into this theme.
- Page with left sidebar
- Full width page

Theme Options Panel
___________________
# Theme Options Panel

We've removed the custom theme options panel in version 3.0. Currently working on moving all of the options that used to appear there over to the theme customizer.

Shortcodes
__________
# Shortcodes

We’ve built in some shortcodes so you can easily add UI elements found in Bootstrap.

Sidebars
________
# Sidebars

There are two different sidebars. One for the homepage and one for the other pages. Add widgets to them.

CONTRIBUTE!
___________
# CONTRIBUTE!

This project would not exist in its current state today were it not for lots of generous folks who have contributed to it. Thank you!

Expand Down

0 comments on commit f2801d2

Please sign in to comment.