Line 36: |
Line 36: |
| Hence, I am running below given command, find this line and run this on your system. | | Hence, I am running below given command, find this line and run this on your system. |
| | | |
− | <code>source /home/ishan/.rvm/scripts/rvm </code> | + | <code>source /home/username/.rvm/scripts/rvm </code> |
| | | |
| 4. Install latest available ruby version | | 4. Install latest available ruby version |
Line 107: |
Line 107: |
| Jekyll automatically tracks the changes made in files so you don't have to serve it every time. Just refresh the page and you'll see the change appearing | | Jekyll automatically tracks the changes made in files so you don't have to serve it every time. Just refresh the page and you'll see the change appearing |
| <br> | | <br> |
| + | <strong>Note:</strong>Changes to <code>_config.yml</code> are not traced during automatic regeneration.<code>_config.yml</code> file holds global configurations and variable which are read only once, when you execute <code>bundle exec jekyll serve _site </code>.<br> |
| '''Steps:-''' | | '''Steps:-''' |
| <ol> | | <ol> |
Line 172: |
Line 173: |
| <li> <code>_site</code> - This folder is automatically generated by Jekyll by interpreting all other files. You dont have to modify this folder. | | <li> <code>_site</code> - This folder is automatically generated by Jekyll by interpreting all other files. You dont have to modify this folder. |
| </ol> | | </ol> |
| + | |
| + | ==Useful Links== |
| + | * Learn to build a basic blog from [https://www.youtube.com/playlist?list=PLLAZ4kZ9dFpOPV5C5Ay0pHaa0RJFhcmcB this] youtube tutorial. |
| + | * Tutorial to build a full-fledged static website [https://www.youtube.com/playlist?list=PLygcmZoi1k1BbL2G0xc0pHJQTT1VtIo4f here]. |
| + | |
| + | |
| | | |
| == References == | | == References == |
| [https://jekyllrb.com/ Official Jekyll Website] | | [https://jekyllrb.com/ Official Jekyll Website] |
| + | |
| + | == See also == |
| + | * [http://ranveeraggarwal.com/blog/get-started-with-jekyll Jekyll 101 - Ranveer Aggarwal] |
| + | * [[Web Development]] |
| + | * [[Community Resources]] |