A simple profile site template
- TypeScript 58.7%
- Nunjucks 41.3%
| .vscode | ||
| _includes | ||
| static | ||
| .gitignore | ||
| _config.ts | ||
| demo.md | ||
| deno.json | ||
| import_map.json | ||
| index.md | ||
| README.md | ||
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.