use MkDocs to generate a static website

This commit is contained in:
Vinta
2015-06-07 03:36:52 +08:00
parent 2917299708
commit 65ef34f2d2
5 changed files with 60 additions and 0 deletions

1
docs/CNAME Normal file
View File

@ -0,0 +1 @@
awesome-python.com

37
docs/extra.css Normal file
View File

@ -0,0 +1,37 @@
.bs-sidebar.well {
/* margin-bottom: 0; */
}
.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
border: none;
border-left: 2px solid;
}
.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active:focus > a {
border: none;
border-left: 2px solid;
}
@media (min-width: 992px) {
.bs-sidebar.affix {
/* top: 60px; */
/* bottom: 0px; */
top: 80px;
bottom: 23px;
overflow: auto;
}
}
@media (min-width: 1200px) {
.bs-sidebar.affix-bottom,
.bs-sidebar.affix {
width: 280px;
}
.container > .col-md-9 {
padding-left: 40px;
}
}