Skip to content

Commit

Permalink
home listing done
Browse files Browse the repository at this point in the history
  • Loading branch information
Milton Choo committed May 12, 2020
1 parent 6ef2755 commit 4a60412
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 78 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions _posts/2016-07-26-name-of-post.md

This file was deleted.

11 changes: 0 additions & 11 deletions _posts/2018-08-19-more-about-apples.md

This file was deleted.

12 changes: 0 additions & 12 deletions _posts/2018-08-22-bananaforcooking.md

This file was deleted.

12 changes: 0 additions & 12 deletions _posts/2018-08-22-kiwifruits.md

This file was deleted.

10 changes: 5 additions & 5 deletions _posts/2020-05-01-bitbuckit-and-gitlab-users.md
Original file line number Diff line number Diff line change
@@ -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://[email protected]/ntu-rris/yournewrepositoryname.git
Expand Down
2 changes: 1 addition & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %})
25 changes: 0 additions & 25 deletions debug.md

This file was deleted.

11 changes: 4 additions & 7 deletions home.md
Original file line number Diff line number Diff line change
@@ -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}})
<br/>**{{ r.description| default: "No Description" }}**
<br/> contributors: {% for j in r.contrib %} [{{j.login}}]({{j.html_url|absolute_url}}) {% endfor %}
{% endfor %}
{% highlight ruby %}
def foo
puts 'foo'
end
{% endhighlight %}
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 4a60412

Please sign in to comment.