https://github.com/jothin-kumar/build
build script used for jothin.tech and joth.in
https://github.com/jothin-kumar/build
python-automation
Last synced: 4 months ago
JSON representation
build script used for jothin.tech and joth.in
- Host: GitHub
- URL: https://github.com/jothin-kumar/build
- Owner: Jothin-kumar
- License: mit
- Created: 2023-12-23T12:36:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T15:41:12.000Z (about 1 year ago)
- Last Synced: 2025-03-02T23:15:19.691Z (11 months ago)
- Topics: python-automation
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# build-config.json template
```json
{
"parent-dir": ".",
"vars": [
{
"replaceFrom": "key",
"replaceWith": "value"
}
],
"pages": [
"/test.html",
{
"path": "/index.html",
"prefetches": ["https://example.com/resource.txt", "..."]
}
],
"line-end": "\n"
}
```