You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
docs | 2 years ago | |
mkdocs-bootstrap | 3 years ago | |
mkdocs-material@572c1e854e | 2 years ago | |
mkdocs_bootswatch | 3 years ago | |
src | 3 years ago | |
.gitignore | 3 years ago | |
.travis.yml | 3 years ago | |
0.1.1.tar.gz | 3 years ago | |
LICENSE | 3 years ago | |
MANIFEST.in | 3 years ago | |
README.md | 3 years ago | |
bootswatch.LICENSE | 3 years ago | |
conf.py | 3 years ago | |
mkdocs.yml | 2 years ago | |
setup.cfg | 3 years ago | |
setup.py | 3 years ago | |
tox.ini | 3 years ago |
README.md
MkDocs Bootswatch Themes
See the documentation for more details:
http://mkdocs.github.io/mkdocs-bootswatch/
Contributing
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.