# —————————————————————————— # ~/config.ru # # Transforms a J1
based site into a web application based on Rack and # Sinatra
using the OmniAuth
software stack (for authentication) managed # by Warden (for session managemnent) for a secured static web # # Product/Info: # jekyll.one # # Copyright (C) 2021 Juergen Adams # # J1
Template is licensed under the MIT License. # See: github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ——————————————————————————
# load base|app gem # —————————————————————————— require 'j1_app'
# run the app # —————————————————————————— run J1App.site