You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -33,7 +33,7 @@ If Bundler isn't installed, follow the instructions on [GeeksforGeeks](https://w
33
33
34
34
Further problems? Keep reading...
35
35
36
-
### 2) Launch Jekyll and test the website
36
+
### 2. Launch Jekyll and test the website
37
37
38
38
Follow the official instructions to test GitHub Pages sites with [Jekyll](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll).
39
39
@@ -64,7 +64,9 @@ Follow the official instructions to test GitHub Pages sites with [Jekyll](https:
64
64
```
65
65
5. Open the problematic file _includes/ file and leave it empty to avoid errors while testing locally. Later, when the repository is finished and public, you can add the previous content.
66
66
67
-
6. Install the dependencies with:
67
+
> [!NOTE]
68
+
> You can start from step 6 to run my website loclly on your machine, from the cloned repo.
69
+
6. Install the dependencies (Ruby gems) with the following command:
68
70
```bash
69
71
bundle install
70
72
```
@@ -77,7 +79,7 @@ Follow the official instructions to test GitHub Pages sites with [Jekyll](https:
77
79
bundle exec jekyll serve
78
80
```
79
81
### Done!
80
-
You can now access your website locally at http://127.0.0.1:4000. If you encounter any issues, check the _config.yml and Gemfile, or refer to the official Jekyll documentation.
82
+
You can now access your website locally at ```http://127.0.0.1:4000```. If you encounter any issues, check the _config.yml and Gemfile, or refer to the official [Jekyll documentation](https://jekyllrb.com/docs/installation/).
81
83
82
84
A typicall organized structure of a Jeckyll project may be something like this:
83
85
```
@@ -97,12 +99,22 @@ A typicall organized structure of a Jeckyll project may be something like this:
97
99
└── _site/ # Output generated by Jekyll (DO NOT EDIT)
98
100
```
99
101
102
+
This webite is deployed with [Github pages](https://docs.github.com/en/pages/quickstart). Nevertheless, there are many other ways to deploy Jekyll websites remotely, check [this](https://jekyllrb.com/docs/deployment/third-party/#:~:text=Sites%20on%20GitHub%20Pages%20are,Jekyll%2Dpowered%20website%20for%20free.).
103
+
100
104
### Troubleshooting
101
105
* Can't see my favicon?: Clear Cache. Try a hard refresh (Ctrl + F5 or Cmd + Shift + R) or open in incognito mode. Browsers often cache favicons aggressively, and sometimes a simple refresh won't show the new favicon.
102
106
103
107
### Licence
104
108
This portfolio is based on th awesome template [portfolYOU](https://github.com/yousinix/portfolYOU).
105
109
110
+
Changes made to fulfil my needs:
111
+
* Separate timeline in two different trees.
112
+
* Changed the [Error 404](https://codepen.io/code2rithik/pen/PoWQYGa) page
0 commit comments