New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

kulfon

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kulfon

Kulfon is a modern static site generator written in JavaScript.

latest
Source
npmnpm
Version
0.42.0
Version published
Weekly downloads
52
-65.56%
Maintainers
1
Weekly downloads
 
Created
Source

Kulfon

Static Site Generator for The Rest of Us


Kulfon Package on NPM Kulfon Package on NPM

Kulfon /kuːl fəʊn/ is a one command, JavaScript static site generator inspired by Hugo. It combines data sources with templates to tranform them into HTML pages at once. It supports Nunjucks, Markdown and Org Mode out-of-the-box.

This software is still under active development and not feature complete or ready for consumption by anyone other than software developers.

- Kulfon, Kulfon, co z Ciebie wyrośnie ?! martwię się już od tygodnia!

- Przestań!

While you're hesitating, listen to this wonderful Kulfon song!

Demo

Kulfon: Hot Reloading

Why Kulfon?

There is a ton of static site generators out there. Here are few points to convince you to try Kulfon

  • one-command tool, similar to Hugo, but written in JavaScript, so it's easier to integrate additional JavaScript libraries or stylesheets
  • solid foundation with carefully selected tools to produce smaller websites faster as The Average Webpage Is Now the Size of the Original Doom
  • Rollup for bundling javascripts
  • Sass for stylesheets
  • Nunjucks for views (a simple, designer friendly HTML-based syntax)
  • written in ES6/ES2015
  • Org Mode support
  • Markdown support
  • unified approach to external dependencies management with either unpkg or Yarn
  • HTTP/2 ready

Installation

npm install -g kulfon

Getting started

Once Kulfon is installed, you will have access to the kulfon command. First, let's create a new project:

kulfon new <my-project-name>

Now enter the directory

cd <my-project-name>

and run kulfon's server

kulfon serve

It creates public directory with compiled content (this directory should be ignored). Go to http://localhost:3000 to check your website.

For more commands, just type

kulfon

Visit Getting Started for more.

Roadmap

Kulfon keeps track of the upcoming fixes and features on GitHub Projects: Kulfon Roadmap

Websites that use Kulfon

If your website is using Kulfon, feel free to make a PR to add it to this list; please add the new entries at the top.

Bug reports

We use Github Issues for managing bug reports and feature requests. If you run into problems, please search the issues or submit a new one here: https://github.com/kulfonjs/kulfon/issues

Detailed bug reports are always great; it's event better if you are able to include test cases.

Keywords

kulfon

FAQs

Package last updated on 16 Jul 2020

Did you know?

Socket

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.

Install

Related posts