Skip to content

Commit 976434f

Browse files
author
LinuxJava7
committed
update package.json
1 parent 0540de9 commit 976434f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "eleventy-base-blog",
2+
"name": "linuxjava7.github.io",
33
"version": "9.0.0",
44
"description": "A starter repository for a blog web site using the Eleventy site generator.",
55
"type": "module",
66
"scripts": {
77
"build": "npx @11ty/eleventy",
88
"build-nocolor": "cross-env NODE_DISABLE_COLORS=1 npx @11ty/eleventy",
9-
"build-ghpages": "npx @11ty/eleventy --pathprefix=/eleventy-base-blog/",
9+
"build-ghpages": "npx @11ty/eleventy --pathprefix=/linuxjava7.github.io/",
1010
"start": "npx @11ty/eleventy --serve --quiet",
11-
"start-ghpages": "npx @11ty/eleventy --pathprefix=/eleventy-base-blog/ --serve --quiet",
11+
"start-ghpages": "npx @11ty/eleventy --pathprefix=/linuxjava7.github.io/ --serve --quiet",
1212
"debug": "cross-env DEBUG=Eleventy* npx @11ty/eleventy",
1313
"debugstart": "cross-env DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
1414
"benchmark": "cross-env DEBUG=Eleventy:Benchmark* npx @11ty/eleventy"
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git://github.com/11ty/eleventy-base-blog.git"
18+
"url": "git://github.com/linuxjava7/linuxjava7.github.io.git"
1919
},
2020
"author": {
2121
"name": "Zach Leatherman",
@@ -31,9 +31,9 @@
3131
"url": "https://opencollective.com/11ty"
3232
},
3333
"bugs": {
34-
"url": "https://github.com/11ty/eleventy-base-blog/issues"
34+
"url": "https://github.com/linuxjava7/linuxjava7.github.io/issues"
3535
},
36-
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
36+
"homepage": "https://github.com/linuxjava7/linuxjava7.github.io#readme",
3737
"devDependencies": {
3838
"@11ty/eleventy": "^3.1.2",
3939
"@11ty/eleventy-img": "^6.0.4",

0 commit comments

Comments
 (0)