- Add python-dotenv dependency for environment variable loading - Replace params.json and params-local.json with .env files - Add --local and --local-stacosys flags to makesite.py - Update Makefile to auto-detect stacosys availability - Document configuration and usage in README.md
7 lines
218 B
Bash
7 lines
218 B
Bash
# Site configuration (production)
|
|
TITLE=Le blog du Yax
|
|
SUBTITLE=GNU, Linux, BSD et autres libertés
|
|
AUTHOR=Yax
|
|
SITE_URL=https://blogduyax.madyanne.fr
|
|
STACOSYS_URL=http://stacosys:8100/api
|
|
EXTERNAL_CHECK=./check_git.sh
|