Welcome to Jekyll!

This is your new Jekyll site. You can edit this page to change the content.

Getting Started

To get started with Jekyll:

  1. Install Jekyll: gem install jekyll
  2. Create a new Jekyll site: jekyll new my-site
  3. Navigate to your site: cd my-site
  4. Build your site: jekyll build
  5. Serve your site: jekyll serve

Writing Posts

You can write posts in the _posts directory. Each post should have a filename with the format:

Customizing

You can customize the design by editing the CSS in assets/css/style.css and the layout templates in _layouts.