mkdocs / mkdocs-bootswatch

MkDocs Bootswatch Themes
http://mkdocs.github.io/mkdocs-bootswatch
BSD 2-Clause "Simplified" License
144 stars 60 forks source link

Generate all themes from one common base. Should be easier to maintain. #22

Closed waylan closed 8 years ago

waylan commented 8 years ago

As explained in an addition to the README:

Any contributions should make changes to the files in the src directory. Files in the src/_base directory are common to all themes and any files in the src/<theme name> directory are specific to <theme name>.

After the src files are updated, run the command python setup.py gen_themes, which will update the compiled themes in the mkdocs_bootswatch directory. When preparing a patch (pull request), be sure to include the changes in both the src directory and the mkdocs_bootswatch directory.