All Projects → kulfonjs → Kulfon

kulfonjs / Kulfon

Licence: other
👹 🐸 JavaScript static site generator with Org Mode & Markdown support (α) 💥

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Kulfon

Flybook
✈️ FlyBook is a simple utility to generate static website such as gh-pages, manual of you projects
Stars: ✭ 76 (-32.14%)
Mutual labels:  static-site-generator, static-site, markdown
Verless
A simple and lightweight Static Site Generator.
Stars: ✭ 276 (+146.43%)
Mutual labels:  static-site-generator, static-site, markdown
Jekyll Doc Theme
Jekyll theme for creating project documentation websites
Stars: ✭ 203 (+81.25%)
Mutual labels:  static-site-generator, static-site, sass
Assemble
Community
Stars: ✭ 3,995 (+3466.96%)
Mutual labels:  static-site-generator, static-site, markdown
Emacs Easy Hugo
Emacs major mode for managing hugo
Stars: ✭ 235 (+109.82%)
Mutual labels:  static-site-generator, markdown, org-mode
Ox Hugo
A carefully crafted Org exporter back-end for Hugo
Stars: ✭ 591 (+427.68%)
Mutual labels:  static-site-generator, markdown, org-mode
Glim
Static site generator which is semi-compatible with Jekyll
Stars: ✭ 76 (-32.14%)
Mutual labels:  static-site-generator, markdown
Netlify Cms React Starter
A starter project for creating lightning-fast, offline-first websites with Netlify-CMS and React
Stars: ✭ 78 (-30.36%)
Mutual labels:  static-site-generator, static-site
Gatsby Advanced Starter
A high performance skeleton starter for GatsbyJS that focuses on SEO/Social features/development environment.
Stars: ✭ 1,224 (+992.86%)
Mutual labels:  static-site-generator, markdown
Gatsby Theme Try Ghost
A Gatsby theme to build flaring fast blogs from headless Ghost CMS
Stars: ✭ 88 (-21.43%)
Mutual labels:  static-site-generator, static-site
Cactus
🌵A composable static site generator
Stars: ✭ 63 (-43.75%)
Mutual labels:  static-site-generator, markdown
Hydrogen
🎈 Hydrogen. Voted (by me) the world's lightest static-site generator built with TypeScript ❤ It uses 🔥 lit-html inspired templating for super duper performant template generation.
Stars: ✭ 80 (-28.57%)
Mutual labels:  static-site-generator, static-site
Hugo Theme Basic
Basic site theme styled with minimal tachyons, syntax highlighting, and blog series configuration. 📦
Stars: ✭ 89 (-20.54%)
Mutual labels:  static-site-generator, static-site
Stylelint
A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
Stars: ✭ 9,350 (+8248.21%)
Mutual labels:  markdown, sass
Eleventy Webpack
A barebone Eleventy and Webpack boilerplate 🎈
Stars: ✭ 68 (-39.29%)
Mutual labels:  static-site, sass
Docnado
Rapid documentation tool that will blow you away...
Stars: ✭ 67 (-40.18%)
Mutual labels:  static-site-generator, markdown
Nextra
The Next.js Static Site Generator
Stars: ✭ 1,271 (+1034.82%)
Mutual labels:  static-site-generator, markdown
React Static
⚛️ 🚀 A progressive static site generator for React.
Stars: ✭ 9,946 (+8780.36%)
Mutual labels:  static-site-generator, static-site
Log4brains
✍️ Log and publish your architecture decisions (ADR)
Stars: ✭ 98 (-12.5%)
Mutual labels:  static-site-generator, markdown
Scaffold Static
Scaffolding utility for vanilla-js
Stars: ✭ 111 (-0.89%)
Mutual labels:  static-site-generator, static-site

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].