diff options
author | Peter Fraenkel <pnf@podsnap.com> | 2014-08-21 12:53:41 -0400 |
---|---|---|
committer | Peter Fraenkel <pnf@podsnap.com> | 2014-08-21 12:53:41 -0400 |
commit | cfa5f40283668540cda45794200809640f251acd (patch) | |
tree | cf2bd8ffbea3ed4c01b5690ffd8ae2702976b583 /new-bootstrap2/README.rst | |
parent | 1cd742a84a81f135234be021cf4fe7b8ff2c13ff (diff) | |
parent | a928687830876af8c919606bae47195af65bc82d (diff) | |
download | pelican-themes-cfa5f40283668540cda45794200809640f251acd.tar.gz |
Merge remote-tracking branch 'upstream/master'
Keep the latex and tag-specific feeds in bootstrap3
Conflicts:
pelican-bootstrap3/templates/base.html
Diffstat (limited to 'new-bootstrap2/README.rst')
-rw-r--r-- | new-bootstrap2/README.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/new-bootstrap2/README.rst b/new-bootstrap2/README.rst new file mode 100644 index 0000000..21c189b --- /dev/null +++ b/new-bootstrap2/README.rst @@ -0,0 +1,28 @@ +New Bootstrap 2 theme +===================== + +This is slitly updated "Bootstrap 2" theme. + +You can find live example of it on `my site <http://infinitylx.org>`_. + +This is (yet another) theme for Pelican inspired by `Twitter Bootstrap 2.0 <http://twitter.github.com/bootstrap/>`_. + +It makes use of `Font-Awesome <http://fortawesome.github.com/Font-Awesome/>`_ icons, supports tag_cloud, translation, +and try to keep other features from Pelican's default theme ``notmyidea``. + +Also you can see its result from `my Github Page <http://farseerfc.github.com/>`_. It will be updated using latest theme. + +Feel free to use it. + +New features +============ + +* Yandex.metrica - analytica from yandex. Use **"YANDEX_METRYKA"** + +* Shortmail - shortmail widget. Use **"SHORT_MAIL"** + +* Footer note template - you can set your footer note from config with **"FOOTER_NOTE"** variable or just simple edit **"footer.html"** file. + +* Add Twitter share button to post title. + +* etc. |