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:
- Install Jekyll:
gem install jekyll - Create a new Jekyll site:
jekyll new my-site - Navigate to your site:
cd my-site - Build your site:
jekyll build - Serve your site:
jekyll serve
Writing Posts
You can write posts in the _posts directory. Each post should have a filename with the format:
YYYY-MM-DD-post-title.md
Customizing
You can customize the design by editing the CSS in assets/css/style.css and the layout templates in _layouts.