diff options
author | Pedro H <5179251+pedrohdz@users.noreply.github.com> | 2017-04-29 17:23:42 +0800 |
---|---|---|
committer | Pedro H <pedro.codez@gmail.com> | 2018-04-01 12:09:17 +0200 |
commit | 39972edd5aecddf0595633a31a357f90572c0a98 (patch) | |
tree | f42e82825c24c5663e6994f3cc44437e3cececa4 /pelican-bootstrap3/EXAMPLES.md | |
parent | 319c5ffe1652a8e34a04a4cdafd299ce0793326a (diff) | |
download | pelican-themes-39972edd5aecddf0595633a31a357f90572c0a98.tar.gz |
Added PADDED_SINGLE_COLUMN_STYLE setting
The `PADDED_SINGLE_COLUMN_STYLE` allows the main page content to be
centered with padding on the sides.
This setting takes precidence over `HIDE_SIDEBAR`, `ABOUT_ME`, and
`AVATAR`, hiding the sidebar completely when `PADDED_SINGLE_COLUMN_STYLE`
is set to `True`.
Also cleaned up how the `class`es are assigned in the main content div.
Things were starting to get unreadable in there IMHO.
Diffstat (limited to 'pelican-bootstrap3/EXAMPLES.md')
-rw-r--r-- | pelican-bootstrap3/EXAMPLES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pelican-bootstrap3/EXAMPLES.md b/pelican-bootstrap3/EXAMPLES.md index 717a461..878371e 100644 --- a/pelican-bootstrap3/EXAMPLES.md +++ b/pelican-bootstrap3/EXAMPLES.md @@ -56,3 +56,5 @@ If your website is listed here, but you don't want it to be, let me know and I'l [Podsnap](http://blog.podsnap.com/) [The Digital Cat](http://lgiordani.com/) by [lgiordani](https://github.com/lgiordani) + +[droun.in](https://droun.in/) by [Pedro H.](https://github.com/digitalrounin) - Uses the `PADDED_SINGLE_COLUMN_STYLE` setting with a modified [Bootstrap/Bootswatch configuration](https://github.com/digitalrounin/bootswatch/tree/drounin/drounin) and [custom CSS](https://droun.in/css/custom.css). |