From 58fb258a52f3f460515a93e428efb7f39f2aeb2b Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 6 Aug 2013 23:12:32 -0400 Subject: [PATCH] styled code on /help --- help/index.html | 150 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 help/index.html diff --git a/help/index.html b/help/index.html new file mode 100644 index 0000000..a3dfd5c --- /dev/null +++ b/help/index.html @@ -0,0 +1,150 @@ + + + + Bootswatch: Help + + + + + + + + + + + + +
+
+
+ + + +

Quick Start

+

Using a theme is as easy as downloading a CSS file and replacing the one that comes with Bootstrap.

+ +

Customization

+

To modify a theme or create your own, follow the steps below.

+
    +
  1. git clone git@github.com:thomaspark/bootswatch.git

  2. + +
  3. npm install

  4. + +
  5. bower install

  6. + +
  7. +

    Edit variables.less and bootswatch.less in one of the theme directories, or create your own in /custom.

    +
  8. + +
  9. Type grunt swatch:[theme] to build the CSS for a theme, e.g., grunt swatch:amelia for Amelia. Or type grunt swatch to build them all at once.

  10. + +
  11. Here are additional tips for customizing Bootstrap.
  12. +
+ +
+
+
+ + +
+ + +
+ + + + + + + + \ No newline at end of file -- 2.39.2