Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matklad/matklad.github.io

My coding related blog
https://github.com/matklad/matklad.github.io

Last synced: 7 days ago
JSON representation

My coding related blog

Awesome Lists containing this project

README

        

# matklad.github.io

Source code for the blog. The `./src` directory contains a deno script that reads `.djot` from
`./content` and writes `.html` to `./out`.

```console
$ deno task build
$ deno task serve
```