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.
19
19
20
20
We use templates like ` {.SomeField} ` inside our ` md ` files.
21
21
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.
23
23
It runs script ` scripts/website/expand_templates/ ` that rewrites ` md ` files with replaced templates.
24
24
25
25
## Hosting
26
26
27
- We use GitHub Pages as static website hosting and CD.
27
+ We use GitHub Pages for static website hosting and CD.
28
28
29
29
GitHub deploys the website to production after merging anything to a ` main ` branch.
30
30
@@ -35,17 +35,17 @@ Install Hugo (v0.148.1 or newer).
35
35
Run:
36
36
37
37
``` bash
38
- hugo server --buildDrafts --disableFastRender
38
+ hugo server --buildDrafts --disableFastRender
39
39
```
40
40
41
- And navigate to ` http://localhost:1313 ` after successful build.
41
+ And navigate to ` http://localhost:1313 ` after a successful build.
42
42
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.
44
44
Also, there is no need to refresh a webpage: hot reload updates changed content on the open page.
45
45
46
46
## Website Build
47
47
48
- To do it run:
48
+ To do this, run:
49
49
50
50
``` bash
51
51
make 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:
10
10
golangci-lint help formatters
11
11
```
12
12
13
- To see a list of formatters enabled by your configuration use:
13
+ To see a list of formatters enabled by your configuration, use:
14
14
15
15
``` bash
16
16
golangci-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:
10
10
golangci-lint help linters
11
11
```
12
12
13
- To see a list of linters enabled by your configuration use:
13
+ To see a list of linters enabled by your configuration, use:
14
14
15
15
``` bash
16
16
golangci-lint linters
You can’t perform that action at this time.
0 commit comments