All Projects → 5t3ph → 11ty Netlify Jumpstart

5t3ph / 11ty Netlify Jumpstart

Licence: isc
Quickly launch an 11ty-generated static site. Includes a minimal Sass framework, and generated sitemap, RSS feed, and social share preview images.

Projects that are alternatives of or similar to 11ty Netlify Jumpstart

Functions
Tutorials, examples, workshops and a playground for serverless with Netlify Functions
Stars: ✭ 463 (+279.51%)
Mutual labels:  jamstack, scss
Stackbit Theme Planty
Planty is an e-commerce ready theme for Stackbit, powered by Snipcart.
Stars: ✭ 151 (+23.77%)
Mutual labels:  jamstack, scss
Ngx Starter Kit
🅰️ Angular 🚀 NestJS 🐒 Starter Kit
Stars: ✭ 479 (+292.62%)
Mutual labels:  jamstack, scss
Skeleventy
A skeleton boilerplate built with Eleventy.
Stars: ✭ 318 (+160.66%)
Mutual labels:  jamstack, scss
Alembic
⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website
Stars: ✭ 501 (+310.66%)
Mutual labels:  jamstack, scss
React Product Card
Animated Product Card with the help of React and SCSS (PWA)
Stars: ✭ 116 (-4.92%)
Mutual labels:  scss
Fenix
A simple and visual static web server with collaboration features.
Stars: ✭ 1,559 (+1177.87%)
Mutual labels:  jamstack
Css
The CSS design system that powers GitHub
Stars: ✭ 10,670 (+8645.9%)
Mutual labels:  scss
Rollup Plugin Styles
🎨 Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more.
Stars: ✭ 116 (-4.92%)
Mutual labels:  scss
Theme
The gorgeous default NativeScript theme, currently under active development
Stars: ✭ 120 (-1.64%)
Mutual labels:  scss
Quickmenu
The new era of mobile navigation for the web, we're out of hamburgers.
Stars: ✭ 119 (-2.46%)
Mutual labels:  scss
Angularoflegends
Full Client clone developed by Riot Games for the League of Legends game
Stars: ✭ 119 (-2.46%)
Mutual labels:  scss
Ocamlverse.github.io
Documentation of everything relevant in the OCaml world
Stars: ✭ 117 (-4.1%)
Mutual labels:  scss
Sscss
Light Sass lib for managing your font-size, margin, padding, and position values across breakpoints.
Stars: ✭ 119 (-2.46%)
Mutual labels:  scss
Cheatsheets
My cheatsheets
Stars: ✭ 11,142 (+9032.79%)
Mutual labels:  scss
Refills
Refills is maintained by the thoughtbot design team. It is funded by thoughtbot, inc. and the names and logos for thoughtbot are trademarks of thoughtbot, inc.
Stars: ✭ 1,523 (+1148.36%)
Mutual labels:  scss
React Redux Starter
A basic template that consists of the essential elements that are required to start building a Single Page Application using React, React Router, Redux, Bootstrap 4, Sass, and Webpack
Stars: ✭ 116 (-4.92%)
Mutual labels:  scss
For The Badge
Badges for badges' sake.
Stars: ✭ 1,610 (+1219.67%)
Mutual labels:  scss
Font Awesome Scss
Font Awesome Scss Core (Unofficial)
Stars: ✭ 119 (-2.46%)
Mutual labels:  scss
Hugo Theme Techdoc
The Techdoc is a Hugo Theme for technical documentation.
Stars: ✭ 118 (-3.28%)
Mutual labels:  scss

11ty Netlify Jumpstart

Created by Stephanie Eckles (@5t3ph)

Visit 11ty-netlify-jumpstart.netlify.app for all the feature details - or go ahead and generate a new repo from the template to view the information locally.

Quick Start

  1. Generate a repo from this template which will copy this project into your own new repo.

  2. Once cloned, run npm install to install 11ty and other dependencies. Then run npm start to run both 11ty and sass in watch mode. Use npm run build to run a production version, which will also generate social share preview images.

  3. Open src/_data/meta.js and adjust the values to your details.

  4. Review the styling documentation for the included minimal Sass framework, particularly the theme variables, to quickly customize the starter.

  5. Edit _includes/home.njk to change the home page - including changing the template type if desired - and then create content within _pages using any templating format you prefer to add content.

  6. Check out the About page for expanded details on included features of this starter.

  7. Review the 11ty documentation to more deeply apply customizations, including adding custom data sources and reviewing what template languages are available.

Is Netlify hosting required?

It's not required, but highly recommended, and is also how the build process is setup to run against.

Development Scripts

npm start

Run 11ty with hot reload at localhost:8080

npm run build

Production build includes minified, autoprefixed CSS and social preview image generation

Use this as the "Publish command" if needed by hosting such as Netlify.

Feedback welcome!

You can file it as an issue.

Buy me a coffee

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