Skip to content

Commit

Permalink
Fix typos in docs
Browse files Browse the repository at this point in the history
Found via `codespell docs -L
crate,connexion,ist,archiv,prozess,varius,mouvement,edn,tese,doas`
  • Loading branch information
kianmeng committed Dec 16, 2022
1 parent 8bbf377 commit efc613b
Show file tree
Hide file tree
Showing 22 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion docs/content/documentation/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/documentation/templates/pages-sections.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?;
Expand Down
2 changes: 1 addition & 1 deletion docs/content/themes/Zulma/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ yarn webpack

### Github warnings

You may get warnings about vulnerabilities from the JavaScript dependencies. These shouldn't be an issue since we only have dev-dependencies and none of the them reach the end-user, but if you don't want to run the buld process yourself, and to stop Github pestering you about security warnings, feel free to delete the top level `javascript` folder when committing.
You may get warnings about vulnerabilities from the JavaScript dependencies. These shouldn't be an issue since we only have dev-dependencies and none of the them reach the end-user, but if you don't want to run the build process yourself, and to stop Github pestering you about security warnings, feel free to delete the top level `javascript` folder when committing.

## Options

Expand Down
4 changes: 2 additions & 2 deletions docs/content/themes/abridge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ To change the number of items per page edit: `abridge/content/_index.md` and cha

### Page width

You can set the overal page width by editing `themes\abridge\sass\_variables.scss` file, and adjusting these two lines:
You can set the overall page width by editing `themes\abridge\sass\_variables.scss` file, and adjusting these two lines:

```scss
$mw:50% !default;// max-width
Expand Down Expand Up @@ -371,7 +371,7 @@ The following options should be under the `[extra]` in `config.toml`
- `menu_footer` - This is an array of links to display in the footer of the page

- `security_header_referrer` - This is mostly used for tracking, the default is set to "strict-origin-when-cross-origin" [info](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy)
- `security_header_csp` - Content Security policy, to enfore security rules: [observatory](https://observatory.mozilla.org), [csp-google](https://csp-evaluator.withgoogle.com/)
- `security_header_csp` - Content Security policy, to enforce security rules: [observatory](https://observatory.mozilla.org), [csp-google](https://csp-evaluator.withgoogle.com/)

- `integrity` - Useful to set false during development, should normally be set to true.
- `js_bundle` - Useful to set false during javascript development, should normally be set to true.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/themes/adidoks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ The following options should be under the `[extra]` in `config.toml`
- `language_code` - set HTML file language (default to `en-US`)
- `theme_color` - your site's HTML color (default to `#fff`)
- `title_separator` - the separator to your site title, like `|` and `-` (defaults to `|`)
- `title_addition` - the additon content for the title of the homepage
- `title_addition` - the addition content for the title of the homepage
- `timeformat` - the timeformat for the blog article published date
- `timezone` - the timezone for the blog article published date
- `edit_page` (and `docs_repo`, `repo_branch`) - whether to show the edit page in the github repo for your docs
Expand Down
2 changes: 1 addition & 1 deletion docs/content/themes/anatole-zola/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ There are several options I left in the origin templates for you to customize yo

### More style

You can create a `blog.scss` or something similiar in the your `sass` folder, add a `templates.html` with following content:
You can create a `blog.scss` or something similar in the your `sass` folder, add a `templates.html` with following content:

```html
{%/* extends "anatole-zola/templates/basic.html" */%}
Expand Down
2 changes: 1 addition & 1 deletion docs/content/themes/anpu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ Example:
anpu_date_format = "%e %B %Y"
```

The formatting uses the standart `date` filter in Tera. The date format options you can use are listed in the [chrono crate documentation](https://tera.netlify.app/docs/#date).
The formatting uses the standard `date` filter in Tera. The date format options you can use are listed in the [chrono crate documentation](https://tera.netlify.app/docs/#date).

2 changes: 1 addition & 1 deletion docs/content/themes/boring/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Minimal theme for [Zola](https://www.getzola.org/), powered by
### Demo
https://boring-zola.netlify.app/

![sreenshot](./screenshot.png)
![screenshot](./screenshot.png)

### Setup
In your zola site directory
Expand Down
4 changes: 2 additions & 2 deletions docs/content/themes/codinfox-zola/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This theme places content first by tucking away navigation in a hidden drawer.
This theme supports:

1. Theme colors: you can choose your favorite theme color (changing in `_config.scss`)
2. Changable sidebar locations (reverse it by changing the boolean value in `_config.scss`)
2. Changeable sidebar locations (reverse it by changing the boolean value in `_config.scss`)
3. Integration of FontAwesome, MathJax, Disqus and Google Analytics
4. Support for multilingual sites
5. Support for Gravatar
Expand All @@ -43,7 +43,7 @@ This theme supports:
All the configuration variables and their meaning are inside:

- `config.toml` (for the zola config variables and some extra variables required by this theme),
- `author.toml` (for the personal informations to be displayed about the author of the site),
- `author.toml` (for the personal information to be displayed about the author of the site),
- `nav.toml` (for the navigation menu structure available in the site's sidebar)
- `_config.scss` (for the definition of some css customizations)

Expand Down
4 changes: 2 additions & 2 deletions docs/content/themes/docsascode-theme/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ codeandmedia/docsascode-theme-arm64:latest
3. change website name and domain in config.toml, also, change the title in _index.md in a root
4. connect your repo to dockerhub
5. build your docker image or setup [autobuilds](https://docs.docker.com/docker-hub/builds/)
6. host a builded docker image on your own way
6. host a built docker image on your own way

But, zola is amazing static site generator, so you feel free to

Expand All @@ -58,7 +58,7 @@ But, zola is amazing static site generator, so you feel free to
3. change name and domain in config.toml/index.md
4. setup zola (win, linux, mac)
5. execute zola build
6. host builded html-output anywhere you want
6. host built html-output anywhere you want

Zola supports Netlify and other similar services, or you can decide to create your own CI/CD process.

Expand Down
2 changes: 1 addition & 1 deletion docs/content/themes/dose/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ This theme uses no special font, just the browsers default monospace font. Yes,

#### Darkmode

This theme supports dark and light mode. Currently this will be only switched based on the users preffered system theme. But a manual switch will follow in the future in the footer (see the todo).
This theme supports dark and light mode. Currently this will be only switched based on the users preferred system theme. But a manual switch will follow in the future in the footer (see the todo).

| light | dark |
|-|-|
Expand Down
2 changes: 1 addition & 1 deletion docs/content/themes/kangae/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ kangae provides several shortcodes that can be used to add content in an accessi

### kaomoji `(・_・)ノ`

If you want to use kaomoji in your posts, you can use insert them in an accessbile manner using
If you want to use kaomoji in your posts, you can use insert them in an accessible manner using

```
I don't know. {{/* kaomoji(label="shrug kaomoji", text="╮( ˘_˘ )╭") */}} I've never thought about it.
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/karzok/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ A theme for your documentation. Fast and secure

## Requirements

Karzok uses npm,zola to dependency managment,rendering, scripts and plugins.
Karzok uses npm,zola to dependency management,rendering, scripts and plugins.

### Install

Expand Down Expand Up @@ -96,7 +96,7 @@ how you can give freedom to your creativity

### 5. Run the project

i. development enviroment
i. development environment

1. Install node dependencies needed to work

Expand All @@ -114,7 +114,7 @@ zola serve
Open in favorite browser [http://127.0.0.1:1111](http://127.0.0.1:1111). Saved
changes live reolad.

ii. production enviroment
ii. production environment

- with docker

Expand Down
2 changes: 1 addition & 1 deletion docs/content/themes/lightspeed/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ footer_tagline = "What if everything is an illusion and nothing exists? In that

Styles are compiled from sass and imported inline to the header :zap:

You can overide the styles by enabling sass compilation in the config:
You can override the styles by enabling sass compilation in the config:

```toml
compile_sass = true
Expand Down
2 changes: 1 addition & 1 deletion docs/content/themes/papaya/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ tag = "Tag"
[languages.zh]
[langauges.zh.translations]
[languages.zh.translations]
tag = "标签"
```
Expand Down
2 changes: 1 addition & 1 deletion docs/content/themes/particle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The Theme features:

## Site and User Settings

You have to fill some informations on the `[extra]` section of the `config.yml` to customize your site.
You have to fill some information on the `[extra]` section of the `config.yml` to customize your site.

```
# Site settings
Expand Down
2 changes: 1 addition & 1 deletion docs/content/themes/resume/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ git submodule add [email protected]:alongwy/zola-resume.git themes/zola-resume
```

### Step 3: Configuration
Enable the theme in your config.toml in the site derectory:
Enable the theme in your config.toml in the site directory:

```toml
theme = "zola-resume"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/themes/sam/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ If it is not set, all sections under `content` will get linked.

#### Bottom menu

This variable decides wether the menu - as mentioned above - will also be displayed at the bottom of pages.
This variable decides whether the menu - as mentioned above - will also be displayed at the bottom of pages.

Default: `false`

Expand Down
2 changes: 1 addition & 1 deletion docs/content/themes/shadharon/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cp -R themes/shadharon/content/. content
```
4. For customization refer to config.toml files, which has comments.

5. For customizing the banner on the homepage the content/posts/_index.md needs modification. The desc variable under `extra`, specifically. You could delete this as well to remove banner. For an about page or any aditional page an .md file in the "content" directory will do.
5. For customizing the banner on the homepage the content/posts/_index.md needs modification. The desc variable under `extra`, specifically. You could delete this as well to remove banner. For an about page or any additional page an .md file in the "content" directory will do.

## Options
These filenames are relative to the root of the site. In this example, the two CSS files would be in the `static` folder.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/themes/tale-zola/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ git submodule add [email protected]:aaranxu/tale-zola.git themes/tale-zola

### Step 3: Configuration

Enable the theme in your `config.toml` in the site derectory:
Enable the theme in your `config.toml` in the site directory:

```toml
theme = "tale-zola"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/themes/zerm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ math=true
Content
```

Pages wich doesn't opt-in are not affected in any way, so you doesn't have
Pages which doesn't opt-in are not affected in any way, so you doesn't have
to worry about any performance hit.

## license
Expand Down
2 changes: 1 addition & 1 deletion docs/content/themes/zplit/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ social = [
```

Do you want another item? Just throw it up to the pile. You have no limits.
Remember to set the `url` field with the link itself you want to direct your user at and a `text` to show in the page for the corrisponding URL.
Remember to set the `url` field with the link itself you want to direct your user at and a `text` to show in the page for the corresponding URL.

## Posts

Expand Down

0 comments on commit efc613b

Please sign in to comment.