Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matklad/matklad.github.io
- Owner: matklad
- License: apache-2.0
- Created: 2017-03-12T12:57:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T00:29:18.000Z (28 days ago)
- Last Synced: 2024-10-24T14:37:31.571Z (27 days ago)
- Language: TypeScript
- Homepage: https://matklad.github.io/
- Size: 4.3 MB
- Stars: 99
- Watchers: 11
- Forks: 148
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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
```