A simple profile site template
  • TypeScript 58.7%
  • Nunjucks 41.3%
Find a file
2023-03-21 15:47:33 +08:00
.vscode initial commit 2022-12-09 00:14:54 +08:00
_includes feat: added support for latex and code block 2022-12-09 01:03:59 +08:00
static initial commit 2022-12-09 00:14:38 +08:00
.gitignore build. remove lock file 2023-03-21 15:47:33 +08:00
_config.ts feat: added support for latex and code block 2022-12-09 01:03:59 +08:00
demo.md feat: added support for latex and code block 2022-12-09 01:03:59 +08:00
deno.json initial commit 2022-12-09 00:14:38 +08:00
import_map.json chroe. updated lume 2023-03-21 15:41:51 +08:00
index.md fix. fixed discord link 2023-03-21 15:42:17 +08:00
README.md docs. readme updated 2022-12-09 01:10:32 +08:00

Missing Profile

A simple profile page template using missing.css and lume.

You can checkout the demo at https://m4tsuri.com/demo

Installation

curl -fsSL https://deno.land/x/install/install.sh | sh && deno task serve

Deployment (on cloudflare pages)

Use

curl -fsSL https://deno.land/x/install/install.sh | sh && /opt/buildhome/.deno/bin/deno task build

as deployment command, and _site as build output directory.