More Premium Hugo Themes Premium Jekyll Themes

Fjp.github.io

:triangular_ruler: Personal GitHub web page. Based on the minimal-mistakes Jekyll theme.

Fjp.github.io

:triangular_ruler: Personal GitHub web page. Based on the minimal-mistakes Jekyll theme.

Author Avatar Theme by fjp
Github Stars Github Stars: 16
Last Commit Last Commit: Jun 5, 2025 -
First Commit Created: Dec 18, 2023 -
Fjp.github.io screenshot

Overview

The Blog Repository is a repository that holds the data for a blog. It is based on the theme minimal mistakes and is built using Jekyll. The repository is transformed into a static site using Jekyll whenever commits are pushed to the GitHub repository. The resulting static site can be viewed at fjp.github.io or fjp.at. To enable GitHub pages for the repository, it needs to be enabled in the repository settings.

Features

  • Based on the minimal mistakes theme
  • Automatically transformed into a static site using Jekyll
  • Custom domain support
  • PayPal tip support via PayPal

Installation

Setup on Ubuntu 22.04:

  1. Install gpg2
  2. Follow the instructions at [link] to install rvm
  3. Get the latest stable rvm version
  4. Install ruby using rvm
  5. Add rvm to your path
  6. Install Jekyll and Bundler gems through RubyGems
  7. Install additional gems defined in the Gemfile
  8. Serve the static web site

Setup on macOS:

  1. Install ruby using rubybrew or sudo apt-get install ruby on Ubuntu
  2. Install Jekyll and Bundler gems through RubyGems
  3. Create a new Jekyll site at ./myblog
  4. Change into the new directory
  5. Build the site on the preview server
  6. Browse to http://localhost:4000
  7. Add it to a new GitHub repository named username.github.io

Create New Posts:

  1. Create new posts in the collections/_posts folder
  2. Follow the naming convention mentioned at [link]
  3. Add the changes to GitHub by adding, committing, and pushing the new post file

Summary

The Blog Repository is a repository that holds the data for a blog based on the minimal mistakes theme. It is built using Jekyll and is automatically transformed into a static site whenever new commits are pushed to the repository. The repository supports custom domains and includes features such as PayPal tip support. Installation guides are provided for both Ubuntu and macOS, along with instructions for creating new posts.