A modern, professional documentation website for Levython - the high-performance programming language with x86-64 JIT compilation.
Option 1: Direct File
open index.htmlOption 2: Local Server (Recommended)
# Using Python
python3 -m http.server 8000
# Using PHP
php -S localhost:8000
# Using Node.js (if you have http-server installed)
npx http-server -p 8000Then visit: http://localhost:8000
docs/
├── index.html # Main documentation page
├── styles.css # Complete design system
├── script.js # Interactive features
└── README.md # This file
- Modern Dark Theme - Premium design with glassmorphism effects
- Comprehensive Documentation - All Levython features covered
- Interactive Code Examples - Syntax highlighting with copy buttons
- Search Functionality - Real-time search through docs
- Responsive Design - Works on desktop, tablet, and mobile
- Smooth Animations - Fade-ins, slide-ins, and hover effects
- Performance Benchmarks - Visual comparison with other languages
- Glassmorphism - Frosted glass cards and panels
- Gradient Text - Blue-to-cyan gradients for headings
- Custom Syntax Highlighting - Levython-specific code highlighting
- Smooth Scrolling - Animated navigation between sections
- Mobile Menu - Responsive hamburger navigation
-
Getting Started
- Installation
- Quick Start
- VS Code Extension
-
Language Basics
- Variables
- Functions
- Conditionals
- Loops
- Lists & Strings
-
Advanced Features
- Memory Operations
- Bitwise Operations
- Tensor Operations
- SIMD Vectorization
- File I/O
-
Package Manager (LPM)
- Overview
- Commands
- Available Packages
-
Reference
- Performance Benchmarks
- Examples
- API Reference
- CLI Options
-
Push to GitHub:
git add docs/ git commit -m "Add documentation website" git push origin main -
Enable GitHub Pages:
- Go to repository Settings
- Navigate to Pages
- Select source:
mainbranch,/docsfolder - Save
- Drag and drop the
docs/folder to Netlify - Or connect your GitHub repository
-
Install Vercel CLI:
npm i -g vercel
-
Deploy:
cd docs vercel
Edit styles.css variables:
:root {
--primary: #3B82F6; /* Main blue */
--accent: #06B6D4; /* Cyan accent */
--bg-primary: #0a0e17; /* Background */
}Edit index.html to modify:
- Documentation sections
- Code examples
- Links and navigation
Edit script.js to customize:
- Search behavior
- Animations
- Interactive features
- ✅ Chrome/Edge (latest)
- ✅ Firefox (latest)
- ✅ Safari (latest)
- ✅ Mobile browsers
MIT License - Same as Levython
Made with ❤️ for the Levython community