aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/EXAMPLES.md
diff options
context:
space:
mode:
authorPedro H <5179251+pedrohdz@users.noreply.github.com>2017-04-29 17:23:42 +0800
committerPedro H <pedro.codez@gmail.com>2018-04-01 12:09:17 +0200
commit39972edd5aecddf0595633a31a357f90572c0a98 (patch)
treef42e82825c24c5663e6994f3cc44437e3cececa4 /pelican-bootstrap3/EXAMPLES.md
parent319c5ffe1652a8e34a04a4cdafd299ce0793326a (diff)
downloadpelican-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.md2
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).