https://github.com/factorhouse/factor-publications
Factor House publications
https://github.com/factorhouse/factor-publications
Last synced: 6 months ago
JSON representation
Factor House publications
- Host: GitHub
- URL: https://github.com/factorhouse/factor-publications
- Owner: factorhouse
- License: apache-2.0
- Created: 2025-09-24T23:58:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-11-12T02:30:09.000Z (9 months ago)
- Last Synced: 2026-02-02T04:08:05.198Z (6 months ago)
- Language: JavaScript
- Size: 1.94 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README

## Pub List
## Conventions
Each publication lives in its own directory under `publications/`. The build script will process all `.md` files in each publication directory and output them as HTML files with the same name.
If you have images for a publication, chuck them in an `images/` directory within the publication folder. The build script will copy this directory to the output automatically.
Structure:
```
publications/
my-publication/
index.md # Gets built to my-publication/index.html
other.md # Gets built to my-publication/other.html
images/ # Gets copied to output as-is
diagram.png
```
## Support
Any issues? Contact [support](https://factorhouse.io/support/) or view our [docs](https://docs.factorhouse.io/).
## License
This repository is released under the Apache 2.0 License.
Copyright © Factor House.