User-Guide

Quick Start

Introduction

Welcome to Linen—a minimalist, elegant Hexo theme. This theme draws much of its inspiration from https://medium.com/blog.

Installation

Prerequisites

An existing Hexo project, or create a new one using https://hexo.io/docs/. Hexo version: "^8.1.1".

You can use the Linen theme in one of two ways:

  1. Install via NPM

    npm install
    1
    npm install hexo-theme-linen -S

    Then, in your Hexo project’s configuration file (_config.yml), set theme: linen. Restart your Hexo project to enable the Linen theme.

  2. Directly clone the theme files into the Hexo themes directory

    git clone
    1
    git clone https://github.com/LynanBreeze/hexo-theme-linen.git

    Then, in your Hexo project’s configuration file (_config.yml), set theme: hexo-theme-linen. Restart your Hexo project to enable the Linen theme.

Customization

Continue reading the Next Article to learn how to configure various customization options.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
title: Quick Start
date: 2026-03-28 23:59
excerpt: Welcome to Linen—a minimalist, elegant Hexo theme. Please follow this documentation to quickly configure the Linen theme.
categories: Quick-Start
cover: /img/markus-winkler-newg0EE_rxw-unsplash.jpg
coverInfo:
author: Markus Winkler
url: https://unsplash.com/photos/a-close-up-of-a-street-sign-on-the-ground-newg0EE_rxw
series: User-Guide
appendRawMarkdown: true
tocType: flat
translations: ['zh-CN']
---

## Introduction

Welcome to Linen—a minimalist, elegant Hexo theme. This theme draws much of its inspiration from [https://medium.com/blog](https://medium.com/blog).

## Installation

### Prerequisites

An existing Hexo project, or create a new one using https://hexo.io/docs/. Hexo version: `"^8.1.1"`.

You can use the Linen theme in one of two ways:

1. Install via NPM

```bash npm install
npm install hexo-theme-linen -S
```

Then, in your Hexo project's configuration file (`_config.yml`), set `theme: linen`. Restart your Hexo project to enable the Linen theme.

2. Directly clone the theme files into the Hexo themes directory

```bash git clone
git clone https://github.com/LynanBreeze/hexo-theme-linen.git
```

Then, in your Hexo project's configuration file (`_config.yml`), set `theme: hexo-theme-linen`. Restart your Hexo project to enable the Linen theme.

## Customization

Continue reading the [**Next Article**](/hexo-theme-linen-doc/customization/) to learn how to configure various customization options.