aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: db846610588e0ecfc04435057d40c4cfb5e81e5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# webgen

The static site generator for my site.

## Requirements

[Janet](https://janet-lang.org/) is required to build and run the generator.

[pandoc](https://pandoc.org/) is required for processing markdown files.

## Build

```
jpm build
```

## Usage

```
webgen src/
```

where `src/` is the directory to the site's source files.