diff --git a/cache/ArticlesGenerator-Readers b/cache/ArticlesGenerator-Readers deleted file mode 100644 index c3e78b2..0000000 Binary files a/cache/ArticlesGenerator-Readers and /dev/null differ diff --git a/cache/PagesGenerator-Readers b/cache/PagesGenerator-Readers deleted file mode 100644 index 4f7d47a..0000000 Binary files a/cache/PagesGenerator-Readers and /dev/null differ diff --git a/pelicanconf.py b/pelicanconf.py index 07a1141..fcda783 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -43,9 +43,9 @@ AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None FEED_ATOM = 'tyrel-dev.atom.xml' -FEED_RSS = 'tyrel-dev.rss' +#FEED_RSS = 'tyrel-dev.rss' FEED_ALL_ATOM = 'tyrel-dev.all.xml' -FEED_ALL_RSS = 'tyrel-dev.all.rss' +#FEED_ALL_RSS = 'tyrel-dev.all.rss' PLUGINS = ["webassets"] diff --git a/publishconf.py b/publishconf.py index 42fe53b..98dfaab 100644 --- a/publishconf.py +++ b/publishconf.py @@ -12,9 +12,9 @@ SITEURL = 'https://tyrel.dev/blog' RELATIVE_URLS = False FEED_ATOM = 'tyrel-dev.atom.xml' -FEED_RSS = 'tyrel-dev.rss' +FEED_RSS = None FEED_ALL_ATOM = 'tyrel-dev.all.xml' -FEED_ALL_RSS = 'tyrel-dev.all.rss' +FEED_ALL_RSS = None DELETE_OUTPUT_DIRECTORY = True diff --git a/themes/solarized/static/css/main.css b/themes/solarized/static/css/main.css index 0f1252e..2b450ed 100644 --- a/themes/solarized/static/css/main.css +++ b/themes/solarized/static/css/main.css @@ -53,16 +53,14 @@ article ul { .amp {color:#666; font-size:1.05em;font-family:"Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua",serif; font-style:italic;} .dquo {margin-left:-.38em;} -.right-panel-content { - border-left: 2px dashed #b58900; - min-height: 96vh; -} @media screen and (min-width: 700px) { .parent-panel { padding-left:20%;width:100%; } .right-panel { position:relative;float:left;width:100%; } .right-panel-content { + border-left: 2px dashed #b58900; + min-height: 96vh; max-width: 60%; padding-left: 0.75rem; } @@ -76,8 +74,52 @@ article ul { } } @media screen and (max-width: 700px) { + .parent-panel { + display: -webkit-box; + display: -moz-box; + display: -ms-flexbox; + display: -webkit-flex; + display: flex; + -webkit-box-orient: vertical; + -moz-box-orient: vertical; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + /* optional */ + -webkit-box-align: start; + -moz-box-align: start; + -ms-flex-align: start; + -webkit-align-items: flex-start; + align-items: flex-start; + } .left-panel { border: 2px dashed #b58900; + width: 100%; + -webkit-box-ordinal-group: 1; + -moz-box-ordinal-group: 1; + -ms-flex-order: 1; + -webkit-order: 1; + order: 1; + } + .right-panel{ + -webkit-box-ordinal-group: 2; + -moz-box-ordinal-group: 2; + -ms-flex-order: 2; + -webkit-order: 2; + order: 2; + } + + .left-panel li { + display: inline; + padding: 0.5rem; + white-space: nowrap; + } + + .blogroll { + display: none; + } + .social { + display: none; } } @@ -111,7 +153,6 @@ hr.end { .indent { font-size: 0.6rem; margin-left: 5.1rem; - /*border-bottom: 2px dotted #b58900;*/ } h3.entry-title{ diff --git a/themes/solarized/static/css/wordcloud.css b/themes/solarized/static/css/wordcloud.css index 2ee6788..0d12a98 100644 --- a/themes/solarized/static/css/wordcloud.css +++ b/themes/solarized/static/css/wordcloud.css @@ -1,7 +1,11 @@ .wordcloud { - padding: 0.1rem; - width: 400px; - text-align:center; + padding: 0.1rem; + text-align:center; +} +@media screen and (min-width: 700px) { + .wordcloud { + width: 400px; + } } .size-1 { font-size:1.0rem; } diff --git a/themes/solarized/templates/base.html b/themes/solarized/templates/base.html index 96e4ed6..467b3cc 100644 --- a/themes/solarized/templates/base.html +++ b/themes/solarized/templates/base.html @@ -5,6 +5,7 @@