This repository has been archived on 2023-10-02. You can view files and clone it, but cannot push or open issues/pull-requests.
gemwriter/config.sample.lua

11 lines
199 B
Lua

local config = {
author = "Gem",
title = "gemlog",
subtitle = "a Gemini log",
url = "gemini://",
output_dir = "/path/to/local/log",
rsync_remote = "/path/to/remote/log",
}
return config