All Projects → 5t3ph → smol-11ty-starter

5t3ph / smol-11ty-starter

Licence: other
Extremely minimal Eleventy starter to kickstart a simple multi-page site / a nearly opinionless foundation to continue building on.

Programming Languages

CSS
56736 projects
Nunjucks
165 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to smol-11ty-starter

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 (+185.25%)
Mutual labels:  eleventy, 11ty, 11ty-template, eleventy-template
frontenso-11ty-starter
Production-ready 11ty+Gulp+Webpack Starter that features Nunjucks, SASS, TailwindCSS (with JIT complier), and ESNext.
Stars: ✭ 24 (-60.66%)
Mutual labels:  eleventy, 11ty, 11ty-template
bymattlee-11ty-starter
A starter boilerplate powered by 11ty, Sanity, Gulp, Tailwind CSS, rollup.js, Alpine.js and Highway.
Stars: ✭ 27 (-55.74%)
Mutual labels:  eleventy, 11ty, 11ty-starter
Eleventy High Performance Blog
A high performance blog template for the 11ty static site generator.
Stars: ✭ 3,492 (+5624.59%)
Mutual labels:  eleventy, 11ty, 11ty-template
11ta-template
Deeply customizable, full-featured, ready to publish blog template built with 11ty, TailwindCSS, & Alpine.js
Stars: ✭ 98 (+60.66%)
Mutual labels:  11ty, 11ty-template, eleventy-template
fernfolio-11ty-template
The super simple portfolio template built with Eleventy and Netlify CMS
Stars: ✭ 64 (+4.92%)
Mutual labels:  eleventy, 11ty, 11ty-starter
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 (-37.7%)
Mutual labels:  eleventy, 11ty
alexcarpenter-11ty
📝 Source files for my personal website built with Eleventy and hosted with Netlify.
Stars: ✭ 89 (+45.9%)
Mutual labels:  eleventy, 11ty
11ty-web-component-generator
Use the power of 11ty to generate web components (custom elements).
Stars: ✭ 51 (-16.39%)
Mutual labels:  11ty, 11ty-template
11up
A utility to create an 11ty site scaffold from one of a number of site templates. Mostly just Phil Hawksworth's regular starting points
Stars: ✭ 25 (-59.02%)
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 (-77.05%)
Mutual labels:  eleventy, 11ty
11ty-landing-page
A simple landing page built with 11ty and Tailwind CSS.
Stars: ✭ 96 (+57.38%)
Mutual labels:  11ty-template, 11ty-starter
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 (-70.49%)
Mutual labels:  11ty, 11ty-template
eleventy-plugin-prismic
Eleventy plugin and shortcodes to fetch and present Prismic content
Stars: ✭ 39 (-36.07%)
Mutual labels:  eleventy, 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 (-63.93%)
Mutual labels:  eleventy, 11ty
htmlrecipes
A collection of quick copy HTML snippets for a variety of common scenarios.
Stars: ✭ 113 (+85.25%)
Mutual labels:  eleventy, 11ty
smix-eleventy-starter
A standards-respecting starter kit for Eleventy. Go Indie.
Stars: ✭ 108 (+77.05%)
Mutual labels:  eleventy, 11ty
eleventy-plugin-svelte
Eleventy plugin to support svelte templates
Stars: ✭ 40 (-34.43%)
Mutual labels:  eleventy, 11ty
eleventy bundler
NOT RECOMMENDED FOR USE; see README
Stars: ✭ 19 (-68.85%)
Mutual labels:  eleventy, 11ty
11ty-tailwind-jit
Try editing some Tailwind in this repo while running in dev. It's SO FAST!
Stars: ✭ 17 (-72.13%)
Mutual labels:  eleventy, 11ty

Smol Eleventy Starter

Extremely minimal Eleventy starter to kickstart a simple multi-page site / a nearly opinionless foundation to continue building on.

Quick Start

  1. Generate a repo from this template which will copy this project into your own new repo. Note: You must be signed in to GitHub for this link to work, else visit the repo directly.

  2. Once cloned, run npm install to install 11ty. Then run npm start to run 11ty in serve mode which will create a local server including hot-reload via BrowserSync.

    • Use npm run build to run a production version.
  3. Open src/_data/meta.js and adjust the values to your details.

  4. Edit index.md to change the home page, and then create content within src/pages using any templating format you prefer to add content.

Review the resources available at 11ty Rocks to learn how to apply more customizations, including adding custom data sources and reviewing what template languages are available.

Learn More About Eleventy

Where to go from here?

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