
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
kalastatic
Advanced tools
Static site application framework for prototyping and styleguiding.
$ npm install kalastatic -g
To install KalaStatic as a dependency in your project:
$ npm install kalstatic --save
Construct your source files, using the template engine name in the file extension.
---
youAreUsingJade: true
pretty: true
---
doctype html
html(lang="en")
head
title= title
body
h1 Jade - node template engine
KalaStatic can be configured through a kalastatic.yml
file. The default options are as follows:
# The base directory of where your package.json lives.
base: '.',
# The directory (from base), where the source content files live.
source: 'src',
# Additional sources to read for KSS documentation for the styleguide.
kssSource: [],
# Where to build out the files.
destination: 'build',
# Where the final CSS will be built out to. This is used for the Styleguide.
css: '../main.css',
# The options to pass off to the Metalsmith plugins when building, keyed by plugin name.
pluginOpts: {}
$ kalastatic build
$ node_modules/.bin/kalastatic build
KalaStatic can be used a JavaScript API. Calling KalaStatic()
will build, and return a Promise.
var KalaStatic = require('kalastatic')
KalaStatic('path/to/site').then(function() {
// Site built
})
2.1.12: 2016-12-05
FAQs
KalaStatic static-site prototyping framework
We found that kalastatic demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.