Skip to content

Commit 1e6704c

Browse files
committed
Jekyll
1 parent 6eb559f commit 1e6704c

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ The repository covers all the basic topics of programming languages. Try a new c
66

77
##### Index
88

9-
- [Day 0 - Hello, World.](https://github.com/geekayush/30daysofcode/tree/master/Day0-HelloWorld)
10-
- [Day 1 - Data Types](https://github.com/geekayush/30daysofcode/tree/master/Day1-DataTypes)
11-
- [Day 2 - Operators](https://github.com/geekayush/30daysofcode/tree/master/Day2-Operators)
12-
- [Day 3 - Conditional Statements](https://github.com/geekayush/30daysofcode/tree/master/Day3-ConditionalStatements)
13-
- [Day 4 - Class vs. Instance](https://github.com/geekayush/30daysofcode/tree/master/Day4-Class-Instance)
14-
- [Day 5 - Loops](https://github.com/geekayush/30daysofcode/tree/master/Day5-Loops)
15-
- [Day 6 - Review](https://github.com/geekayush/30daysofcode/tree/master/Day6-Review)
16-
- [Day 7 - Arrays](https://github.com/geekayush/30daysofcode/tree/master/Day7-Arrays)
17-
- [Day 8 - Dictionaries&Maps](https://github.com/geekayush/30daysofcode/tree/master/Day8-Dictionaries&Maps)
18-
- [Day 9 - Recursion](https://github.com/geekayush/30daysofcode/tree/master/Day9-Recursion)
19-
- [Day 10 - Binary Numbers](https://github.com/geekayush/30daysofcode/tree/master/Day10-BinaryNumbers)
9+
- [Day 0 - Hello, World.](./Day0-HelloWorld/README.md)
10+
- [Day 1 - Data Types](./Day1-DataTypes/README.md)
11+
- [Day 2 - Operators](./Day2-Operators/README.md)
12+
- [Day 3 - Conditional Statements](./Day3-ConditionalStatements/README.md)
13+
- [Day 4 - Class vs. Instance](./Day4-Class-Instance/README.md)
14+
- [Day 5 - Loops](./Day5-Loops/README.md)
15+
- [Day 6 - Review](./Day6-Review/README.md)
16+
- [Day 7 - Arrays](./Day7-Arrays/README.md)
17+
- [Day 8 - Dictionaries&Maps](./Day8-Dictionaries&Maps/README.md)
18+
- [Day 9 - Recursion](./Day9-Recursion/README.md)
19+
- [Day 10 - Binary Numbers](./Day10-BinaryNumbers/README.md)
2020

2121
##### How to contribute?
2222

_config.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
plugins:
2+
- jekyll-relative-links
3+
relative-links:
4+
enabled: true
5+
collections: true
6+
include:
7+
- README.md
18
theme: jekyll-theme-slate

0 commit comments

Comments
 (0)