Website fixes
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/58711e5b Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/58711e5b Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/58711e5b Branch: refs/heads/gh-pages Commit: 58711e5b3fa11928a511669e801c195977ac0b21 Parents: 55a3ebb Author: Tomer Shiran <[email protected]> Authored: Sat May 16 23:43:00 2015 -0700 Committer: Tomer Shiran <[email protected]> Committed: Sat May 16 23:43:00 2015 -0700 ---------------------------------------------------------------------- _sass/_site-main.scss | 8 ++++++++ blog.html | 5 ++++- blog/_drafts/drill-1.0-released.md | 2 +- blog/_posts/2014-12-11-apache-drill-qa-panelist-spotlight.md | 5 +++-- 4 files changed, 16 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/58711e5b/_sass/_site-main.scss ---------------------------------------------------------------------- diff --git a/_sass/_site-main.scss b/_sass/_site-main.scss index 8c69c50..3660298 100644 --- a/_sass/_site-main.scss +++ b/_sass/_site-main.scss @@ -892,3 +892,11 @@ div.home-row div pre span.code-underline{ color:#000; text-decoration: underline; } + +.int_text p a.post-link{ + font-size:22px; +} + +.int_text p span.post-date{ + font-style: italic; +} http://git-wip-us.apache.org/repos/asf/drill/blob/58711e5b/blog.html ---------------------------------------------------------------------- diff --git a/blog.html b/blog.html index 977a085..779c182 100644 --- a/blog.html +++ b/blog.html @@ -3,7 +3,10 @@ layout: page title: Blog --- {% for post in site.categories.blog %}<!-- previously: site.posts --> -<p><a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>{% if post.date %} ({{ post.date | date: "%b %-d, %Y" }}){% endif %}{% if post.excerpt %}<br/>{{ post.excerpt }}{% endif %}</p> +<p><a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a><br/> +<span class="post-date">Posted on{% if post.date %} {{ post.date | date: "%b %-d, %Y" }}{% endif %} +{% if post.authors %}by {% include authors.html %}{% endif %}</span> +{% if post.excerpt %}<br/>{{ post.excerpt }}{% endif %}</p> {% endfor %} <p class="info">Want to contribute a blog post? Check out the source for some of the <a href="https://github.com/apache/drill/tree/gh-pages/blog/_posts">existing posts</a> to see how it's done. When you're ready, email your Markdown file to <a href="mailto:[email protected]">[email protected]</a>.</p> <h1>Third-Party Articles</h1> http://git-wip-us.apache.org/repos/asf/drill/blob/58711e5b/blog/_drafts/drill-1.0-released.md ---------------------------------------------------------------------- diff --git a/blog/_drafts/drill-1.0-released.md b/blog/_drafts/drill-1.0-released.md index c9fc5d8..e0c721a 100644 --- a/blog/_drafts/drill-1.0-released.md +++ b/blog/_drafts/drill-1.0-released.md @@ -2,7 +2,7 @@ layout: post title: "Drill 1.0 Released" code: drill-1.0-released -excerpt: Drill 1.0 is now available, representing a major milestone for the Drill community. Drill in now production-ready, making it easier than ever to explore and analyze data in non-relational datastores. +excerpt: Drill 1.0 has been released, representing a major milestone for the Drill community. Drill in now production-ready, making it easier than ever to explore and analyze data in non-relational datastores. authors: ["tshiran", "jnadeau"] --- We embarked on the Drill project in late 2012 with two primary objectives: http://git-wip-us.apache.org/repos/asf/drill/blob/58711e5b/blog/_posts/2014-12-11-apache-drill-qa-panelist-spotlight.md ---------------------------------------------------------------------- diff --git a/blog/_posts/2014-12-11-apache-drill-qa-panelist-spotlight.md b/blog/_posts/2014-12-11-apache-drill-qa-panelist-spotlight.md index 9e1726d..f1e95d5 100644 --- a/blog/_posts/2014-12-11-apache-drill-qa-panelist-spotlight.md +++ b/blog/_posts/2014-12-11-apache-drill-qa-panelist-spotlight.md @@ -3,9 +3,10 @@ layout: post title: "Apache Drill Q&A Panelist Spotlight" code: apache-drill-qa-panelist-spotlight excerpt: Join us on Twitter for a live Q&A on Wednesday, December 17. +authors: ["tshiran"] nodate: true --- -<script type="text/javascript" src="https://addthisevent.com/libs/1.5.8/ate.min.js"></script> +<script type="text/javascript" src="//addthisevent.com/libs/1.5.8/ate.min.js"></script> <a href="{{ site.baseurl }}/blog/2014/12/11/apache-drill-qa-panelist-spotlight/" title="Add to Calendar" class="addthisevent"> Add to Calendar <span class="_start">12-17-2014 11:30:00</span> @@ -15,7 +16,7 @@ nodate: true <span class="_description">Join us on Twitter for a one-hour, live SQL-on-Hadoop Q&A. Use the **hashtag #DrillQA** so the panelists can engage with your questions and comments. Apache Drill committers Tomer Shiran, Jacques Nadeau, and Ted Dunning, as well as Tableau Product Manager Jeff Feng and Data Scientist Dr. Kirk Borne will be on hand to answer your questions.</span> <span class="_location">Twitter: #DrillQA</span> <span class="_organizer">Tomer Shiran</span> - <span class="_organizer_email">[email protected]</span> + <span class="_organizer_email">tshiran\@apache.org</span> <span class="_all_day_event">false</span> <span class="_date_format">MM-DD-YYYY</span> </a>
