Sha256: d21eaea288b33385caf7ba1665555d1fc244cf595cda4ef4fd77ec92ed5f6282
Contents?: true
Size: 812 Bytes
Versions: 45
Compression:
Stored size: 812 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) 2023 Juergen Adams # # J1 Theme is licensed under the MIT License. # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md # ------------------------------------------------------------------------------ # load base|app gem # ------------------------------------------------------------------------------ require 'j1_app' # run the app # ------------------------------------------------------------------------------ run J1App.site
Version data entries
45 entries across 45 versions & 1 rubygems