File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ The site is based on [hextra](https://github.com/imfing/hextra) theme.
1919
2020We use templates like ` {.SomeField} ` inside our ` md ` files.
2121
22- There templates are expanded by running ` make website_expand_templates ` in the root of the repository.
22+ These templates are expanded by running ` make website_expand_templates ` in the root of the repository.
2323It runs script ` scripts/website/expand_templates/ ` that rewrites ` md ` files with replaced templates.
2424
2525## Hosting
2626
27- We use GitHub Pages as static website hosting and CD.
27+ We use GitHub Pages for static website hosting and CD.
2828
2929GitHub deploys the website to production after merging anything to a ` main ` branch.
3030
@@ -35,17 +35,17 @@ Install Hugo (v0.148.1 or newer).
3535Run:
3636
3737``` bash
38- hugo server --buildDrafts --disableFastRender
38+ hugo server --buildDrafts --disableFastRender
3939```
4040
41- And navigate to ` http://localhost:1313 ` after successful build.
41+ And navigate to ` http://localhost:1313 ` after a successful build.
4242
43- There is no need to restart Hugo server almost for all changes: it supports hot reload.
43+ There is no need to restart the Hugo server for almost all changes: it supports hot reload.
4444Also, there is no need to refresh a webpage: hot reload updates changed content on the open page.
4545
4646## Website Build
4747
48- To do it run:
48+ To do this, run:
4949
5050``` bash
5151make website_expand_templates
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ To see a list of supported formatters and which formatters are enabled/disabled:
1010golangci-lint help formatters
1111```
1212
13- To see a list of formatters enabled by your configuration use:
13+ To see a list of formatters enabled by your configuration, use:
1414
1515``` bash
1616golangci-lint formatters
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ To see a list of supported linters and which linters are enabled/disabled:
1010golangci-lint help linters
1111```
1212
13- To see a list of linters enabled by your configuration use:
13+ To see a list of linters enabled by your configuration, use:
1414
1515``` bash
1616golangci-lint linters
You can’t perform that action at this time.
0 commit comments