File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
2
.DS_Store
3
+ dev
4
+ public
Original file line number Diff line number Diff line change 4
4
"description" : " simple 11ty and Bootstrap5 boilerplate" ,
5
5
"license" : " MIT" ,
6
6
"private" : " true" ,
7
+ "publishConfig" : { "registry" : " https://npm.pkg.github.com/" },
7
8
"main" : " index.html" ,
8
9
"scripts" : {
9
10
"build" : " npm run clean && npm run clean-prod && npx eleventy && gulp sass && gulp minify-css && gulp dist-assets && gulp prod-copy && gulp inject-min-css && gulp purgecss && gulp minify-html" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ layout: layouts/base.njk
7
7
<h1 class =" display-1 text-white" >
8
8
<strong >11straps</strong > is a static website boilerplate. It combines Eleventy with Bootstrap 5.
9
9
</h1 >
10
- <div class =" btn btn-light btn-lg px-5 mt-4 py-2 mr-2" >Download</div ><a class =" btn btn-link text-light btn-lg mt-4 py-2" >Github</a >
10
+ <div class =" btn btn-light btn-lg px-5 mt-4 py-2 mr-2" >Download</div ><a class =" btn btn-link text-light btn-lg mt-4 py-2" href = " https://github.com/holger1411/11straps " >Github</a >
11
11
</div >
12
12
13
13
<!-- <div class="col col-12 col-lg-8 mt-5">
You can’t perform that action at this time.
0 commit comments