Skip to content

runcat-dev/runcat-dev.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runcat-dev.github.io

The GitHub Pages site for the RunCat Developers organization, served at https://runcat-dev.github.io/.

It is an onboarding page introducing the community and its projects (RunCat Neo for macOS, RunCat 365 for Windows, gba-runcat, playdate-runcat).

Stack

The site is built with lobster.js, a browser-side Markdown renderer. There is no build step — all page copy lives in content.md, which lobster.js fetches and renders at runtime.

  • index.html — lobster.js shell
  • content.md — page content (lobster.js extended Markdown)
  • style.css — styles targeting lobster.js's lbs-* classes

Local preview

python3 -m http.server 8000   # then open http://localhost:8000/

file:// will not work — lobster.js fetches content.md over HTTP.

Deployment

Push to main. GitHub Pages (Source = main / root) rebuilds automatically.

License

Released under the MIT License.

About

This is the onboarding page for the RunCat Developers community.

Resources

License

Stars

Watchers

Forks

Contributors