Carlos Carrascal 4d25750f6a Initial code revision hace 9 años
..
contribute 4d25750f6a Initial code revision hace 9 años
registry 4d25750f6a Initial code revision hace 9 años
subtheme 4d25750f6a Initial code revision hace 9 años
FAQ.md 4d25750f6a Initial code revision hace 9 años
Getting-Started.md 4d25750f6a Initial code revision hace 9 años
README.md 4d25750f6a Initial code revision hace 9 años

README.md

Drupal Bootstrap Documentation

{.lead} The official documentation site for the Drupal Bootstrap base theme

The majority of this site is automatically generated from source files located through out the project's repository. Topics are extracted from Markdown files and the rest is extracted from embedded PHP comments.


Topics

Below are some topics to help get you started using the Drupal Bootstrap base theme. They are ordered based on the level one typically progresses while using a base theme like this.

@link faq FAQ @endlink

@link getting_started Getting Started @endlink

@link subtheme Sub-Theming @endlink

@link registry Theme Registry @endlink

@link api APIs @endlink

@link contribute Contribute @endlink


Terminology

The term "bootstrap" can be used excessively through out this project's documentation. For clarity, we will always attempt to use this word verbosely in one of the following ways:

When referring to files inside the Drupal Bootstrap project directory, they will always start with ./bootstrap and continue to specify the full path to the file or directory inside it. For example, the file that is responsible for displaying the text on this page is located at ./bootstrap/docs/README.md.

When referring to files inside a sub-theme, they will always start with ./subtheme/ and continue to specify the full path to the file or directory inside it. For example, the primary file Drupal uses to determine if a theme exists is: ./subtheme/subtheme.info, where subtheme is the machine name of your sub-theme.