update docs
This commit is contained in:
parent
c8204f337b
commit
0cca7d7aef
1 changed files with 1 additions and 7 deletions
|
@ -32,12 +32,6 @@ Inside the folder of your Hugo site, run:
|
||||||
git submodule add https://github.com/nanxiaobei/hugo-paper themes/paper
|
git submodule add https://github.com/nanxiaobei/hugo-paper themes/paper
|
||||||
```
|
```
|
||||||
|
|
||||||
Using submodules makes it easier to update paper, but if you prefer, run:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
git clone https://github.com/nanxiaobei/hugo-paper themes/paper
|
|
||||||
```
|
|
||||||
|
|
||||||
Then change in `config.toml`:
|
Then change in `config.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
|
@ -48,4 +42,4 @@ For more information read the official [guide](https://gohugo.io/getting-started
|
||||||
|
|
||||||
## Dark Mode
|
## Dark Mode
|
||||||
|
|
||||||
It's automatic, according to the natural time of day and night.
|
It's automatic, according to your system settings, or the natural time of day and night.
|
||||||
|
|
Loading…
Reference in a new issue