0jonjo.github.io

screenshot of 0jonjo.github.io

Personal website and blog

Overview

In this product analysis, we will be discussing the use of Jekyll and Gradfolio for creating a personal blog. Jekyll is a static site generator that allows users to build simple and fast websites using Markdown, HTML, and CSS. Gradfolio is a Jekyll theme specifically designed for showcasing personal portfolios and blogs. By using these two tools together, individuals can easily create and manage their own personal blogs with a professional and polished look.

Features

  • Ease of use: Jekyll provides a user-friendly interface for creating and managing a personal blog. With its simple structure and straightforward syntax, users can easily write blog posts in Markdown and customize the design using HTML and CSS.

  • Customization options: Gradfolio offers a range of customization options, allowing users to personalize their blogs according to their own preferences. Users can easily modify the layout, color scheme, typography, and other design elements to create a unique and visually appealing blog.

  • Responsive design: With Gradfolio, users can ensure that their personal blog looks great across all devices and screen sizes. The theme is built with responsive design principles in mind, automatically adjusting the layout and content to provide an optimal viewing experience for both desktop and mobile users.

1. Install Jekyll

  • Make sure you have Ruby installed on your computer.
  • Open your terminal and run the following command: gem install jekyll.
  • Once the installation is complete, navigate to your preferred directory and create a new Jekyll project by running the command: jekyll new myblog.

2. Install Gradfolio theme

  • Download the Gradfolio theme files from the official website.
  • Unzip the downloaded file and copy the contents to the _themes directory of your Jekyll project.
  • In your project's _config.yml file, set the theme value to gradfolio.
  • Customize the theme settings in the _config.yml file according to your preferences.

3. Run your Jekyll server

  • In your terminal, navigate to your Jekyll project directory.
  • Run the command bundle exec jekyll serve to start your local server.
  • Open your web browser and go to http://localhost:4000 to see your personal blog in action.

Summary

In conclusion, using Jekyll and Gradfolio together provides an excellent solution for creating a personal blog. The ease of use, customization options, and responsive design offered by these tools make it simple and efficient to set up and manage a professional-looking blog. By following the installation guide provided, individuals can easily get started and showcase their personal portfolios and blog posts in a visually appealing and user-friendly manner.