leewr9.github.io

leewr9.github.io

Personal GitHub Pages site using Jekyll Minima.

leewr9.github.io

This is my personal GitHub Pages site hosted at leewr9.github.io. The site is built using Jekyll minima, a simple and blog-aware static site generator.

Feature

  • Simple blog-aware static site
  • Built with Jekyll minima theme
  • Local development with Jekyll server

Installation

  1. Clone the Repository

    git clone https://github.com/leewr9/leewr9.github.io.git
    cd leewr9.github.io
    
  2. Install Dependencies

    • Ensure you have Ruby and Bundler installed. Install Bundler if not present:

      gem install bundler
      
    • Install Jekyll dependencies:

      bundle install
      

Usage

To run the site locally, execute:

bundle exec jekyll serve

Then, visit http://localhost:4000/ in your browser.

License

This project is licensed under the MIT License. See the LICENSE file for details.