/blog

Jekyll blog with RSS feed for dev.to

Primary LanguageHTMLMIT LicenseMIT

Web Developer Blog

Description

A comprehensive resource for web developers, offering insights into modern technologies, development practices, and personal experiences. Explore guides on Laravel, Node.js, Docker, and more, designed to enhance your skills and understanding of web development.

Table of Contents

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Ensure you have the following prerequisites installed:

  • Ruby (Jekyll requires Ruby >= 2.5.0)
  • Bundler (Ruby package manager)
  • Git

Installation

  1. Clone the repo
git clone https://github.com/jonesrussell/blog.git
  1. Navigate into the project directory
cd blog
  1. Install the necessary gems
bundle install
  1. Serve the site locally
bundle exec jekyll serve

Usage

Navigate to http://localhost:4000/blog/ in your browser to view the site.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Russell Jones - @jonesrussell42 - jonesrussell42@gmail.com

Project Link: https://github.com/jonesrussell/blog