Skip to content

Commit

Permalink
Updated Bootstrap 3 to official final release and Bootswatch to their…
Browse files Browse the repository at this point in the history
… newest counterparts
  • Loading branch information
DonDebonair committed Aug 29, 2013
1 parent 40a96fb commit d185ccf
Show file tree
Hide file tree
Showing 30 changed files with 249 additions and 207 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,6 +1,6 @@
# pelican-bootstrap3

This is a Bootstrap 3 theme for Pelican. It's fully responsive. Bootstrap 3 is still in RC state as of now, so expect changes as the Bootstrap 3 codebase matures. I will try to keep it up-to-date.
This is a Bootstrap 3 theme for Pelican. It's fully responsive. Bootstrap 3 has seen an official, final release now, so I don't expect any breaking changes anymore. I will try to keep it up-to-date.

## Installation

Expand Down Expand Up @@ -41,9 +41,9 @@ The theme can show your most recently active GitHub repos in the sidebar. To ena
* `GITHUB_SKIP_FORK`
* `GITHUB_SHOW_USER_LINK`

### Bootswatch
### Bootswatch and other Bootstrap 3 themes

I included all the lovely Bootstrap 3 themes from [Bootswatch](http://bootswatch.com/), built by [Thomas Park](https://github.com/thomaspark). You can tell Pelican what Bootswatch theme to use, by setting `BOOTSWATCH_THEME` to the desired theme, in lowercase (ie. 'readable' or 'cosmo' etc.). My own site is using _Readable_.
I included all the lovely Bootstrap 3 themes from [Bootswatch](http://bootswatch.com/), built by [Thomas Park](https://github.com/thomaspark). You can tell Pelican what Bootswatch theme to use, by setting `BOOTSTRAP_THEME` to the desired theme, in lowercase (ie. 'readable' or 'cosmo' etc.). My own site is using _Readable_. If you want to use any other Bootstrap 3 compatible theme, just put the minified CSS in the `static/css` directory and rename it using the following naming scheme: `bootstrap.{theme-name}.min.css`. Then update the `BOOTSTRAP_THEME` variable with the _theme-name_ used.

### AddThis

Expand Down
Binary file modified screenshot-article.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions static/css/bootstrap-glyphicons.css

This file was deleted.

2 changes: 1 addition & 1 deletion static/css/bootstrap.amelia.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/bootstrap.cerulean.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/bootstrap.cosmo.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/bootstrap.cyborg.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/bootstrap.flatly.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/bootstrap.journal.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/bootstrap.readable.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/bootstrap.simplex.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/bootstrap.slate.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/bootstrap.spacelab.min.css

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions static/css/bootstrap.superhero.min.css

This file was deleted.

2 changes: 1 addition & 1 deletion static/css/bootstrap.united.min.css

Large diffs are not rendered by default.

Binary file added static/fonts/glyphicons-halflings-regular.eot
Binary file not shown.

0 comments on commit d185ccf

Please sign in to comment.