@@ -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-
1311Next, Go the the project settings and change the repository name to ` <username>.github.io ` where username is your username.
1412
1513Change 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+
2626This will make sure that the path of CSS is correct and the theme loads correctly.
2727
2828``` yml
2929master_repo : false
3030url : " <username>.github.io"
31+ rtl : false # change to true if posts is in Arabic/other Right to left language.
3132` ` `
3233Also, change all other fields in the ` _config.yml` file to your choice.
3334
@@ -89,12 +90,19 @@ concat: {
8990
9091- Home page
9192
92- 
93+ 
9394
95+ - Profile View
96+
97+ 
9498
9599- Post Detail View
96100
97- 
101+ 
102+
103+ - RTL Support (For Arabic blogs)
104+
105+ 
98106
99107# # License
100108* see [LICENSE](https://github.com/vinitkumar/white-paper/blob/gh-pages/LICENSE) file
0 commit comments