From 68e4e9eb9fec5651bed5c6e6d5030ba8dd472a8f Mon Sep 17 00:00:00 2001
From: kuncevic <kncvch@gmail.com>
Date: Wed, 6 Nov 2019 22:40:12 +1100
Subject: [PATCH] add webpack-landing-generator

---
 data/source/static-site-generators.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/data/source/static-site-generators.js b/data/source/static-site-generators.js
index 3cfa7a9..3d5c1ad 100644
--- a/data/source/static-site-generators.js
+++ b/data/source/static-site-generators.js
@@ -29,6 +29,10 @@ module.exports = {
       url:
         "https://github.com/markdalgleish/static-site-generator-webpack-plugin",
     },
+    {
+      url:
+        "https://github.com/kuncevic/webpack-landing-generator",
+    },
     { url: "https://github.com/GitbookIO/gitbook" },
     { url: "https://github.com/elmasse/nextein", tags: ["react"] },
     { url: "https://github.com/flatiron/blacksmith" },