Giter Site home page Giter Site logo

tigersway / fruits-express Goto Github PK

View Code? Open in Web Editor NEW
11.0 2.0 1.0 3.11 MB

Simple data-oriented & multi-language starter with Eleventy, TailwindCSS & Fontsource

Home Page: https://tigersway.github.io/fruits-express/

License: MIT License

JavaScript 20.60% CSS 1.99% Nunjucks 77.41%
eleventy tailwindcss 11ty starter fontsource

fruits-express's Introduction

fruits-express GitHub tag (latest by date) GitHub last commit GitHub issues

Simple data-oriented & multi-language starter with Eleventy & TailwindCSS

Dependencies:

  • @11ty/eleventy

Demo: Netlify Cloudflare Render Vercel Github

Fontsource

An updating monorepo full of self-hostable Open Source fonts bundled into individual NPM packages!

In the last canary - @11ty/Eleventy 2.0.0-canary.12 - has been introduced what Zach called "For-free passthrough copy". It should be the new smooth and light way to deal with "static assets".

Specifically hosting Google - or not - fonts: Introduction

"Generic builder"

You can use the usual npm run build script to generate every configuration you should need (command line or dotenv-cli):

  • SITE_URL=https://fruits-express.xyz CLOUDINARY_CDN_URL=https://res.cloudinary.com/myaccount npm run build
  • SITE_URL=https://yourname.github.io PATHPREFIX=fruits-express npm run build
  • SITE_URL=https://example.com PATHPREFIX=abcd npm run build

Available variables are:

  • SITE_URL (default to https://fruits-express.com)
  • CLOUDINARY_CDN_URL (no default)
  • PATHPREFIX (no default)

CHANGELOG

  • v2.4.1

    • Eleventy v2.0.0
  • v2.4.0

    • Eleventy 2.0.0-canary.15
      • eleventy.config.js is now the default config file
      • the new HTML <base> plugin allows us to get rid of the url filter
  • v2.3.0

    • Eleventy 2.0.0-canary.12 & "For-free passthrough copy"
    • FontSource is now available and useful
      eleventyConfig.addPassthroughCopy({ 'node_modules/@fontsource/sarabun/files/*{latin,thai}-{400,700}*.woff2': 'css/files' });
  • v2.2.0

    • Added a "Generic builder"
    • Fix images url without CDN
  • v2.1.0

    • Added github-pages demo (great to check the url filter)
  • v2.0.1

    • Fix Atom feed (Links & minification)
  • v2.0.0

    • Additions & New features
      • Mono dataset but multi-language and some light markdown
      • New Eleventy dev-server with express-static middleware
      • html-minifier
      • RSS/Atom
      • sitemap.xml
    • Updates:
      • Dependencies:
        • Eleventy v2.x among others
        • Concurrently (npm-run-all is clearly dead)
      • Sarabun v13 (font)
      • DataSet images to png
  • v1.0.0

    • Eleventy v1.x
    • TailwindCSS v3.x

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.