Eleventy Content Pages

The content on this page is created by you in group sessions. The questions are provided by Prof Stein and the answers by students.

Where are Content pages saved in the 11ty folder structure?

The content pages are saved in the Markdown.

What is Front Matter and What kind of information is stored there?

The front matter is on the head section of the markdown file, the text before the main content. It tells the browser the title and type of document.

What Languages are used in Content pages?

  1. YAML
  2. Markdown
  3. HTML

What kind of web page content can Markdown be used for and what can it not be used for?

Markdown, a subset of HTML, can be used to create simple things like headers and lists with shortcuts but is limited to other HTML properties such as classes and containers.

Resources

Add links to resources that you found helpful in answering the questions.

https://miro.com/app/board/o9J_lq6P2Hc=/?invite_link_id=389883412754

Leave a comment