Eleventy by example create powerful, performant websites with a static-first strategy

Book Cover
Average Rating
Published
Birmingham : Packt Publishing, Limited, 2023.
Status
Available Online

Description

Loading Description...

More Details

Format
Edition
1st edition.
Language
English
ISBN
9781804618622, 1804618624

Notes

General Note
Description based upon print version of record.
General Note
Creating a pop-up gallery
Description
Build faster static sites by leveraging CDN and creating custom tools and workflows with 5 real-world projects Purchase of the print or Kindle book includes a free PDF eBook Key Features Learn how to use and extend 11ty, one of the most flexible static site generators in the industry. Optimize your experience by customizing 11ty to suit various projects' needs Create request-time experiences without recreating templates with 11ty Serverless Book Description 11ty is the dark horse of the Jamstack world, offering unparalleled flexibility and performance that gives it an edge against other static site generators such as Jekyll and Hugo. With it, developers can leverage the complete Node ecosystem and create blazing-fast, static-first websites that can be deployed from a content delivery network or a simple server. This book will teach you how to set up, customize, and make the most of 11ty in no time. Eleventy by Example helps you uncover everything you need to create your first 11ty website before diving into making more complex sites and extending 11ty's base functionality with custom short codes, plugins, and content types. Over the course of 5 interactive projects, you'll learn how to build basic websites, blogs, media sites, and static sites that will respond to user input without the need for a server. With these, you'll learn basic 11ty skills such as templates, collections, and data use, along with advanced skills such as plugin creation, image manipulation, working with a headless CMS, and the use of the powerful 11ty Serverless plugin. By the end of this book, you'll be well-equipped to leverage the capabilities of 11ty by implementing best practices and reusable techniques that can be applied across multiple projects, reducing the website launch time. What you will learn Create a basic website with reusable templates and globally available data Build a blog using 11ty's collections Set up a photography site that uses the 11ty Image plugin to deploy properly sized images Connect a content management system to provide an enhanced editor and developer experience Model an enhanced search experience with no dedicated server through serverless functions and 11ty Serverless Boost productivity by creating custom 11ty tools and plugins Who this book is for This book is for anyone looking to build efficient websites while shipping less JavaScript to the client. Strong knowledge of HTML and CSS and beginner-level knowledge of JavaScript and the Node.js ecosystem, including querying APIs is a must.
Local note
O'Reilly O'Reilly Online Learning: Academic/Public Library Edition

Discover More

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Robinson, B. (2023). Eleventy by example: create powerful, performant websites with a static-first strategy (1st edition.). Packt Publishing, Limited.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Robinson, Bryan. 2023. Eleventy By Example: Create Powerful, Performant Websites With a Static-first Strategy. Birmingham: Packt Publishing, Limited.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Robinson, Bryan. Eleventy By Example: Create Powerful, Performant Websites With a Static-first Strategy Birmingham: Packt Publishing, Limited, 2023.

Harvard Citation (style guide)

Robinson, B. (2023). Eleventy by example: create powerful, performant websites with a static-first strategy. 1st edn. Birmingham: Packt Publishing, Limited.

MLA Citation, 9th Edition (style guide)

Robinson, Bryan. Eleventy By Example: Create Powerful, Performant Websites With a Static-first Strategy 1st edition., Packt Publishing, Limited, 2023.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
418901ce-fceb-b086-7366-4caf5a7fb18f-eng
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work ID418901ce-fceb-b086-7366-4caf5a7fb18f-eng
Full titleeleventy by example create powerful performant websites with a static first strategy
Authorrobinson bryan
Grouping Categorybook
Last Update2025-01-24 12:33:29PM
Last Indexed2025-05-22 03:12:57AM

Book Cover Information

Image Sourcegoogle_isbn
First LoadedJan 25, 2025
Last UsedFeb 4, 2025

Marc Record

First DetectedDec 16, 2024 11:24:50 PM
Last File Modification TimeDec 17, 2024 08:24:20 AM
SuppressedRecord had no items

MARC Record

LEADER07205cam a22004937a 4500
001on1376931864
003OCoLC
00520241217082254.0
006m     o  d        
007cr cnu||||||||
008230422s2023    enk     o     000 0 eng d
019 |a 1377256949
020 |a 9781804618622
020 |a 1804618624
035 |a (OCoLC)1376931864|z (OCoLC)1377256949
037 |a 9781804610497|b O'Reilly Media
037 |a 10251297|b IEEE
040 |a EBLCP|b eng|c EBLCP|d YDX|d ORMDA|d OCLCF|d IEEEE|d OCLCO
049 |a MAIN
050 4|a TK5105.888
08204|a 005.7/2|2 23/eng/20230515
1001 |a Robinson, Bryan,|e author.
24510|a Eleventy by example|h [electronic resource] :|b create powerful, performant websites with a static-first strategy /|c Bryan Robinson.
250 |a 1st edition.
260 |a Birmingham :|b Packt Publishing, Limited,|c 2023.
300 |a 1 online resource (198 p.)
500 |a Description based upon print version of record.
500 |a Creating a pop-up gallery
5050 |a Cover -- Copyright -- Contributors -- Table of Contents -- Preface -- Chapter 1: Setting Up Your Website -- Technical requirements -- What are static site generators and why are they important? -- What is 11ty? -- Running 11ty with no configuration -- Installing 11ty -- Running 11ty -- Configuring 11ty -- Understanding the difference between a page, template, and layout -- Creating the base layout file -- What's this {{ }} doing in my HTML? -- What happened to the head and footer? -- Creating reusable includes -- Summary -- Further reading -- Chapter 2: Adding Data to Your 11ty Website
5058 |a Technical requirements -- Understanding the 11ty Data Cascade -- Computed data -- Page frontmatter -- Template data files -- Directory data files -- Layout frontmatter -- Configuration API global data -- Global data files -- Adding data for each page -- Adding variable data to the home page -- Writing conditionals to display no markup if data doesn't exist -- Adding About page data and content -- Adding an array to the frontmatter and looping through it in a page -- Adding data to external files -- Creating a template data file for the home page triptych
5058 |a Moving the About page to its own directory -- Adding global data -- Adding dynamic global data -- Summary -- Chapter 3: Deploying to a Static Site Host -- Technical requirements for hosting 11ty websites -- How will the host build files? -- How are the files served? -- What other services does the host provide? -- Deploying 11ty manually -- Deploying to a static site host -- Setting up a GitHub repository -- Deploying 11ty to Netlify -- Deploying to Cloudflare Pages -- Summary -- Chapter 4: Building a Blog with Collections -- Technical requirements -- What is a collection?
5058 |a Creating a collection with directory data and Markdown -- Creating directory data for use in each post -- Creating a custom template for blog posts -- Adding content dates to blog posts -- Displaying the next or previous blog post -- Creating a paginated list of blog posts -- Paginating the list page -- Creating dynamic category pages -- Summary -- Chapter 5: Creating Custom Shortcodes to Add Mixed Media to Markdown -- Technical requirements -- What is a shortcode? -- Creating a YouTube embed -- Getting the correct markup for a YouTube embed -- Setting up the shortcode
5058 |a Creating a custom blockquote with semantic HTML -- Creating the proper semantic HTML for a block quote -- Setting up the shortcode -- Creating a CodePen embed -- Getting the proper markup from CodePen -- Building the shortcode -- Summary -- Chapter 6: Building a Photography Site with the 11ty Image Plugin -- Technical requirements -- Setting up the basic project with collections -- Writing a data file to automatically create an image array for each post -- Installing and configuring the Image plugin -- Creating specialized layouts for different gallery -- Creating a side-scrolling gallery
520 |a Build faster static sites by leveraging CDN and creating custom tools and workflows with 5 real-world projects Purchase of the print or Kindle book includes a free PDF eBook Key Features Learn how to use and extend 11ty, one of the most flexible static site generators in the industry. Optimize your experience by customizing 11ty to suit various projects' needs Create request-time experiences without recreating templates with 11ty Serverless Book Description 11ty is the dark horse of the Jamstack world, offering unparalleled flexibility and performance that gives it an edge against other static site generators such as Jekyll and Hugo. With it, developers can leverage the complete Node ecosystem and create blazing-fast, static-first websites that can be deployed from a content delivery network or a simple server. This book will teach you how to set up, customize, and make the most of 11ty in no time. Eleventy by Example helps you uncover everything you need to create your first 11ty website before diving into making more complex sites and extending 11ty's base functionality with custom short codes, plugins, and content types. Over the course of 5 interactive projects, you'll learn how to build basic websites, blogs, media sites, and static sites that will respond to user input without the need for a server. With these, you'll learn basic 11ty skills such as templates, collections, and data use, along with advanced skills such as plugin creation, image manipulation, working with a headless CMS, and the use of the powerful 11ty Serverless plugin. By the end of this book, you'll be well-equipped to leverage the capabilities of 11ty by implementing best practices and reusable techniques that can be applied across multiple projects, reducing the website launch time. What you will learn Create a basic website with reusable templates and globally available data Build a blog using 11ty's collections Set up a photography site that uses the 11ty Image plugin to deploy properly sized images Connect a content management system to provide an enhanced editor and developer experience Model an enhanced search experience with no dedicated server through serverless functions and 11ty Serverless Boost productivity by creating custom 11ty tools and plugins Who this book is for This book is for anyone looking to build efficient websites while shipping less JavaScript to the client. Strong knowledge of HTML and CSS and beginner-level knowledge of JavaScript and the Node.js ecosystem, including querying APIs is a must.
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
650 0|a Web site development.|9 72879
650 0|a Web sites|x Design.|9 72483
650 0|a Application software|x Development.|9 70680
77608|i Print version:|a Robinson, Bryan|t Eleventy by Example|d Birmingham : Packt Publishing, Limited,c2023
85640|u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781804610497/?ar|x O'Reilly|z eBook
938 |a ProQuest Ebook Central|b EBLB|n EBL30495274
938 |a YBP Library Services|b YANK|n 19885153
994 |a 92|b VIA
999 |c 359155|d 359155