A modern personal website built using Jekyll 4+ and deployed to GitHub Pages.
- Responsive design
- Blog functionality
- Custom 404 page
- GitHub Actions CI/CD pipeline
- Easy content management through Markdown
j47.in/
├── _config.yml # Main configuration
├── _data/ # Data files
├── _posts/ # Blog posts
├── 404.html # Custom 404 page
├── index.markdown # Main page content
├── Gemfile # Ruby dependencies
└── README.md # Project documentation
- Ruby 2.7+
- Bundler
- Clone the repository
- Install dependencies:
bundle install
- Run the development server:
bundle exec jekyll serve
- Create a new branch
- Make your changes
- Submit a pull request
The site is automatically deployed to GitHub Pages through GitHub Actions. See the workflow in .github/workflows/
.
MIT License - See LICENSE for more information.
- Inspired by Hacked-Jekyll
- Deployment guide from Moncef Belyamani