Jekyll - Build a Site
 Jekyll - Build a Site 
 Introduction
- Jekyll can be used to create a stactic website for blogging.
Step-by-Step Instructions
- Install Jekyll on your host- Ref: https://jekyllrb.com/docs/installation/
 
- Navigate to the folder and create a new site. This will create a folder called demosite with files like _config.yml, Gemfile, etc. - 1 - jekyll new demosite 
- Run the Jekyll Server and browse the demo site on the displayed link. - 1 - bundle exec jekyll serve
Themes
- The Jekyll server uses a default theme called minimafor generating the website.
- You can find the location of the theme using the below command: - 1 - bundle show <theme_name> - 1 2 - > bundle show minima C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/minima-2.5.2
 This post is licensed under  CC BY 4.0  by the author.
