Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
update display metadata and add post 2014-03-13
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenpegasus committed Mar 13, 2014
1 parent 52612e5 commit 7d43421
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7 deletions.
9 changes: 4 additions & 5 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ <h1 class="title"><a href="/">{{ site.name }}</a></h1>
<div class="footer">
<div class="contact">
<p>
Your Name<br />
What You Are<br />
[email protected]
Drizzle Database<br />
[email protected]
</p>
</div>
<div class="contact">
<p>
<a href="https://github.com/yourusername">github.com/yourusername</a><br />
<a href="https://twitter.com/yourusername">twitter.com/yourusername</a><br />
<a href="https://github.com/DrizzleFoundation">github.com/DrizzleFoundation</a><br />
<a href="https://twitter.com/DrizzleDB">twitter.com/DrizzleDB</a><br />
</p>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions _posts/2014-02-16-welcome-to-jekyll.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Welcome to Jekyll!"
date: 2014-02-16 17:29:00
categories: jekyll update
published: false
---

You'll find this post in your `_posts` directory - edit this post and re-build (or run with the `-w` switch) to see your changes!
Expand Down
19 changes: 19 additions & 0 deletions _posts/2014-03-13-welcome-back.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: post
title: "Welcome Back"
date: 2014-03-13 19:29:00
---

Welcome back to the Drizzle Blog!

We have migrated this blog to Jekyll hosted on GitHub.

The old blog content is not lost, all the old posts have been
converted and imported.

The old wiki content and the generated online docs will be appearing
soon.

If you have any questions, email us at [email protected] or
[email protected], or come to irc.freenode.net to the #drizzle channel.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Your New Jekyll Site
title: DrizzleDB Foundation Blog
---

<div id="home">
Expand All @@ -10,4 +10,4 @@ <h1>Blog Posts</h1>
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>
</div>

0 comments on commit 7d43421

Please sign in to comment.