Skip to content

Ink Serenity is a minimalist Hexo theme inspired by the timeless elegance of black and white, blending a calligraphic aesthetic with modern design principles.

Notifications You must be signed in to change notification settings

tandc181123/hexo-theme-InkSerenity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hexo-theme-InkSerenity

A simple and elegant theme for Hexo.

Installation Guide

1. Download the Theme

Clone the theme repository into your Hexo project's themes folder:

git clone https://github.com/tandc181123/hexo-theme-InkSerenity.git themes/InkSerenity
cd themes/InkSerenity
npm install

2. Update Hexo Scaffolds

Modify the default scaffolds/page.md file to include required metadata:

---
title: {{ title }}
layout: {{ title }}
current: {{ title }}
---

3. Create Required Pages

Manually create the following pages for all features to function properly:

  • Categories
  • Tags
  • About

Run the following command for each page:

hexo new page <page-name>

Example for creating the categories page:

hexo new page categories

4. Apply the InkSerenity Theme

In the root _config.yml file of your Hexo project, update the theme setting:

theme: InkSerenity

Optional Configurations

Utterances (Commenting System)

To enable Utterances, configure it in the root _config.yml file:

utterances:
  repo: "<username>/<repo-name>" # Replace with your Github repository
  issue_term: "pathname"
  theme: "github-light"

Note: Utterances requires a valid Github repository to store comments.

Google Analytics

To enable Google Analytics, configure your tracking ID in the root _config.yml file:

google_analytics: G-XXXXXXXXXX # Replace with your tracking ID

About

Ink Serenity is a minimalist Hexo theme inspired by the timeless elegance of black and white, blending a calligraphic aesthetic with modern design principles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published