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

Getting Started

Clone FrontMark, install dependencies, and start the local preview.

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

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.