Tweak user guide
This commit is contained in:
parent
adcaf95ab2
commit
0811609e3e
1 changed files with 8 additions and 0 deletions
|
@ -66,6 +66,14 @@ $secondary-color: #32cd32;
|
|||
|
||||
See `app/scss/main.scss` to see what variables can be overidden.
|
||||
|
||||
#### Code highlighting theme
|
||||
|
||||
You can switch to one of the [styles supported by Pygments](https://pygments.org/styles/) by adding a line in `profile.toml`:
|
||||
|
||||
```toml
|
||||
code_highlighting_theme = "solarized-dark"
|
||||
```
|
||||
|
||||
## Public website
|
||||
|
||||
Public notes will be visible on the homepage.
|
||||
|
|
Loading…
Reference in a new issue