Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Microflash/site.v2

Repository files navigation

Microflash deploy

Personal website of @naiyerasif

Development

  • Install Deno and Lume
  • Run lume --serve to serve the site at port 8080
  • Run lume to generate a production build

Deployment

The deployment on Netlify is automated through GitHub Actions.

Affordances

Install Velociraptor to use the affordances.

Creating a draft

vr post -t '${title}' -c '${category}' -d '${date in YYYY-MM-DD HH:mm:ss format}' -h '${comma separated tags}'

The draft will be created in .workspace/posts directory.

License

The source code of this site is available under MIT, the content under CC BY-SA 4.0.