website doc.webhosting.rug.nl mkdocs
Go to file
p220478 57fe31242a update 2020-09-24 21:01:44 +02:00
docs update 2020-09-24 21:01:44 +02:00
mkdocs-bootstrap first commit 2019-05-20 14:32:39 +02:00
mkdocs-material@572c1e854e update 2020-09-24 21:01:44 +02:00
mkdocs_bootswatch first commit 2019-05-20 14:32:39 +02:00
src first commit 2019-05-20 14:32:39 +02:00
.gitignore first commit 2019-05-20 14:32:39 +02:00
.travis.yml first commit 2019-05-20 14:32:39 +02:00
0.1.1.tar.gz first commit 2019-05-20 14:32:39 +02:00
LICENSE first commit 2019-05-20 14:32:39 +02:00
MANIFEST.in first commit 2019-05-20 14:32:39 +02:00
README.md first commit 2019-05-20 14:32:39 +02:00
bootswatch.LICENSE first commit 2019-05-20 14:32:39 +02:00
conf.py first commit 2019-05-20 14:32:39 +02:00
mkdocs.yml update 2020-09-24 21:01:44 +02:00
setup.cfg first commit 2019-05-20 14:32:39 +02:00
setup.py first commit 2019-05-20 14:32:39 +02:00
tox.ini first commit 2019-05-20 14:32:39 +02:00

README.md

MkDocs Bootswatch Themes

See the documentation for more details:

http://mkdocs.github.io/mkdocs-bootswatch/

PyPI Downloads PyPI Version Build Status

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.