Skip to content

I made this to use while I learn and experiment with 11ty. It's supposed to be a super basic starting point so I can skip some of the setup. I don't know if I have done this correctly or if works...

stieglitzz/a-really-basic-11ty-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A really basic 11ty starter.

What's been setup/installed:

  • 11ty
  • .eleventy.js
    return {
      markdownTemplateEngine: "njk",
      dataTemplateEngine: "njk",
      htmlTemplateEngine: "njk",
      dir: {
        input: "src",
        output: "dist",
      },
    };
    
  • .gitignore
  • package.json
  • index.md

Running locally

npm start

References

https://learn-eleventy.pages.dev/lesson/2/

About

I made this to use while I learn and experiment with 11ty. It's supposed to be a super basic starting point so I can skip some of the setup. I don't know if I have done this correctly or if works...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published