This is my personal blog where I share content about technology. The goal is to contribute to the community by sharing knowledge and experiences.
This blog is based on the Chirpy theme, developed by @cotes2020. Some modifications have been made to better suit my needs, including:
- 🌐 Multilingual support using Jekyll Polyglot with a customized structure for better translation maintenance.
- 🎨 Layout adjustments for improved usability and content organization.
To run the blog on your local machine, follow these steps:
# Clone the repository
git clone https://github.com/your-username/your-blog.git
cd your-blog
# Install dependencies
bundle install
# Serve the site
bundle exec jekyll serve
Then, open http://localhost:4000
in your browser.
If you find any issues or have suggestions for improvements, feel free to open a pull request. Contributions are welcome! 🚀
This blog's code follows the MIT license, as in the original Chirpy project. However, all content published here, including blog posts, the "About" page, and other sections, are my own and protected by copyright. If you wish to use any material from this blog, please contact me first.