eleventy-starter | Eleventy starting point with Tailwind and Svelte | Frontend Framework library
kandi X-RAY | eleventy-starter Summary
kandi X-RAY | eleventy-starter Summary
ARCHIVED: An Eleventy starting point with Tailwind and Svelte preconfigured.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of eleventy-starter
eleventy-starter Key Features
eleventy-starter Examples and Code Snippets
Community Discussions
Trending Discussions on eleventy-starter
QUESTION
On my 11ty site (skeleventy-starter) I want to parse hundreds of reviews. These reviews are stored in my data folder in a folder called reviews as individual yaml-files (named like this: "entry-7128372832.yml"). Each yaml file looks like this:
...ANSWER
Answered 2020-Jul-02 at 02:32You need to change the file extensions for all of the _data/entry-*.yml
files to use the .yaml
extension (note the additional a
).
The official file extension recommended by the YAML team is .yaml
; however, .yml
is also common out in the wild (see this SO question for a quick dive).
The code sample for YAML support in the Custom Data File Format docs is written to support the official .yaml
extension.
In this line of your 11ty config "yaml"
represents a literal file extension to support, not just the name of the colloquial name of the language:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install eleventy-starter
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page