This repository contains the official documentation for EksaServer, a high-performance, modular Ruby web server. The site is built using Rack and styled with a premium Tailwind CSS glassmorphism design.
- Modern UI: Polished dark theme with glassmorphism effects and background glows.
- Glassmorphic Layout: Premium translucent components and modern typography (Outfit).
- Responsive Design: Fully functional on desktop and mobile devices.
- Powered by EksaServer: Served using the
eksa-serverengine to demonstrate its capabilities.
- Ruby 3.1 or higher
- Bundler
-
Clone this repository:
git clone https://github.com/IshikawaUta/eksa-server-docs.git cd eksa-server-docs -
Install dependencies:
bundle install
To launch the documentation site locally using eksa-server:
bundle exec eksa-serverThe site will be available at http://localhost:3000.
app.rb: Main Rack application logic.config.ru: Rack configuration and static file serving.views/: ERB templates for documentation pages.public/: Static assets (hero image, favicon, etc.).
- IshikawaUta - GitHub
This project is licensed under the MIT License - see the LICENSE file for details.