Welcome to Jekyll

Jekyll is a simple, blog-aware static site generator. You can use it to transform your plain text into static websites and blogs.

Getting Started

To get started with Jekyll, follow these steps:

  1. Installation:

    • Make sure you have Ruby installed.
    • Install Jekyll using the command:
      gem install jekyll bundler
      
  2. Creating a New Site:

    • Create a new Jekyll site by running:
      jekyll new my-site
      cd my-site
      
  3. Building and Serving:

    • You can build and serve your site locally with:
      bundle exec jekyll serve
      
    • Your site will be available at http://localhost:4000.

Features

  • Layouts: Create layouts to have a consistent design.
  • Posts: Write blog posts and organize them by date.
  • Collections: Manage custom collections of data.

For more details, you can check the official Jekyll documentation.


This marks the beginning of your Jekyll journey. Happy coding!