AlKYala / notation-census-project

Apache License 2.0
0 stars 1 forks source link

Set up basic landing page #2

Open AlKYala opened 2 months ago

AlKYala commented 2 months ago

As a developer, I want to set up a basic landing page using Eleventy to understand its templating system and build process, enabling me to create a foundation for the Notation Census project.

Goals:

  1. Gain practical experience with Eleventy's setup and configuration.
  2. Understand Eleventy's templating system and how to create layouts.
  3. Learn how to integrate static assets (CSS, images) into an Eleventy project.
  4. Explore Eleventy's data handling capabilities for dynamic content.

Acceptance Criteria:

  1. Successfully install and configure Eleventy in the project.
  2. Create a basic landing page with a header, main content area, and footer.
  3. Implement a simple navigation menu.
  4. Set up at least one reusable layout template.
  5. Include static assets (CSS file and at least one image) in the build.
  6. Use Eleventy's data capabilities to include dynamic content on the page.
  7. Successfully build and serve the landing page locally.

Tasks: