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
- Host: GitHub
- URL: https://github.com/64/64.github.io
- Owner: 64
- License: mit
- Created: 2019-04-17T23:25:26.000Z (about 7 years ago)
- Default Branch: src
- Last Pushed: 2022-12-29T23:05:57.000Z (over 3 years ago)
- Last Synced: 2025-05-06T03:38:17.747Z (about 1 year ago)
- Topics: blog
- Language: C
- Homepage: https://64.github.io
- Size: 12.8 MB
- Stars: 27
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```