20 lines
513 B
Markdown
20 lines
513 B
Markdown
# Using the evo-edu Framework
|
||
|
||
## 1. Copy Theme Files
|
||
Copy `/theme/` into your site’s root.
|
||
|
||
## 2. Create Pages
|
||
Use `base.html` as a template. Replace `{{ }}` placeholders with actual content.
|
||
|
||
## 3. Add Dynamic Behavior (Optional)
|
||
Include `/theme/main.js` for:
|
||
- Year auto-update
|
||
- Language switching
|
||
|
||
## 4. Customize Styling
|
||
Edit `style.css` to match your project’s visual identity.
|
||
|
||
## 5. Multilingual Support
|
||
- Organize content under `/en/`, `/es/`, etc.
|
||
- Update language switcher options in `base.html`
|