Wiki: fix typos

This commit is contained in:
Andreas Deininger 2025-01-04 12:06:49 +01:00
parent e93633b8ff
commit 1674b8243b
6 changed files with 8 additions and 8 deletions

View file

@ -27,7 +27,7 @@ Typo has the possibility to specify the color palette to use in the theme. The d
but they can easily be added.
The color palettes are stored under `assets/css/colors/*` and the one in use can be specified with the following
patameter:
parameter:
```toml
[params]
@ -60,7 +60,7 @@ You can choose to hide the header on every page apart from the homepage with thi
hideHeader = true
```
I strongly reccoment enabling [breadcrumbs](#72-breadcrumbs) if you do so.
I strongly recommend enabling [breadcrumbs](#72-breadcrumbs) if you do so.
## Note on Syntax Highlighting
@ -75,7 +75,7 @@ style = 'algol'
## Footer Customization
One can decide to hide the footer completely or to change it's content by specifiying the following parameters.
One can decide to hide the footer completely or to change it's content by specifying the following parameters.
Note that if you don't include the following parameters (or leave footerContent empty) the default footer is shown.
```toml

View file

@ -13,7 +13,7 @@ hideBackToTop: true
The theme supports custom css, you can override anything you want by redefining classes in the `assets/custom.css` file.
For instance, changing the main widht can be done as follows:
For instance, changing the main width can be done as follows:
```css
:root {

View file

@ -22,7 +22,7 @@ name = "posts"
url = "/posts"
```
There exists an optional new tab parameter, to choose wether menu items are opened in a new tab or not.
There exists an optional new tab parameter, to choose whether menu items are opened in a new tab or not.
```toml
[[params.menu]]

View file

@ -14,7 +14,7 @@ Miscellaneous settings.
## Home Meta Description
You can specify the homepage meta description with the following paramer:
You can specify the homepage meta description with the following parameter:
```toml
[params]

View file

@ -73,7 +73,7 @@ hidePagination: true
## Meta Description
You can speficy the post meta description as follows:
You can specify the post meta description as follows:
```md
description: "Your Description"

View file

@ -143,7 +143,7 @@ url = "/posts"
name = "about"
url = "/about"
# Syntax highligth on code blocks
# Syntax highlight on code blocks
[markup]
[markup.highlight]
style = 'algol'