![]() |
VOOZH | about |
Jekyll is a static site generator. It takes text written in your favourite markup language and uses layouts to create a static website. You can tweak the site's look and feel, URLs, the data displayed on the page, and more. Jekyll was first released by Tom Preston-Werner in 2008. Jekyll was later taken over by Parker Moore, who led the effort to release Jekyll 1 and has been the new maintainer since then. Jekyll started a web development trend towards static websites. As of 2017, Jekyll is the most popular static site generator, largely due to its adoption by GitHub.
Make sure the following is installed on your machine before you start:
Step 1: At first we have to search jekyllrb.com in Google Chrome or any other browser
π ImageStep 2: Then we have to go to the Docs tab for the further procedure.
π ImageStep 3: Then we have to go for the Installation link which is on the side of the menu
π ImageStep 4: On the installation page, we will find that we have to install the ruby installer for installing Jekyll.
π ImageStep 5: Then we have to write rubyinstaller.org in any browser
π ImageStep 6: Then we have to go for the Download option
π ImageStep 7: Then we will go for 1st option Ruby+Devkit 3.2.2.1 (x64)
π ImageStep 8: Then we have to start the installation by accepting their terms & conditions & press next at all times.
Step 9: Then the software will open & we have to enter 1 for further procedure.
π ImageStep 10: We have to open the command prompt by writing cmd in the Start menu.
Step 11: Then we have to write the following instructions step by step:
gem -vπ Image
cd c:/
mkdir projects
cd projects
Step 12: Then we have to write the command Jekyll the web appthe timesin the command prompt.
π ImageStep 13: Then we have to wait until all processes are executed. Then we have to write the following command in the command prompt:
code .π ImageStep 14: After inputting the last instruction in the command prompt it will open in any text editor installed in the device. There you have to change the title to the web app.
π ImageStep 15: Then we have to enter two instructions again in the command prompt (Do not close command prompt previously)
cd webappπ Image
bundle exec jekyll serve
Step 16: Then we have to search for localhost in the browser.
π ImageStep 17: At last after searching the above text you can show that your software is installed successfully.
π ImageThere are a few steps involved in installing Jekyll on Windows, but once it's up and running, you have a powerful tool for building static web pages. Jekyll is a versatile and effective solution for publishing your work online, regardless of whether you're creating a personal blog or a professional portfolio.
Also Read