Lume🔥 + prose.sh~ = LumeProse 🔥~
A blog, powered by Lume, using template and style from prose.sh
branch my-blog
is the source of my blog: https://fbik.top
- Minimalism
- No JavaScript
- Purely static — no server-side rendering or special middleware required
- Built-in RSS feed support
- Fast and lightweight performance
- Markdown-first content approach
- Fork this repository (make sure to fork only the master branch)
- Import the project into your preferred web hosting service (e.g., Vercel, Netlify, etc.)
- Configure deployment settings:
Setting | Value |
---|---|
Build Command | deno task build |
Output Directory | _site |
Install Command | yarn global add deno |
Ensure you have Deno installed, then run:
deno task build
The built site will be generated in the _site
directory.
MIT