Marketing and documentation site for FractalX - the open-source static decomposition framework for Spring Boot.
FractalX-Web/
├── index.html # Homepage
├── docs/ # Documentation
├── blog/ # Blog listing and posts
├── privacy/ # Privacy policy
├── terms/ # Terms and conditions
├── resources/ # PDFs (developer guide, evaluation report)
└── assets/ # Images and favicons
- Create a folder under
blog/named after the post slug, e.g.blog/my-post-title/ - Copy an existing post page as a starting point:
blog/the-core-science-behind-fractalx/index.html - Update the title, tags, date, read time, and article content
- Add a new
<a class="post-card">entry toblog/index.html
No build step. Open any index.html directly in a browser, or serve locally:
npx serve .
# or
python3 -m http.server 8080Apache 2.0 - same as the FractalX framework itself.