This repository contains the source code for a Jekyll blog using the Minimal Mistakes theme. The blog is hosted on GitHub Pages and can be accessed at derekbaker.dev
To set up the blog locally and start making changes, follow these steps:
- Ruby: Ensure Ruby is installed on your system.
- Bundler: Install Bundler, a dependency manager for Ruby.
- Clone this repository:
git clone https://github.com/backslashbaker/backslashbaker.github.io. - Navigate to the repository:
cd backslashbaker.github.io. - Install dependencies:
bundle install.
- Edit the
_config.ymlfile to configure the blog settings, including your site's title, description, and social media links. - Add, modify, or remove Markdown files in the
_postsdirectory to create blog posts. - Customize the appearance of the blog by modifying the Sass files in the
_sassdirectory. - Preview the blog locally:
bundle exec jekyll serve. - Open your browser and visit
http://localhost:4000to see the blog.
The blog is automatically deployed to GitHub Pages when changes are pushed to the main branch. Simply commit and push your changes to update the live site.
Contributions are welcome! If you find any issues or would like to suggest improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Minimal Mistakes: A flexible Jekyll theme by Michael Rose.
For any additional questions or inquiries, feel free to contact the project maintainer:
Your Name
- Email: hello@derekbaker.dev
- GitHub: github.com/backslashbaker
Feel free to customize the content according to your specific blog and preferences. Remember to update the contact information, URLs, and any other relevant details.