mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-10-30 01:13:08 +00:00
Add installation instructions to README.md
This commit is contained in:
parent
2bbfdc3d07
commit
950511905b
|
@ -9,6 +9,12 @@ A simple static site generator for Gemini.
|
||||||
- Gemini support
|
- Gemini support
|
||||||
- Go templates
|
- Go templates
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
```
|
||||||
|
go install
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -45,6 +51,7 @@ Page templates are provided with the following information:
|
||||||
Section templates are provided with the following information:
|
Section templates are provided with the following information:
|
||||||
|
|
||||||
- `Path`: Relative path to the section
|
- `Path`: Relative path to the section
|
||||||
|
panic: runtime error: invalid memory address or nil pointer dereference
|
||||||
- `Permalink`: Permalink to the section
|
- `Permalink`: Permalink to the section
|
||||||
- `Pages`: The pages in this section
|
- `Pages`: The pages in this section
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue