/site.v2

Personal website of @naiyerasif

Primary LanguageCSSMIT LicenseMIT

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.