Giter Site home page Giter Site logo

lume's Introduction

πŸ”₯Lume (Work in progress)

lume is the galician word for fire, but also a (yet another) static site generator for Deno.

It's inspired in other general purpose static site generators such Jekyll or Eleventy but it's faster, simpler and easier to use and configure, besides being super flexible.

  • Support for multiple file formats like markdown, yaml, javascript, typescript, jsx, nunjucks and it's easy to extend.
  • You can hook any processor to transform assets, like sass or postcss for CSS.
  • It's Deno: forget about manage thousand of packages in node_modules or complex bundlers. Lume only install that you need. Clean, fast and secure.

Quick start

Make sure you have Deno installed and install lume as a Deno executable:

Create your first page, for example using a nunjucks template:

---
title: Welcome to my page
---

<html>
  <head>
    <title>{{ title }}</title>
  </head>

  <body>
    <h1>{{ title }}</h1>
  </body>
</html>

Run it:

deno run --unstable -A https://deno.land/x/lume/cli.js

This command will compile your documents to HTML and saved into the output folder (defaults to _site).


Docs

See the Docs to learn more

lume's People

Contributors

oscarotero avatar shadowtime2000 avatar probins avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.