Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A a11yproject.com
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The A11Y Project
  • a11yproject.com
  • Merge requests
  • !1301

Use directory data files to deduplicate post front matter

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged EJ Mason requested to merge feature/use-directory-data-files into main Jun 29, 2021
  • Overview 9
  • Commits 11
  • Pipelines 0
  • Changes 54

Summary

This PR utilizes Eleventy's template data files, and Eleventy computed data, to DRY up the front matter required for both posts and announcements. Before, each post required explicit layout and eleventyNavigation keys; now they do not.

Hopefully, this will reduce some repeated effort for all of us, and also eliminate some overhead for our contributors, who should not need to know about this front matter.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/use-directory-data-files