All Projects â†’ holger1411 â†’ 11straps

holger1411 / 11straps

Licence: MIT license
11straps is a static website boilerplate. It combines Eleventy with Bootstrap 5. 🎉

Programming Languages

SCSS
7915 projects
Nunjucks
165 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to 11straps

trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (+200%)
Mutual labels:  static-site-generator, netlify, eleventy
Gatsby Advanced Starter
A high performance skeleton starter for GatsbyJS that focuses on SEO/Social features/development environment.
Stars: ✭ 1,224 (+1340%)
Mutual labels:  static-site-generator, netlify
Netlify Cms React Starter
A starter project for creating lightning-fast, offline-first websites with Netlify-CMS and React
Stars: ✭ 78 (-8.24%)
Mutual labels:  static-site-generator, netlify
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡ī¸ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (+57.65%)
Mutual labels:  static-site-generator, netlify
Wowchemy Hugo Modules
đŸ”Ĩ Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创åģē在įēŋč¯žį¨‹īŧŒå­Ļ术įŽ€åŽ†æˆ–初创įŊ‘įĢ™ã€‚
Stars: ✭ 6,093 (+7068.24%)
Mutual labels:  static-site-generator, netlify
Gatsby Starter Ghost
A starter template to build lightning fast websites with Ghost & Gatsby
Stars: ✭ 752 (+784.71%)
Mutual labels:  static-site-generator, netlify
Profileio
Static site and resume generator from YAML based profile for students and researchers. Generates ready to deploy branches via github actions.
Stars: ✭ 122 (+43.53%)
Mutual labels:  static-site-generator, netlify
xStatic-for-Umbraco
This is a static site generator built for Umbraco so that you can host simple Umbraco sites on fast and cheap hosting providers such as netlify.
Stars: ✭ 25 (-70.59%)
Mutual labels:  static-site-generator, netlify
Gatsby Starter Netlify Cms
Example gatsby + netlify cms project
Stars: ✭ 1,932 (+2172.94%)
Mutual labels:  static-site-generator, netlify
Bael Template
Brutalist Blog theme for Netlify CMS
Stars: ✭ 187 (+120%)
Mutual labels:  static-site-generator, netlify
Jamstack Web Starter
Static website workflow utilising Eleventy, Tailwind CSS, Webpack and PostCSS.
Stars: ✭ 198 (+132.94%)
Mutual labels:  static-site-generator, netlify
Headlesscms.org
Source for headlesscms.org
Stars: ✭ 628 (+638.82%)
Mutual labels:  static-site-generator, netlify
Eleventy Netlify Boilerplate
A template for building a simple website with the Eleventy static site generator
Stars: ✭ 359 (+322.35%)
Mutual labels:  static-site-generator, netlify
Wp2static
WordPress static site generator for security, performance and cost benefits
Stars: ✭ 952 (+1020%)
Mutual labels:  static-site-generator, netlify
Skeleventy
A skeleton boilerplate built with Eleventy.
Stars: ✭ 318 (+274.12%)
Mutual labels:  static-site-generator, netlify
Eleventy
A simpler static site generator. An alternative to Jekyll. Transforms a directory of templates (of varying types) into HTML.
Stars: ✭ 10,867 (+12684.71%)
Mutual labels:  static-site-generator, eleventy
Emacs Easy Hugo
Emacs major mode for managing hugo
Stars: ✭ 235 (+176.47%)
Mutual labels:  static-site-generator, netlify
snipcart-hugo-integration
Hugo Website Tutorial with a Live Static E-Commerce Example
Stars: ✭ 38 (-55.29%)
Mutual labels:  static-site-generator, netlify
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 (-55.29%)
Mutual labels:  static-site-generator, eleventy
Eleventy Starter Boilerplate
🚀 Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚡ Built with Eleventy, ESLint, Prettier, Webpack, PostCSS, Tailwind CSS and Netlify CMS (optional).
Stars: ✭ 139 (+63.53%)
Mutual labels:  static-site-generator, netlify

11straps = 11ty + Bootstrap5

Netlify Status

Live Demo: 11straps.com

What is 11straps?

11straps is a simple boilerplate. It combines the static site generator 11ty with the CSS framework Bootstrap 5 and is stitched together with some npm and Gulp magic dust. It minifies and purges the CSS file (so it removes any unused CSS) and comes with a static server and browser sync support for your local development.

Requirements

You need Node (at least v8+) on your computer. To check if you have node and what version run this command in your terminal:

node --version

Want to try it out now?

Deploy to Netlify

Installation

Download and extract the latest release or checkout the main branch of this repo. Fire up your terminal, go to the new folder and run:

npm install

Now you are good to go.

Build it for dev

To build your static website for local development run:

npm run build-dev

This will build the static website into the /dev folder without all the minifiying and purging stuff (<- much faster and a more human friendly code output, but a much bigger package)

Run in dev mode

To run the build-dev task automatically on file changes run:

npm run watch

That will run a local server from /dev folder and connects browser sync to it. On changes within the /src folder it will run the npm run build-dev command automatically and will refresh your browser.

Build it for prod

If you are done with your dev work and happy with it its time to deploy your static website into the wild wild west (www). To build your static website for a prod deployment run:

npm run build

That will output the full site, with purged and minified CSS and minified html. The output will be stored in the /public folder.

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