diff --git a/_layouts/default.html b/_layouts/default.html index 22e7e3f..08dde62 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -26,15 +26,14 @@

{{ site.name }}

diff --git a/_posts/2014-02-16-welcome-to-jekyll.markdown b/_posts/2014-02-16-welcome-to-jekyll.markdown index 475a85c..15819a2 100644 --- a/_posts/2014-02-16-welcome-to-jekyll.markdown +++ b/_posts/2014-02-16-welcome-to-jekyll.markdown @@ -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! diff --git a/_posts/2014-03-13-welcome-back.markdown b/_posts/2014-03-13-welcome-back.markdown new file mode 100644 index 0000000..3eaf001 --- /dev/null +++ b/_posts/2014-03-13-welcome-back.markdown @@ -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 brian@drizzle.org or +mark@drizzle.org, or come to irc.freenode.net to the #drizzle channel. + diff --git a/index.html b/index.html index c726819..8753c84 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ --- layout: default -title: Your New Jekyll Site +title: DrizzleDB Foundation Blog ---
@@ -10,4 +10,4 @@

Blog Posts

  • {{ post.date | date_to_string }} » {{ post.title }}
  • {% endfor %} -
    \ No newline at end of file +