Commit graph

7 commits

Author SHA1 Message Date
68d2981914 Typeset in Comic Neue
The Comic Neue font provides just the kind of playful and witty tones
that I want my website to communicate.  This is not where you go for
serious business!
2025-05-10 23:31:12 +02:00
07a7386e1d Move scripts and stylesheets into /assets
To keep things organised put the assets supporting pages into
sub-folders in /assets.
2025-02-03 13:32:15 +01:00
fed75e4930 Rename home page to about
This page is all about me and what I've been doing, so it makes more
sense to call it the about page rather than home or index.
2025-02-03 12:57:04 +01:00
3bcf621a1c Reload page when watch restarts serve
Host an EventSource server that notifies current open browser windows
to reload the page when the watch mode has restarted the server.  This
is the last piece to making the page update live after editing and
saving a source file.
2025-02-03 10:30:35 +01:00
9e39cd2388 Set viewport size to inital width
Declare the website width as being responsive to agents so that it
renders at a friendly size on devices that emulate a scaled viewport
by default.
2025-02-02 15:36:14 +01:00
49a329ac43 Add 3d Viewport component
Implement a Viewport component and associated update script that allows
rendering 3d content inside it.  This is based on the implementation
used at Furnavia for their 2025 website.
2025-02-02 15:34:16 +01:00
c8527f17f7 Reorganise source files into src and web
Use a more traditional source code layout with the code located in the
src/ dir and static web content in the web/ dir, while the other places
are for data not related to code or content.
2025-02-02 10:37:42 +01:00
Renamed from content/bases.tsx (Browse further)