A blog for sharing a topic related to FOSS, Sports and Random things.
- Deno and Lume static site generator
- A simple and minimal
lume
theme - https://github.com/lumeland/theme-simple-blog
import lume from "lume/mod.ts";
import blog from "https://raw.githubusercontent.com/lumeland/theme-simple-blog/main/mod.ts";
const site = lume();
site.use(blog());
export default site;
- Vento template engine
- Markdown
- Free Static Site Hosting at Cloudflare Pages
MIT