This is an automated email from the ASF dual-hosted git repository. yifeizhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-marvin-website.git
commit 82825e32aa5e11bb4bd8ba32e9a31ae6c71acc79 Author: Luciano Resende <lrese...@apache.org> AuthorDate: Mon Nov 23 13:19:36 2015 -0800 Remove obsolete files --- about.md | 15 --------------- index.html | 23 ----------------------- 2 files changed, 38 deletions(-) diff --git a/about.md b/about.md deleted file mode 100644 index d0e6de5..0000000 --- a/about.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: page -title: About -permalink: /about/ ---- - -This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](http://jekyllrb.com/) - -You can find the source code for the Jekyll new theme at: -{% include icon-github.html username="jglovier" %} / -[jekyll-new](https://github.com/jglovier/jekyll-new) - -You can find the source code for Jekyll at -{% include icon-github.html username="jekyll" %} / -[jekyll](https://github.com/jekyll/jekyll) diff --git a/index.html b/index.html deleted file mode 100644 index 83d9398..0000000 --- a/index.html +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: default ---- - -<div class="home"> - - <h1 class="page-heading">Posts</h1> - - <ul class="post-list"> - {% for post in site.posts %} - <li> - <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span> - - <h2> - <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> - </h2> - </li> - {% endfor %} - </ul> - - <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p> - -</div>