Minimal Light

screenshot of Minimal Light
jekyll

A simple and elegant Jekyll theme for an academic personal homepage

Overview

The Minimal Light Theme is a simple and elegant personal homepage theme built using Jekyll. It provides basic search engine optimization, mobile-friendly design, and support for Markdown and dark mode. It can be deployed using GitHub Pages or used locally with Jekyll.

Features

  • Simple and elegant personal homepage theme
  • Jekyll theme, automatically deployed by GitHub Pages
  • Basic search engine optimization
  • Mobile-friendly design
  • Support for Markdown
  • Support for dark mode

Using with the GitHub Pages Service

  1. Fork this repository or use it as a template and change the name to your-username.github.io.
  2. Enable GitHub Pages for the repository according to the provided steps.
  3. Add the following line to your repository's _config.yml: remote_theme: yaoyao-liu/minimal-light

Using Locally with Jekyll

  1. Install Ruby and Jekyll following the installation instructions here: Jekyll Installation Guide
  2. Clone this repository.
jekyll
Jekyll

Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.