bloginamatrix.xyz/README.md
array-in-a-matrix 8cf51b1d0b corrections
2024-01-15 15:08:45 -05:00

754 B

Blog in a Matrix

New blog site using Astro.

Workflow

Articles are written in markdown or MDX (I am using Joplin) then exported to /src/content/blog. The site can render $\KaTeX$ and Mermaid content.

Development

Setup

Install dependencies:

pnpm install

Dev Server

Start a development server using the following command:

pnpm dev --open --host

The site should be now accessible at http://localhost:4321/. A specific port can be specified using --port flag.

Build Site

Build deployable site:

pnpm astro build

Built site can now be found at /dist.