Giter Site home page Giter Site logo

toursslivers / lume Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lumeland/lume

0.0 0.0 0.0 3.07 MB

🔥 Static site generator for Deno 🦕

Home Page: https://lume.land

License: MIT License

JavaScript 2.80% TypeScript 89.60% CSS 0.25% Liquid 0.25% Pug 0.16% SCSS 0.10% Sass 0.01% Nunjucks 6.83%

lume's Introduction

🔥Lume

deno.land/x/lume Contributor Covenant

Lume is the Galician word for fire but also a (yet another) static site generator for Deno.

It’s inspired by other general-purpose static site generators, such as Jekyll and Eleventy, but it’s faster, simpler and easier to use and configure, besides being super flexible.

  • Supports multiple file formats, like Markdown, YAML, JavaScript, TypeScript, JSX and Nunjucks, and it’s easy to extend.
  • You can hook any processor to transform assets, like Terser for Javascript or PostCSS for CSS.
  • It’s Deno: Forget about managing thousands of packages in node_modules or complex bundlers. Lume only installs what you need. Clean, fast and secure.


Quick start

Make sure you have Deno installed.

Create your first page, for example, using the Nunjucks file index.njk:

---
title: Welcome to my page
---
<html>
  <head>
    <title>{{ title }}</title>
  </head>
  <body>
    <h1>{{ title }}</h1>
  </body>
</html>

Build it:

deno run -A https://deno.land/x/lume/ci.ts

This command will compile your documents to HTML and save them into the directory _site.


Please see CHANGELOG for information about the recent changes.

Licensed under the MIT License. See LICENSE for more information.

lume's People

Contributors

oscarotero avatar valtlai avatar fserb avatar laura-rubio avatar wangbinyq avatar kidonng avatar imjamesb avatar shadowtime2000 avatar aiotter avatar bryophyta avatar marcosantonastasi avatar kuboon avatar naiyerasif avatar probins avatar tobiasschmidt89 avatar ewired avatar jerluc avatar pluiedev avatar officialrajdeepsingh avatar jrson83 avatar hoverbaum avatar dsherret avatar binyamin avatar augustinmauroy avatar mirrexagon avatar borjapazr avatar cmoog avatar denizdogan avatar esadek avatar ejsmith 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.