diff options
author | Abhishek L <abhishekl.2006@gmail.com> | 2012-12-16 17:08:01 +0530 |
---|---|---|
committer | Abhishek L <abhishekl.2006@gmail.com> | 2012-12-16 17:08:01 +0530 |
commit | 76bbbdfd68152e35ed7b050c8159fd35be0e4be8 (patch) | |
tree | 934788db60928d7f466594b22a2d112360c98dcf /built-texts/readme.md | |
parent | e4c896d1f5c0b093537e8f162df75484573d1d2c (diff) | |
download | pelican-themes-76bbbdfd68152e35ed7b050c8159fd35be0e4be8.tar.gz |
Added new theme built-texts, based on tuxlite-tbs and bootstrap
Diffstat (limited to 'built-texts/readme.md')
-rw-r--r-- | built-texts/readme.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/built-texts/readme.md b/built-texts/readme.md new file mode 100644 index 0000000..50b1b34 --- /dev/null +++ b/built-texts/readme.md @@ -0,0 +1,25 @@ +# Built Texts + +A simple theme with text as focus for pelican using Google Web Fonts +(Gudea and Alegreya SC) the awesome Font awesome project and Twitter +Bootstrap. It is responsive as supported by Twitter Bootstrap, and +hopefully doesn't give an eyesore on mobile devices. +It is built atop of existing pelican theme tuxlite-tbs and actually +built-texts itself is an anagram for tuxlite-tbs. See it +in action at [my blog][1] + +## Configuration Variables + +Social icons are using the Font-Awesome more project, which at the +moment supports a lot of social icons like flickr, blogger, lastfm, +soundcloud etc. + +Also these theme supports an optional footer content under the +variable name `COLOPHON` (if set to true). `COLOPHON_TITLE` and +`COLOPHON_CONTENT` will help in setting a footer content. A +preview is shown below + +![preview](https://raw.github.com/theanalyst/built-texts/new-features/screenshot.png) + + +[1]: http://theanalyst.github.com |