Search by

tomrummet / marker-bundle

tomrummet

There is no license information available for the latest version (0.5.0) of this package.

Markdown CMS and blog

Package info

codeberg.org/tomrummet/marker-bundle

Issues

Type:symfony-bundle

pkg:composer/tomrummet/marker-bundle

Statistics

Installs: 42

Dependents: 0

Suggesters: 0

0.5.0 2026-09-12 12:13 UTC

This package is auto-updated.

Last update: 2026-09-12 10:22:34 UTC


README

Content directory

Create contents folder with the following:


Change the paths to what suit your setup.

## Index page

## Environment variables

In your .env set the following:

```
MARKER_DIRS_PAGES=storage/contents/pages/
MARKER_DIRS_POSTS=storage/contents/posts/
MARKER_DIRS_MODULES=storage/contents/modules/
MARKER_PAGES_POSTS_SORT=999
```

Change the paths to what suit your setup.