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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzilch40 <wlh233@live.com>2020-11-14 18:37:40 +0300
committerzilch40 <wlh233@live.com>2020-11-14 18:37:40 +0300
commitc7e401969102c1c66d8492a0e314d1b71f48223e (patch)
treeedf7a9bc667bac6b687555bb7dd6873e32860a4d /README.md
parent9c4508e5afe2d183eeda5224a2da337b475c7440 (diff)
forgot a lot of files in last commit XD
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 30a098f..91055d8 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,10 @@
## Features
-- basic functions: category/tag/archives
+- small & fast
+- basic functions:
+ - category & tag
+ - archives
- TOC sidebar
- `prefers-color-scheme` media support
@@ -28,7 +31,7 @@ theme = "hulga"
```
and then config it.
-3. to use `postcss`, copy `package.json ` and `postcss-config.js` to the root of your site folder, then `npm install`
+3. to use `postcss`, copy `package.json ` and `postcss.config.js` to the root of your site folder, then `npm install`
## Config
@@ -37,6 +40,7 @@ An example of avaliable params:
```toml
baseURL = "https://example.com"
languageCode = "zh-cn"
+DefaultContentLanguage = "zh-cn"
title = "My New Hugo Site"
paginate = 10
theme = "hulga"
@@ -66,6 +70,9 @@ theme = "hulga"
# enable prefers-color-scheme:dark
darkMedia = true
+ # enable hero section's is-bold effect
+ heroBold = true
+
# to enable different hightlight themes in light/dark mode
[markup]
[markup.highlight]