From 250ca228c98ebd008963224e51b4af62d915ac7a Mon Sep 17 00:00:00 2001 From: mertkahyaoglu Date: Thu, 25 Aug 2016 01:53:00 +0300 Subject: [PATCH 1/3] add post about jekyll admin initial release --- ...08-24-jekyll-admin-initial-release.markdown | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 site/_posts/2016-08-24-jekyll-admin-initial-release.markdown diff --git a/site/_posts/2016-08-24-jekyll-admin-initial-release.markdown b/site/_posts/2016-08-24-jekyll-admin-initial-release.markdown new file mode 100644 index 00000000..316975d2 --- /dev/null +++ b/site/_posts/2016-08-24-jekyll-admin-initial-release.markdown @@ -0,0 +1,18 @@ +--- +layout: news_item +title: "Jekyll Admin Initial Release" +date: "2016-08-24 15:51:00 -0700" +author: mertkahyaoglu +categories: [community] +--- + +[Jekyll's Google Summer of Code Project](http://jekyllrb.com/news/2016/06/03/update-on-jekyll-s-google-summer-of-code-projects/) has concluded. After three months of hard (but fun) work with my mentors @benbalter, @jldec, and @parkr, I'm proud to announce [Jekyll Admin](https://github.com/jekyll/jekyll-admin)'s [initial release](https://github.com/jekyll/jekyll-admin/releases/tag/v0.1.0). Jekyll admin is a Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites. You can start to use it right away by following [these instructions](https://github.com/jekyll/jekyll-admin#installation). + +As a Google Summer of Code student, I feel very lucky to be part of a project that the community has been wanting for such a long time. The three-month Google Summer of Code period was a great journey. It was a lot of fun developing the project and seeing how it could help the community, and going forward, we are really excited to see where the project goes with the help of the amazing Jekyll community. + +I would like to thank my mentors who embraced me as their teammate and guided me throughout the process. They have put a lot of work and time to mentor me and helped me with everything. It was a great pleasure to work with them. I also would like to thank the wonderful Jekyll community for making Jekyll what it is today. It was amazing to see the community contribute to the project and give their feedback +prior to its release. I'm sure that they will support Jekyll Admin as much as they can and move Jekyll even further. + +Please let us know what you think about [Jekyll Admin](https://github.com/jekyll/jekyll-admin) and feel free to [contribute](https://github.com/jekyll/jekyll-admin/blob/master/.github/CONTRIBUTING.md). Your feedback and contributions are greatly appreciated. + +Happy (graphical) Jekylling! From 89030385714da502debeb5ab268c8276e5f990fa Mon Sep 17 00:00:00 2001 From: mertkahyaoglu Date: Thu, 25 Aug 2016 02:57:24 +0300 Subject: [PATCH 2/3] up date --- site/_posts/2016-08-24-jekyll-admin-initial-release.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2016-08-24-jekyll-admin-initial-release.markdown b/site/_posts/2016-08-24-jekyll-admin-initial-release.markdown index 316975d2..1f3eb24f 100644 --- a/site/_posts/2016-08-24-jekyll-admin-initial-release.markdown +++ b/site/_posts/2016-08-24-jekyll-admin-initial-release.markdown @@ -1,7 +1,7 @@ --- layout: news_item title: "Jekyll Admin Initial Release" -date: "2016-08-24 15:51:00 -0700" +date: "2016-08-25 15:51:00 -0700" author: mertkahyaoglu categories: [community] --- From 299e89df01f7590ed2c9ec2b8711cb724bdabd30 Mon Sep 17 00:00:00 2001 From: mertkahyaoglu Date: Thu, 25 Aug 2016 09:50:03 +0300 Subject: [PATCH 3/3] up timezone --- site/_posts/2016-08-24-jekyll-admin-initial-release.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2016-08-24-jekyll-admin-initial-release.markdown b/site/_posts/2016-08-24-jekyll-admin-initial-release.markdown index 1f3eb24f..36532efd 100644 --- a/site/_posts/2016-08-24-jekyll-admin-initial-release.markdown +++ b/site/_posts/2016-08-24-jekyll-admin-initial-release.markdown @@ -1,7 +1,7 @@ --- layout: news_item title: "Jekyll Admin Initial Release" -date: "2016-08-25 15:51:00 -0700" +date: "2016-08-25 09:50:00 +0300" author: mertkahyaoglu categories: [community] ---