Sha256: 167cae5482b0fdb9788e32ead5eefcae282fadba7177c139c5b8b4f91652c299
Contents?: true
Size: 821 Bytes
Versions: 12
Compression:
Stored size: 821 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, 2024 Juergen Adams # # J1 Template 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
12 entries across 12 versions & 1 rubygems