Skip to content

Commit

Permalink
run build script
Browse files Browse the repository at this point in the history
  • Loading branch information
error-four-o-four committed Aug 15, 2024
1 parent 58d9cc0 commit befa6c2
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 3 deletions.
1 change: 1 addition & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h1>p5 <img src="/sketches/static/favicon.svg"> js sketches</h1>
</header>
<main>
<ul id="sketches">
<li><a href="/sketches/views/fusilli-animata/" alt="Link to fusilli-animata">Fusilli-animata</a><span>(2024-08-12)</span></li>
<li><a href="/sketches/views/fusilli/" alt="Link to fusilli">Fusilli</a><span>(2024-07-23)</span></li>
</ul>
<span>... in progress ...</span>
Expand Down
2 changes: 1 addition & 1 deletion dist/static/default.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
main{position:relative;min-height:100vh;display:flex;justify-content:center;align-items:center}
body{overflow:hidden}main{position:relative;display:flex;justify-content:center;align-items:center}
1 change: 1 addition & 0 deletions dist/views/fusilli-animata/index-DCQunS2d.js

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

18 changes: 18 additions & 0 deletions dist/views/fusilli-animata/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<link rel="icon" type="image/svg+xml" href="/sketches/static/favicon.svg">
<link rel="stylesheet" href="/sketches/static/global.css">
<link rel="stylesheet" href="/sketches/static/default.css">
<title>Fusilli Animata - 2024-08-12</title>
<script type="module" crossorigin src="/sketches/views/fusilli-animata/index-DCQunS2d.js"></script>
</head>
<body>
<main>
<div id="wrapper"></div>
</main>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.4/p5.min.js" integrity="sha512-d6sc8kbZEtA2LwB9m/ck0FhvyUwVfdmvTeyJRprmj7Wg9wRFtHDIpr6qk4g/y3Ix3O9I6KHIv6SGu9f7RaP1Gw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</body>
</html>
Expand Down
2 changes: 1 addition & 1 deletion sketches/2024-08-12-fusilli-animata/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
<link rel="stylesheet" href="/static/global.css">
<link rel="stylesheet" href="/static/default.css">
<title>fusilli-animata - 2024-08-12</title>
<title>Fusilli Animata - 2024-08-12</title>
</head>
<body>
<main>
Expand Down
5 changes: 4 additions & 1 deletion vite.options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ import type {
StaticAssetsOptions,
} from './vite.plugins.js';

const input = ['2024-07-23-fusilli'] as const;
const input = [
'2024-08-12-fusilli-animata',
'2024-07-23-fusilli',
] as const;

const project = fileURLToPath(new URL('./', import.meta.url));

Expand Down

0 comments on commit befa6c2

Please sign in to comment.