SciSiteForge/docs/USAGE.md

20 lines
513 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Using the evo-edu Framework
## 1. Copy Theme Files
Copy `/theme/` into your sites 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 projects visual identity.
## 5. Multilingual Support
- Organize content under `/en/`, `/es/`, etc.
- Update language switcher options in `base.html`