Found via `codespell docs -S docs/content/themes -L
crate,mouvement,edn,tese,doas`
This commit is contained in:
Kian-Meng Ang 2023-01-02 23:16:33 +08:00 committed by GitHub
parent 8bbf37791f
commit 1353585cbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ To use zola:
$ flatpak run org.getzola.zola [command]
```
To avoid having to type this everytime, an alias can be created in `~/.bashrc`:
To avoid having to type this every time, an alias can be created in `~/.bashrc`:
```sh
$ alias zola="flatpak run org.getzola.zola"

View File

@ -34,7 +34,7 @@ toc: Array<Header>,
word_count: Number;
// Based on https://help.medium.com/hc/en-us/articles/214991667-Read-time
reading_time: Number;
// earlier / ligher
// earlier / lighter
lower: Page?;
// later / heavier
higher: Page?;