1.1.1 • Published 3 months ago

@hefoki/frontend v1.1.1

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

Hefoki Frontend

Hefoki uses Eleventy to generate pages. When building, DynamoDB is queried for the last 60 days of headlines, and those are used to determine which pages are built.

To build, run

npm run build

To build programmatically, the frontend can be imported as a module, providing a default export of an async build function.

// CommonJS
const hefokiFrontendBuild = require("hefoki-frontend");

// ES6
import hefokiFrontendBuild from "hefoki-frontend";

await hefokiFrontendBuild("./build_destination/")
1.1.1

3 months ago

1.1.0

4 months ago

1.0.9

4 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago