Welcome to mirror list, hosted at ThFree Co, Russian Federation.

base-configurations.md « docs - github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d7cb2c8c4c72ad9247fd886431b4b8f9c16689da (plain)
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
# Base Configurations

> View the [full configuration](https://gohugo.io/getting-started/configuration/#all-configuration-settings) for more details.

## Basic

### baseURL = "https://g1eny0ung.site"

The site URL, ensure this is correct!

### languageCode = "zh-Hans"

LanguageCode will be used as `<html lang="zh-Hans">`.

### title = "g1eny0ung 的博客"

The site title.

### enableRobotsTXT = true

Optional. Here is this config's [doc](https://gohugo.io/templates/robots).

### hasCJKLanguage = true

Because my blog was written in Chinese, I need to set this to correct my post's `{{ .ReadingTime }}`.