Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ossgolfweb

The OSSGolf website, live at ossgolf.com. A static blog for the open source golf projects, built with RSS Lobster. Zero JavaScript output except a tiny inline search, no trackers, no external requests.

Live projects it points to:

How it works

  • rsslobster.json is the site config (title, tagline, style preset).
  • posts.json is the content source of record for every post.
  • _site/ is the built output. Cloudflare serves this directory (build root /_site).
  • Post images live in _site/images/ and are referenced as /images/<name>.png.

Local preview

rsslobster dev

Add a post

rsslobster publish "$(cat body.md)" --type post --title "Title" --slug my-slug --tags "a,b,c"
rsslobster regenerate .

Commit the updated posts.json and _site/, then push. If the git-connected Cloudflare build does not pick it up, deploy the built assets directly:

wrangler deploy

wrangler.toml deploys _site/ to the ossgolfweb Worker (assets only).

Licensed under MIT.

About

The OSSGolf website: a static site for the open-source golf projects.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages