mirror of https://github.com/lxndrblz/anatole.git

Xiang Li
21.47.2021 ec0bc45e5d7824b5a04daf7f34c221cc66d8eff9
README.md
@@ -150,6 +150,13 @@
listDateFormat = "Jan 2"
```
### Read-more Links
You can enable read-more links for truncated posts by setting the `readMore = true`. The length of the preview is controlled by Hugo's `summarylength`. Read-more links are disabled by default.
```toml
[params]
  readMore = true
```
### Have a static page as a home page
If you prefer having a static page as your home page rather than a listing of the latest posts, then make sure you leave the `mainSections` parameter blank:
```toml