You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2015/11/23 21:20:57 UTC

incubator-systemml-website git commit: fix title link, comment out blimp logo, add documentation link, remove invalid includes that prevent site generation, fix commit unsubscribe email link, add .project to git ignore

Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 77ad04410 -> b06fb5ae4


fix title link, comment out blimp logo, add documentation link, remove invalid includes that prevent site generation, fix commit unsubscribe email link, add .project to git ignore


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/commit/b06fb5ae
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/b06fb5ae
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/b06fb5ae

Branch: refs/heads/master
Commit: b06fb5ae4c148bf0a4fe377fea8c5a17b6a8bc84
Parents: 77ad044
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Mon Nov 23 12:18:24 2015 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Mon Nov 23 12:18:24 2015 -0800

----------------------------------------------------------------------
 .gitignore                               | 1 +
 _includes/themes/apache/_navigation.html | 5 +++--
 about.md                                 | 4 +---
 community.md                             | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/b06fb5ae/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 1be23ec..d45bbc0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ _site
 .sass-cache
 .jekyll-metadata
 podling-site-template.iml
+.project

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/b06fb5ae/_includes/themes/apache/_navigation.html
----------------------------------------------------------------------
diff --git a/_includes/themes/apache/_navigation.html b/_includes/themes/apache/_navigation.html
index 7e5a184..6048e92 100644
--- a/_includes/themes/apache/_navigation.html
+++ b/_includes/themes/apache/_navigation.html
@@ -7,8 +7,8 @@
             <span class="icon-bar"></span>
             <span class="icon-bar"></span>
           </button>
-          <a class="navbar-brand" href="{{ BASE_PATH }}">
-              <img src="assets/themes/apache/img/logo.png" width="50">
+          <a class="navbar-brand" href="index.html">
+              <!-- <img src="assets/themes/apache/img/logo.png" width="50"> -->
               {{ site.data.project.name }}
           </a>
         </div>
@@ -23,6 +23,7 @@
             {% assign group = 'nav-right' %}
             {% include JB/pages_list %}
             <li><a href="{{ site.data.project.source_repository }}">GitHub</a></li>
+            <li><a href="http://sparktc.github.io/systemml">Documentation</a></li>
             <li id="apache">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
                <ul class="dropdown-menu">

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/b06fb5ae/about.md
----------------------------------------------------------------------
diff --git a/about.md b/about.md
index d0e6de5..a93c715 100644
--- a/about.md
+++ b/about.md
@@ -7,9 +7,7 @@ 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" %} /
+You can find the source code for Jekyll at:
 [jekyll](https://github.com/jekyll/jekyll)

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/b06fb5ae/community.md
----------------------------------------------------------------------
diff --git a/community.md b/community.md
index 20d5745..93d4340 100644
--- a/community.md
+++ b/community.md
@@ -27,7 +27,7 @@ Get help using {{ site.data.project.short_name }} or contribute to the project o
 * [site.data.project.user_list](mailto:{{ site.data.project.user_list }}) is for usage questions, help, and announcements. [subscribe](mailto:{{ site.data.project.user_list_subscribe }}?subject=send this email to subscribe),     [unsubscribe](mailto:{{ site.data.project.dev_list_unsubscribe }}?subject=send this email to unsubscribe), [archives]({{ site.data.project.user_list_archive_mailarchive }})
 {% endif %}
 * [{{ site.data.project.dev_list }}](mailto:{{ site.data.project.dev_list }}) is for people who want to contribute code to {{ site.data.project.short_name }}. [subscribe](mailto:{{ site.data.project.dev_list_subscribe }}?subject=send this email to subscribe), [unsubscribe](mailto:{{ site.data.project.dev_list_unsubscribe }}?subject=send this email to unsubscribe), [archives]({{ site.data.project.dev_list_archive_mailarchive }})
-* [{{ site.data.project.commits_list }}](mailto:{{ site.data.project.commits_list }}) is for commit messages and patches to {{ site.data.project.short_name }}. [subscribe](mailto:{{ site.data.project.commits_list_subscribe }}?subject=send this email to subscribe), [unsubscribe](mailto:{{ site.data.project.committs_list_unsubscribe }}?subject=send this email to unsubscribe), [archives]({{ site.data.project.commits_list_archive_mailarchive }})
+* [{{ site.data.project.commits_list }}](mailto:{{ site.data.project.commits_list }}) is for commit messages and patches to {{ site.data.project.short_name }}. [subscribe](mailto:{{ site.data.project.commits_list_subscribe }}?subject=send this email to subscribe), [unsubscribe](mailto:{{ site.data.project.commits_list_unsubscribe }}?subject=send this email to unsubscribe), [archives]({{ site.data.project.commits_list_archive_mailarchive }})
 
 
 ### Issue tracker