Kulfon

screenshot of Kulfon
scss
tailwind

:japanese_ogre: :frog: JavaScript static site generator with Org Mode & Markdown support (α) :boom:

Overview:

Kulfon is a JavaScript static site generator inspired by Hugo. It is a one command tool that combines data sources with templates to transform them into HTML pages. It supports Nunjucks, Markdown, and OrgMode out-of-the-box. However, it is still under active development and not ready for consumption by anyone other than software developers.

Features:

  • One-command tool, similar to Hugo, but written in JavaScript
  • Can easily integrate additional JavaScript libraries or stylesheets
  • Uses a solid foundation with carefully selected tools to produce smaller websites faster
  • Supports Rollup for bundling javascripts
  • Supports Sass for stylesheets
  • Supports Nunjucks for views (a simple, designer friendly HTML-based syntax)
  • Written in ES6/ES2015
  • Supports Org Mode
  • Supports Markdown
  • Unified approach to external dependencies management with either unpkg or Yarn
  • HTTP/2 ready
scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

prismjs
Prism JS

PrismJS is an open-source, lightweight, and extensible syntax highlighting library that supports a wide range of programming languages and markup formats.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.