https://github.com/biluohc/biluohc.github.io
My static blog.
https://github.com/biluohc/biluohc.github.io
Last synced: 4 months ago
JSON representation
My static blog.
- Host: GitHub
- URL: https://github.com/biluohc/biluohc.github.io
- Owner: biluohc
- Created: 2016-07-28T12:36:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T04:16:31.000Z (over 4 years ago)
- Last Synced: 2025-03-06T16:57:34.367Z (over 1 year ago)
- Language: Makefile
- Homepage: https://biluohc.github.io/
- Size: 13.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## My Blog: https://biluohc.github.io
Zola: https://github.com/getzola/zola
Theme: https://github.com/getzola/even
Tera: https://tera.netlify.app/docs
```sh
cargo install --git https://github.com/getzola/zola --locked -f --tag v0.15.3
# git clone https://github.com/biluohc/biluohc.github.io
# git submodule update
```
## Docs: https://www.getzola.org/documentation/getting-started/overview
config.toml: https://www.getzola.org/documentation/getting-started/configuration
_index.md: https://www.getzola.org/documentation/content/section
xxx.md: https://www.getzola.org/documentation/content/page
### References
https://eastfisher.github.io/blg/build-your-own-blog-site-rapidly
https://github.com/eastfisher/blg/