3) Remove the contents ofsrc/assets/stylesheets/css/samplefolder.
4) The templates for the site are present in thesrc/_includesfolder.
5) Copy the contents of the header HTML code to thesrc/_includes/partials/header.htmlfile.
6) Copy the contents of footer file to thesrc/_includes/partials/footer.htmlfile
7) Copy the CSS files tosrc/assets/stylesheets/cssfolder
8) Now, you can create the index page for your blog site by editing thesrc/index.htmlfile
9) Next, you need to link the CSS files to Default and Post template. Go tosrc/_includes/partials/foundationflexgrid.htmlfile and link them as per sample links given in the file
10) You can add Matomo analytics using the src/assets/js/analytics.js file and linking the js file in layouts/default.html and layouts/post.html file.
This will give you a basic site based on 11ty for stand-alone projects.