All Projects → ttntm → 11ty-landing-page

ttntm / 11ty-landing-page

Licence: MIT license
A simple landing page built with 11ty and Tailwind CSS.

Programming Languages

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

Projects that are alternatives of or similar to 11ty-landing-page

smol-11ty-starter
Extremely minimal Eleventy starter to kickstart a simple multi-page site / a nearly opinionless foundation to continue building on.
Stars: ✭ 61 (-36.46%)
Mutual labels:  11ty-template, 11ty-starter
Heimdall
As the name suggests Heimdall Application Dashboard is a dashboard for all your web applications. It doesn't need to be limited to applications though, you can add links to anything you like.
Stars: ✭ 3,501 (+3546.88%)
Mutual labels:  landingpage
tailwindcss-postcss-browsersync-boilerplate
Tailwind CSS + PostCSS + BrowserSync boilerplate
Stars: ✭ 28 (-70.83%)
Mutual labels:  tailwind-css
Tailwind Starter Kit
Tailwind Starter Kit a beautiful extension for TailwindCSS, Free and Open Source
Stars: ✭ 4,434 (+4518.75%)
Mutual labels:  tailwind-css
agilitycms-nextjs-starter
A sample Next.js starter site that uses Agility CMS and aims to be a foundation for building fully static sites using Next.js and Agility CMS.
Stars: ✭ 19 (-80.21%)
Mutual labels:  tailwind-css
mautic-plugin-grapesbuilder
Grapesjs integration for Mautic
Stars: ✭ 23 (-76.04%)
Mutual labels:  landingpage
tailwind
A Tailwind CSS implementation in Go
Stars: ✭ 27 (-71.87%)
Mutual labels:  tailwind-css
svelte-pwa-now
A PWA ready Svelte v3.0 starter template with Tailwind, Now integration and optional Typescript suppot
Stars: ✭ 138 (+43.75%)
Mutual labels:  tailwind-css
Ant Design Landing
🚵 Landing Pages of Ant Design System
Stars: ✭ 4,425 (+4509.38%)
Mutual labels:  landingpage
Next-JS-Landing-Page-Starter-Template
🚀 Free NextJS Landing Page Template written in Tailwind CSS 3 and TypeScript ⚡️ Made with developer experience first: Next.js 12 + TypeScript + ESLint + Prettier + Husky + Lint-Staged + VSCode + Netlify + PostCSS + Tailwind CSS
Stars: ✭ 521 (+442.71%)
Mutual labels:  tailwind-css
cra-tailwindcss
Integrate Tailwind CSS in a Create React App setup
Stars: ✭ 105 (+9.38%)
Mutual labels:  tailwind-css
play-tailwind
Play is free and open source Tailwind CSS template for - Startup, SaaS, Apps, Business and More. It comes with a high-quality design and all essential components & pages you need to launch a complete website.
Stars: ✭ 60 (-37.5%)
Mutual labels:  tailwind-css
Freecodecamp-responsive-web-design-projects
Freecodecamp-responsive-web-design-projects solution github
Stars: ✭ 24 (-75%)
Mutual labels:  landingpage
memento-svelte-electron-typescript
Template to create a desktop app with Svelte, TailwindCSS, Electron and TypeScript (with electron-updater, electron-reload and electron-builder)
Stars: ✭ 27 (-71.87%)
Mutual labels:  tailwind-css
tailwind-dashboard-template
Mosaic Lite is a free admin dashboard template built on top of Tailwind CSS and fully coded in React. Made by
Stars: ✭ 1,662 (+1631.25%)
Mutual labels:  tailwind-css
laravel-mix-tailwindcss-purgecss
Minimal Boilerplate for building static pages based on Laravel Mix 6, TailwindCSS 3, PostCSS 8, and ES6 Vanilla JS components.
Stars: ✭ 15 (-84.37%)
Mutual labels:  tailwind-css
tailwind-ui-components
Free Tailwind CSS UI Components - Crafted for modern websites, landing pages and web apps. TailGrids Core is free and open-source so, feel free to use with your personal or commercial projects. If you would like to show your support and love, don't forget to give us a star 🌟
Stars: ✭ 49 (-48.96%)
Mutual labels:  tailwind-css
Twin.macro
🦹‍♂️ Twin blends the magic of Tailwind with the flexibility of css-in-js (emotion, styled-components, stitches and goober) at build time.
Stars: ✭ 5,137 (+5251.04%)
Mutual labels:  tailwind-css
tailwindcss-open-template
🛬 An implementation of the “Open” landing page template using Tailwind CSS Boilerplate.
Stars: ✭ 115 (+19.79%)
Mutual labels:  tailwind-css
github-markdown-tailwindcss
⛵ Replicate GitHub Flavored Markdown with Tailwind CSS components
Stars: ✭ 100 (+4.17%)
Mutual labels:  tailwind-css

11ty-landing-page

A simple landing page built with 11ty and Tailwind CSS.

Port of the Hugo Version

How to use this template

Requirements:

  1. Eleventy (developed and tested with version 0.12.1)
  2. Tailwind CSS

All other dependencies are either linked from a CDN or included in this repository.

Setup:

  1. Fork, clone or download
  2. cd into the root folder
  3. run npm install
  4. run npm run serve
  5. open a browser and go to http://localhost:8080

Basic configuration:

  1. Eleventy -> ./.eleventy.js
  2. Tailwind -> ./tailwind.config.js
  3. Netlify -> ./netlify.toml

CSS is built via PostCSS and based on ./src/_includes/css/_page.css. Building CSS gets triggered by ./src/css/page.11ty.js and Tailwind's config is set to JIT (see: Tailwind docs)

Please note that this CSS build does not include the normalize.css file used for the 2 regular pages (imprint, privacy) - a minified production version is stored in ./src/static/css and gets included in the build by default.

Change Content:

Page content is stored in

  • ./src/
    • imprint.md
    • privacy.md
  • ./src/sections/
  • ./src/_data/features.json

Change Templates/Layout:

Page structure and templates are stored in ./src/_layouts/ and can be edited there.

Best have a look at ./layouts/base.njk first to understand how it all comes together - the page itself is constructed from partial templates stored in ./src/includes/ and each section has a corresponding template file (section.**.njk) stored there.

index.njk in ./src/ arranges everything, meaning that sections can be added/re-ordered/removed/... there.

Change images:

Images are stored in ./static/img/; everything in there can be considered a placeholder that should eventually be replaced with your actual production images.

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