Skip to content

Commit

Permalink
Add sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
piellardj committed Jan 15, 2024
1 parent 6ad9f96 commit b563538
Show file tree
Hide file tree
Showing 8 changed files with 472 additions and 8 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="icon" type="image/png" href="favicons/favicon-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" href="favicons/apple-touch-icon-120x120-precomposed.png" sizes="120x120">
<link rel="apple-touch-icon" href="favicons/apple-touch-icon-152x152-precomposed.png" sizes="152x152">
<link rel="stylesheet" type="text/css" href="css/page.css?v=2024-01-15T16%3A09%3A45.152Z">
<link rel="stylesheet" type="text/css" href="css/page.css?v=2024-01-15T16%3A37%3A13.536Z">
</head>

<body>
Expand Down Expand Up @@ -806,11 +806,11 @@ <h2 class="card-title">Sampler 2D</h2>
<script type="text/javascript">
var Page = Page || {};
Object.defineProperty(Page, "version", {
value: "2024-01-15T16%3A09%3A45.152Z",
value: "2024-01-15T16%3A37%3A13.536Z",
writable: false,
});
</script>
<script src="script/page.min.js?v=2024-01-15T16%3A09%3A45.152Z"></script>
<script src="script/page.min.js?v=2024-01-15T16%3A37%3A13.536Z"></script>
</body>

</html>
71 changes: 70 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"generate-page": "ts-node-script src/generate-page.ts .",
"build": "npm run generate-page",
"rebuild": "npm run clean && npm run build",
"clean": "shx rm -rf css images/*.* script favicons *.html"
"clean": "shx rm -rf css images/*.* script favicons *.html sitemap.xml"
},
"engines": {
"node": ">=20.5.1"
Expand All @@ -21,8 +21,10 @@
"@types/sharp": "^0.32.0",
"sharp": "^0.33.2",
"shx": "^0.3.4",
"sitemap": "^7.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"webpage-templates": "github:piellardj/webpage-templates"
"webpage-templates": "github:piellardj/webpage-templates",
"xml-formatter": "^3.6.0"
}
}
Loading

0 comments on commit b563538

Please sign in to comment.