This project is a simple demonstration of a Jekyll website using the Minima theme. It is designed to showcase how to set up a basic website with Jekyll and customize it using the Minima theme.
- Clean and minimal design
- Responsive layout
- Easy to customize
To set up this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/example.git cd example
-
Install Jekyll: Make sure you have Ruby and Bundler installed. Then run:
gem install jekyll bundler
-
Install dependencies:
bundle install
-
Run the Jekyll server:
bundle exec jekyll serve
-
Open your browser: Navigate to
http://localhost:4000
to see your website in action.
If you would like to contribute to this project, please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for more details.