hauchiwa 0.17.0

Flexible static website generator library with incremental rebuilds and cached image optimization
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "lint": {
    "rules": {
      "exclude": ["no-external-import", "no-import-prefix"]
    }
  },
  "compilerOptions": {
    "lib": ["deno.window"],
    "strict": true
  }
}