https://github.com/ryanluker/luker.dev
Personal Blog
https://github.com/ryanluker/luker.dev
Last synced: 4 months ago
JSON representation
Personal Blog
- Host: GitHub
- URL: https://github.com/ryanluker/luker.dev
- Owner: ryanluker
- License: mit
- Archived: true
- Created: 2021-12-27T23:42:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-04T18:04:55.000Z (6 months ago)
- Last Synced: 2026-01-29T22:34:50.377Z (5 months ago)
- Language: HTML
- Homepage: https://www.luker.dev/
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Archive Note ⚠️
Historical cloudflare pages zola blog, moved to bearblog in 2026.

Git repository and discussion area for my personal blog.
### Install
```
wget https://github.com/getzola/zola/releases/download/v0.12.2/zola-v0.12.2-x86_64-unknown-linux-gnu.tar.gz
tar -xf zola-v0.12.2-x86_64-unknown-linux-gnu.tar.gz
```
### Local build and serve
https://www.getzola.org/documentation/getting-started/cli-usage/#serve
`zola serve`
### URL Staleness checkings
`zola check`
### Cloudflare Pages
```
Build command:
zola build
Build output directory:
/public
Root directory:
/
Build comments on pull requests:
Enabled
```
`ZOLA_VERSION` -> 0.12.2