Sha256: b30394b6bafa50a563247a5bd0b2614111768bd03705016a059f8ef421c6b6af
Contents?: true
Size: 814 Bytes
Versions: 79
Compression:
Stored size: 814 Bytes
Contents
# ------------------------------------------------------------------------------ # ~/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: # https://jekyll.one # # Copyright (C) 2021 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ------------------------------------------------------------------------------ # load base|app gem # ------------------------------------------------------------------------------ require 'j1_app' # run the app # ------------------------------------------------------------------------------ run J1App.site
Version data entries
79 entries across 79 versions & 1 rubygems