Skip to content

Commit

Permalink
Update title/descriptionfor SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
piellardj committed Jan 15, 2024
1 parent 826507a commit 6ad9f96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<head>
<meta charset="utf-8">
<meta name="description" content="Portfolio of small OpenGL and WebGL projects" />
<title>Projects - Jérémie Piellard</title>
<meta name="description" content="This website is a portfolio showcasing my projects. My interests resolve around physical simulation and generative art. I mostly use WebGL and WebGPU for GPGPU in the browser." />
<title>Jérémie Piellard · Portfolio of WebGL and WebGPU projects</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Expand All @@ -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-15T15%3A00%3A12.926Z">
<link rel="stylesheet" type="text/css" href="css/page.css?v=2024-01-15T16%3A09%3A45.152Z">
</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-15T15%3A00%3A12.926Z",
value: "2024-01-15T16%3A09%3A45.152Z",
writable: false,
});
</script>
<script src="script/page.min.js?v=2024-01-15T15%3A00%3A12.926Z"></script>
<script src="script/page.min.js?v=2024-01-15T16%3A09%3A45.152Z"></script>
</body>

</html>
4 changes: 2 additions & 2 deletions src/generate-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ if (process.argv.length !== 3) {
const destinationDir = process.argv[2];

const data = {
title: "Projects - Jérémie Piellard",
description: "Portfolio of small OpenGL and WebGL projects",
title: "Jérémie Piellard · Portfolio of WebGL and WebGPU projects",
description: "This website is a portfolio showcasing my projects. My interests resolve around physical simulation and generative art. I mostly use WebGL and WebGPU for GPGPU in the browser.",
sections: [
{
title: "Web",
Expand Down

0 comments on commit 6ad9f96

Please sign in to comment.