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

https://github.com/ryanluker/luker.dev

Personal Blog
https://github.com/ryanluker/luker.dev

Last synced: 4 months ago
JSON representation

Personal Blog

Awesome Lists containing this project

README

          

## Archive Note ⚠️
Historical cloudflare pages zola blog, moved to bearblog in 2026.

![Blog CI](https://github.com/ryanluker/luker.dev/actions/workflows/CI.yml/badge.svg?branch=main)

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