diff --git a/_config.yml b/_config.yml
index 4e5d974..7765af1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -43,7 +43,7 @@ sass:
include: [ ]
-exclude: [ Rakefile, Ref, node_modules ]
+exclude: [ "*-", "*~", Rakefile, Ref, node_modules/, package.json, package-lock.json ]
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
diff --git a/_posts/2016-07-26-name-of-post.md b/_posts/2016-07-26-name-of-post.md
deleted file mode 100644
index 6ac2379..0000000
--- a/_posts/2016-07-26-name-of-post.md
+++ /dev/null
@@ -1,3 +0,0 @@
----
----
-nothing in this posts
diff --git a/_posts/2018-08-19-more-about-apples.md b/_posts/2018-08-19-more-about-apples.md
deleted file mode 100644
index 623b05f..0000000
--- a/_posts/2018-08-19-more-about-apples.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-layout: post
-author: jill
----
-An apple is a sweet, edible fruit produced by an apple tree.
-
-Apple trees are cultivated worldwide, and are the most widely grown species in
-the genus Malus. The tree originated in Central Asia, where its wild ancestor,
-Malus sieversii, is still found today. Apples have been grown for thousands of
-years in Asia and Europe, and were brought to North America by European
-colonists.
diff --git a/_posts/2018-08-22-bananaforcooking.md b/_posts/2018-08-22-bananaforcooking.md
deleted file mode 100644
index ce9c88e..0000000
--- a/_posts/2018-08-22-bananaforcooking.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-layout: post
-author: jill
----
-A banana is an edible fruit – botanically a berry – produced by several kinds
-of large herbaceous flowering plants in the genus Musa.
-
-In some countries, bananas used for cooking may be called "plantains",
-distinguishing them from dessert bananas. The fruit is variable in size, color,
-and firmness, but is usually elongated and curved, with soft flesh rich in
-starch covered with a rind, which may be green, yellow, red, purple, or brown
-when ripe.
diff --git a/_posts/2018-08-22-kiwifruits.md b/_posts/2018-08-22-kiwifruits.md
deleted file mode 100644
index 2562e7d..0000000
--- a/_posts/2018-08-22-kiwifruits.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-layout: post
-author: ted
----
-Kiwifruit (often abbreviated as kiwi), or Chinese gooseberry is the edible
-berry of several species of woody vines in the genus Actinidia.
-
-The most common cultivar group of kiwifruit is oval, about the size of a large
-hen's egg (5–8 cm (2.0–3.1 in) in length and 4.5–5.5 cm (1.8–2.2 in) in
-diameter). It has a fibrous, dull greenish-brown skin and bright green or
-golden flesh with rows of tiny, black, edible seeds. The fruit has a soft
-texture, with a sweet and unique flavor.
diff --git a/_posts/2020-05-01-bitbuckit-and-gitlab-users.md b/_posts/2020-05-01-bitbuckit-and-gitlab-users.md
index 490538a..031a529 100644
--- a/_posts/2020-05-01-bitbuckit-and-gitlab-users.md
+++ b/_posts/2020-05-01-bitbuckit-and-gitlab-users.md
@@ -1,13 +1,13 @@
---
+title: bitbucket/gitlab users
---
-
upload to ntu-rris from bitbucket/gitlab
-inorder to update from another git based account to RRIS's github repository
-please ensure the following
+inorder to update from another git based repository to RRIS's github repository
+please ensure the following:
-* Ensure your github account has 2FA with NTU's enterprise authentication server
-* Ensure that your new repository is created on ntu-rris central repository
+* your github account has 2FA with NTU's enterprise authentication server
+* your new repository is created on ntu-rris central repository
* Add RRIS's github URL as a "SSH" connection to ntu-rris's with name as "rris"
{% highlight ruby %}
$ git remote add rris ssh://git@github.com/ntu-rris/yournewrepositoryname.git
diff --git a/about.md b/about.md
index 071b56f..a1a5c82 100644
--- a/about.md
+++ b/about.md
@@ -14,6 +14,6 @@ repository on Github.
[Link to a document]({% link collections/name-of-document.md %})
-[Link to a post]({% link _posts/2016-07-26-name-of-post.md %})
+[Link to a post]({% link _posts/2020-05-01-bitbuckit-and-gitlab-users.md %})
[Link to a page]({% link news/index.md %})
diff --git a/debug.md b/debug.md
deleted file mode 100644
index 0af8f17..0000000
--- a/debug.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-layout: page
-title: Debug
-permalink: /debug/
----
-hello world
-
-**page.title** is {{ page.title }}
-
-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](https://jekyllrb.com/)
-
-You can find the source code for Minima at GitHub:
-[jekyll][jekyll-organization] /
-[minima](https://github.com/jekyll/minima)
-
-You can find the source code for Jekyll at GitHub:
-[jekyll][jekyll-organization] /
-[jekyll](https://github.com/jekyll/jekyll)
-
-
-[jekyll-organization]: https://github.com/jekyll
diff --git a/home.md b/home.md
index 5f9182b..b12d9e7 100644
--- a/home.md
+++ b/home.md
@@ -1,12 +1,9 @@
---
layout: default
-title: RRIS
+title: RRIS home
---
{% for r in site.data.myrepos %}
-# {{ r.name }}
+[{{ r.name }}]({{r.html_url|absolute_url}})
+
**{{ r.description| default: "No Description" }}**
+
contributors: {% for j in r.contrib %} [{{j.login}}]({{j.html_url|absolute_url}}) {% endfor %}
{% endfor %}
-{% highlight ruby %}
-def foo
- puts 'foo'
-end
-{% endhighlight %}
diff --git a/readme.md b/readme.md
index 8dbe28f..2af9531 100644
--- a/readme.md
+++ b/readme.md
@@ -1,2 +1,4 @@
-nothing here yet
+# RRIS
+## Rehabilitation Research Institute of Singapore
+This is [RRIS website on ntu-rris.github.io](ntu-rris.github.io)