monospacee Svelte Themes

Monospacee

Webpage for my DJ duo monospacee. Svelte <3

monospac.ee

Blog style website for the DJ duo monospacee.

Source code is available under the GPLv3 license. Content is available under the CC BY-NC-SA 4.0 license.

Features

  • Blog posts generated from markdown
  • Audio player with song timestamps read from .cue files
  • Progress for each recording saved into Local Storage
  • Keyboard controls for playback and post filtration
  • Programmatically generated OG (social preview) images
  • Programmatically generated podcast RSS feed

Tech Stack

Frontend: SvelteKit, svelte-img, TypeScript, Sass, Pico Css

OG img API: SvelteKit, sveltekit-og, Satori, resvg-js

.md posts MDsveX, remark, rehype, Shiki, Curtail

Audio Mixxx, Ear Tag, Deemix

Deployment Docker, Docker Compose

Run Locally

Clone the project

git clone [email protected]:MihkelMK/monospacee.git

Go to the project directory

cd monospacee

Install dependencies

cd frontend && pnpm install
cd og && pnpm install

Start the OG image API

cd og
pnpm dev

Start the website

cd frontend
pnpm dev

Deployment

Deployment is handled with Docker Compose

In the project root, run

docker compose up --build

This exposes the frontend on localhost:9001 and the OG image API on localhost:9002.

Roadmap

  • Automate adding posts

  • Livestream support (Icecast?)

Color Reference

Color Hex
#a160cd Primary #a160cd
#75c6e6 Secondary #75c6e6
#e7eaee Contrast #e7eaee
#bdc3cb Text #bdc3cb
#14171c Background #14171c

Contributing

Found a bug or error on the site? Suggestion to improve some hacky code?

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Authors

Top categories

Loading Svelte Themes