This project demonstrates how to create a multilingual website using Jekyll, supporting English, Spanish, and French languages. The implementation utilizes JSON files for translations and markdown files for content, making it easy to manage and add new languages.
Before you begin, ensure you have the following installed:
Clone the Repository:
git clone https://github.com/yourusername/jekyll-multilingual-website.git
cd jekyll-multilingual-website
Install Dependencies:
bundle install
Run the Jekyll Server:
bundle exec jekyll serve
Access the Site:
Open your browser and go to http://127.0.0.1:4000/
to see the site in action.