Jglovier.github.io screenshot

Jglovier.github.io

Author Avatar Theme by Jglovier
Updated: 25 Sep 2023
115 Stars

:notebook: Source for joelglovier.com. Built with Jekyll and hosted on GitHub Pages.

Categories

Overview

Joelglovier.com is a personal website where the author shares information, links, and showcases his work. The website has been in existence since around 2005 and has undergone several redesigns over the years. The current version of the site was launched in 2017 and is built using Jekyll, a static site generator.

Features

  • Personal blog: The website serves as a platform for the author to write and share his thoughts and experiences.
  • Showcasing work: Joelglovier.com is used to display the author’s projects, designs, and other accomplishments.
  • Link sharing: The author shares links to other interesting content on the web.
  • Regular maintenance: The site requires regular maintenance to ensure that dependencies are up to date and that builds are running smoothly.
  • Copyright protection: Some directories and files on the website are copyrighted and may not be reused without the author’s permission.

Installation

To run the website locally, follow these steps:

  1. Clone the repository locally either through GitHub Desktop or using the command line:

    git clone https://github.com/jglovier/jglovier.github.io.git
    
  2. Install the required dependencies using bundler:

    bundle install
    
  3. Run the Jekyll server:

    bundle exec jekyll serve
    
  4. View the website in your browser at http://localhost:4000.

Summary

Joelglovier.com is a personal website created by Joel Andrew Glovier. It serves as a platform for the author to share his thoughts, showcase his work, and provide links to other interesting content. The website has been through multiple iterations since its inception in 2005 and is currently built using Jekyll. Regular maintenance is required to keep the site running smoothly, and certain directories and files are copyrighted and cannot be reused without permission.