FrontMark logo FrontMark Generator v1.53 Very rich Markdown, easy to use.
About Getting Started Documentation Contact

A real root container

Getting Started

Clone FrontMark, install the dependencies, and launch the local preview from a Markdown page whose first section is anchored directly to the viewport.

Start installation Container reference

This is the basic local path: clone the repository, install dependencies, then run the preview build.

The opening screen above is rendered by the first Markdown block with root=top, height=100svh, and a transparent navigation surface. It is the same container implementation documented in the container reference, not a page-specific Astro hero component.

Clone the project

git clone https://gitea.newkube.ia86.cc/sigMAX/Image_frontmark.git frontmark
cd frontmark

Install dependencies

make install

Preview the site

make preview

By default the preview runs on port 4321. With the current base path, the site is available at:

http://127.0.0.1:4321/frontmark/

Daily loop

Edit Markdown in src/content, update site.config.yaml when the business configuration changes, then run make preview again to rebuild and check the static result.

Back to top