Skip to content

Commit ccd9595

Browse files
author
Vinit Kumar
committed
update readme
1 parent 5de1d38 commit ccd9595

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Fork the repo to your account by clicking the button on the top right as shown i
88

99
![fork](https://cldup.com/vOF0oaUkh5-3000x3000.png) and then where you want to fork it as shown below.
1010

11-
<img src="https://cldup.com/QMGPJDlayN-3000x3000.png" height="300" width="300">
12-
1311
Next, Go the the project settings and change the repository name to `<username>.github.io` where username is your username.
1412

1513
Change these entries in the `_config.yml` file:
@@ -23,11 +21,14 @@ Also, change this line in head.html [link](https://github.com/vinitkumar/white-p
2321
<link rel="stylesheet" href=" {{ '/css/main.min.css' | absolute_url }}" type="text/css" />
2422

2523
```
24+
25+
2626
This will make sure that the path of CSS is correct and the theme loads correctly.
2727

2828
```yml
2929
master_repo: false
3030
url: "<username>.github.io"
31+
rtl: false # change to true if posts is in Arabic/other Right to left language.
3132
```
3233
Also, change all other fields in the `_config.yml` file to your choice.
3334

@@ -89,12 +90,19 @@ concat: {
8990

9091
- Home page
9192

92-
![home](https://cldup.com/Ml53I1dCm4-3000x3000.png)
93+
![home](https://cldup.com/AN-7_xCJ1v.png)
9394

95+
- Profile View
96+
97+
![profile](https://cldup.com/dQuyC70TzS.png)
9498

9599
- Post Detail View
96100

97-
![post detail](https://cldup.com/T9R_1bU8BM-3000x3000.png)
101+
![post detail](https://cldup.com/09Ay9MIPZ4.png)
102+
103+
- RTL Support (For Arabic blogs)
104+
105+
![RTL](https://cldup.com/84vnCOsI6c-3000x3000.png)
98106

99107
## License
100108
* see [LICENSE](https://github.com/vinitkumar/white-paper/blob/gh-pages/LICENSE) file

0 commit comments

Comments
 (0)