Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 723 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 723 Bytes

raw.githack.com

This is the source code behind raw.githack.com - CDN for your source code that serves files with proper Content-Type headers.

Example config.lua

return {
   simsim = "SECRET",
   cf = {
      zone = "ZONE_ID",
      username = "USERNAME",
      api_key = "API_KEY",
      username = "USERNAME"
   },
   patreon = {
      campaign = "CAMPAIGN_ID",
      token = "ACCESS_TOKEN"
   }
}

Frontend

Pages are built using jopa static site generator, with the following command:

layout_file="web/layout.jsh" from="web/pages" jopa