# SciSiteForge Scripts ## ๐Ÿ› ๏ธ Build ๐Ÿงช Usage Example Initialize config: bash cd domain_di/framework python build.py --init โ†’ creates site.json Build English site: python build.py --config site.json --output ../content/en/ Build Spanish site (after editing site.json to set "lang": "es"): bash python build.py --config site-es.json --output ../content/es/ ### Benefits - No runtime dependencies: Output is pure static HTML/CSS/JS - Reusable: Same framework for any educational site - Customizable: Each project has its own site.json - Automation-friendly: Integrate into CI/CD or translation pipelines ## Translate This site framework supports offline multilingual translation using Llamafile. ### Prerequisites - Download a multilingual GGUF model (e.g., `mistral-7b-instruct.Q5_K_M.gguf`) - Install [Llamafile](https://github.com/Mozilla-Ocho/llamafile) - Python 3 with `requests` and `beautifulsoup4` ### Steps 1. Launch Llamafile: ```bash ./mistral-7b-instruct.Q5_K_M.llamafile --port 8080 ``` 2. Run translation: ```bash python scripts/translate_site.py --langs es,fr ``` 3. Commit translated content: ```bash git add es/ fr/ ``` > Translated files are saved to `/es/`, `/fr/`, etc., and served alongside English content. ``` #### ๐Ÿ“ `example/content/scripts/glossary_es.json` โ†’ Language-specific scientific term mappings