Skip to content

Commit 93f8d86

Browse files
committed
add github link
1 parent 2cf13e0 commit 93f8d86

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules
22
.DS_Store
3+
dev
4+
public

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "simple 11ty and Bootstrap5 boilerplate",
55
"license": "MIT",
66
"private": "true",
7+
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
78
"main": "index.html",
89
"scripts": {
910
"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",

src/index.njk

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: layouts/base.njk
77
<h1 class="display-1 text-white">
88
<strong>11straps</strong> is a static website boilerplate. It combines Eleventy with Bootstrap 5.
99
</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>
1111
</div>
1212

1313
<!--<div class="col col-12 col-lg-8 mt-5">

0 commit comments

Comments
 (0)