diff options
author | Daan Debie <daan.debie@info.nl> | 2013-09-12 22:18:23 +0200 |
---|---|---|
committer | Daan Debie <daan.debie@info.nl> | 2013-09-12 22:18:23 +0200 |
commit | 8fc2dfd7e8fe863b9536f7b78a78856b97ed22b6 (patch) | |
tree | d105653aace2d690f01eea6d8eae2ce36341d3ec /pelican-bootstrap3/README.md | |
parent | 04b61364f426ce5f632a3dd5411df1adb5cfb24c (diff) | |
download | pelican-themes-8fc2dfd7e8fe863b9536f7b78a78856b97ed22b6.tar.gz |
Updated pelican-bootstrap3 to newest version
Diffstat (limited to 'pelican-bootstrap3/README.md')
-rw-r--r-- | pelican-bootstrap3/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pelican-bootstrap3/README.md b/pelican-bootstrap3/README.md index 7040df4..4d19ca4 100644 --- a/pelican-bootstrap3/README.md +++ b/pelican-bootstrap3/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 @@ -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 |