All Projects → philhawksworth → 11up

philhawksworth / 11up

Licence: other
A utility to create an 11ty site scaffold from one of a number of site templates. Mostly just Phil Hawksworth's regular starting points

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to 11up

fernfolio-11ty-template
The super simple portfolio template built with Eleventy and Netlify CMS
Stars: ✭ 64 (+156%)
Mutual labels:  jamstack, eleventy, 11ty
frontenso-11ty-starter
Production-ready 11ty+Gulp+Webpack Starter that features Nunjucks, SASS, TailwindCSS (with JIT complier), and ESNext.
Stars: ✭ 24 (-4%)
Mutual labels:  jamstack, eleventy, 11ty
smix-eleventy-starter
A standards-respecting starter kit for Eleventy. Go Indie.
Stars: ✭ 108 (+332%)
Mutual labels:  jamstack, eleventy, 11ty
11ty-tailwind-jit
Try editing some Tailwind in this repo while running in dev. It's SO FAST!
Stars: ✭ 17 (-32%)
Mutual labels:  jamstack, eleventy, 11ty
Eleventy High Performance Blog
A high performance blog template for the 11ty static site generator.
Stars: ✭ 3,492 (+13868%)
Mutual labels:  eleventy, 11ty
11tyby
Simple 11ty setup using TypeScript, SASS, Preact with partial hydration, and other useful things. Aims to provide the DX of Gatsby, but using 11ty!
Stars: ✭ 38 (+52%)
Mutual labels:  eleventy, 11ty
11r
America's favorite Eleventy blog template.
Stars: ✭ 135 (+440%)
Mutual labels:  jamstack, eleventy
smol-11ty-starter
Extremely minimal Eleventy starter to kickstart a simple multi-page site / a nearly opinionless foundation to continue building on.
Stars: ✭ 61 (+144%)
Mutual labels:  eleventy, 11ty
11ta-template
Deeply customizable, full-featured, ready to publish blog template built with 11ty, TailwindCSS, & Alpine.js
Stars: ✭ 98 (+292%)
Mutual labels:  jamstack, 11ty
alexcarpenter-11ty
📝 Source files for my personal website built with Eleventy and hosted with Netlify.
Stars: ✭ 89 (+256%)
Mutual labels:  eleventy, 11ty
eleventy-plugin-blog-tools
A collection of shortcodes, filters and tags that make blogging on 11ty more fun
Stars: ✭ 41 (+64%)
Mutual labels:  jamstack, 11ty
eleventy solo starter njk
Further development suspended as of 2021-09-11. Please refer instead to https://www.11ty.dev/docs/starter/ for a wide selection of other Eleventy starter sets.
Stars: ✭ 22 (-12%)
Mutual labels:  eleventy, 11ty
objectfit-focalpoint
Generate the object-position value to capture an image's focal point given a custom aspect-ratio.
Stars: ✭ 14 (-44%)
Mutual labels:  eleventy, 11ty
agilitycms-eleventy-starter-2020
A sample Eleventy starter that uses Agility CMS and aims to be a foundation for building fully static sites using 11ty and Agility CMS.
Stars: ✭ 18 (-28%)
Mutual labels:  jamstack, 11ty
woliveiras.github.io
My personal Blog
Stars: ✭ 25 (+0%)
Mutual labels:  jamstack, eleventy
eleventy-plugin-svelte
Eleventy plugin to support svelte templates
Stars: ✭ 40 (+60%)
Mutual labels:  eleventy, 11ty
bymattlee-11ty-starter
A starter boilerplate powered by 11ty, Sanity, Gulp, Tailwind CSS, rollup.js, Alpine.js and Highway.
Stars: ✭ 27 (+8%)
Mutual labels:  eleventy, 11ty
11ty-sass-skeleton
Featuring absolutely nothing beyond a base HTML5 template and the essential setup to watch and compile your Sass alongside 11ty.
Stars: ✭ 174 (+596%)
Mutual labels:  eleventy, 11ty
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (+920%)
Mutual labels:  jamstack, eleventy
virtual-lolly
JAMstack demo site - prerendered with serverless API fallbacks
Stars: ✭ 110 (+340%)
Mutual labels:  jamstack, eleventy

11up

11up

Quickly bootstrap 11ty sites from some basic templates.

Project templates

The list of templates will slowly grow. Currently available via 11up:

Prerequisites

Usage

No need to install this package, you can create a new site structure by using npx.

npx 11up

  • Choose one of the starter templates (it's a short list for now)
  • Create your new site in the current directory or create a new subdirectory
  • That's it

11up command

Choose template

Set output location

New site scaffold created

See more information about the templates

To discover more about the available templates you can see a listing of them along with links to their GitHub repositories via the list argument.

npx 11up list

Updating for the latest version

To ensure you always use the latest templates, you can ask npm for the latest release as you execute npx like this:

npx 11up@latest

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].