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

https://github.com/64/64.github.io

Delta blog
https://github.com/64/64.github.io

blog

Last synced: 4 months ago
JSON representation

Delta blog

Awesome Lists containing this project

README

          

# Blog

First, run `git submodule update --init` to grab the `even` theme.

To build, you will need [my fork of Zola](https://github.com/64/zola) which adds KaTeX rendering on the server side. Compile that somewhere (say, in `../zola`), then run:

```
../zola/target/debug/zola serve
```