Skip to content

Commit 8a55f94

Browse files
committed
Use minima theme
1 parent 30cadf6 commit 8a55f94

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
theme: jekyll-theme-cayman
1+
theme: minima
22

33
title: RubyData
44
description: "A COMMUNITY FOR DEVELOPERS AND USERS WHO USE OPENSOURCE DATA TOOLS WITH RUBY"

index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
layout: default
3+
title: HOME
4+
---
5+
6+
## *A COMMUNITY FOR DEVELOPERS AND USERS WHO USE OPENSOURCE DATA TOOLS WITH RUBY*
7+
18
# About RubyData
29

310
RubyData aims to increase two populations of:

page1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: default
3+
title: LINK
4+
---
5+
6+
# Jupyter Notebook
7+
- [Try Jupyter with Ruby](https://jupyter.org/try)
8+
9+
# numo-narray
10+
- [100 narray exercises](https://github.com/ruby-numo/numo-narray/wiki/100-narray-exercises)

0 commit comments

Comments
 (0)