Overview
Meta Redux is a personal tech blog developed by the author. The blog is powered by Jekyll and deployed on GitHub pages. The author welcomes contributions in the form of pull requests for improvements such as addressing typos, grammar errors, and visual glitches.
Features
- Jekyll-powered site: Meta Redux is built using Jekyll, a simple and flexible static site generator.
- GitHub pages deployment: The blog is deployed on GitHub pages, making it easy to host and update.
- Open for contributions: The author encourages contributions in the form of pull requests to address any typos, bad grammar, or visual glitches on the site.
Installation
To install and run Meta Redux locally, follow these steps:
- Clone the Meta Redux repository from GitHub:
git clone https://github.com/[username]/[repository].git - Install Jekyll by running the following command:
gem install jekyll - Navigate to the cloned repository:
cd [repository] - Run the Jekyll server:
bundle exec jekyll serve - Open your web browser and visit
http://localhost:4000to view the site locally.
Summary
Meta Redux is a simple tech blog powered by Jekyll and hosted on GitHub pages. The author welcomes contributions to improve the blog’s content and appearance. To install and run the site locally, clone the repository, install Jekyll, and run the Jekyll server.