livemark-configuration

Edit livemark.config.ts to manage site metadata, content globs, sections, and navigation.

1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/datisthq/livemark --skill livemark-configuration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: livemark-configuration
Source: https://github.com/datisthq/livemark/tree/main/skills/configuration
Command: npx skills add https://github.com/datisthq/livemark --skill livemark-configuration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides editing the root livemark.config.ts to manage site metadata, content inclusion, section types, and navigation patches, reducing manual trial-and-error.

Core Features & Use Cases

  • Site metadata management: configure title, description, logos, and canonical URLs to shape branding and SEO.
  • Content selection: adjust include/exclude globs to control which Markdown files are built.
  • Section configuration: define or adjust article, blog, and changelog sections, and apply per-file frontmatter patches.
  • Use Case: A developer updates the config to switch a project from docs-only to a blog-enabled site with a changelog.

Quick Start

To customize a Livemark site, edit livemark.config.ts at the project root and reload the dev server to apply changes.

Frequently Asked Questions about livemark-configuration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure site metadata and SEO in Livemark?

To configure Livemark site metadata, edit the root livemark.config.ts file to define title, description, logos, and canonical URLs, which shapes site branding and SEO. Reloading the dev server applies these changes.

How can I control which Markdown files are built in Livemark?

Control Markdown file builds in Livemark by adjusting include and exclude globs in the livemark.config.ts file. This content selection determines exactly which files are processed and included in the final site.

How do I add a blog or changelog section to my Livemark site?

Add blog or changelog sections by editing livemark.config.ts to define section types and apply per-file frontmatter patches. This configures the project scaffolding to support the new sections.

Can I apply per-file patches and frontmatter changes in Livemark?

Per-file patches in Livemark are applied by configuring frontmatter overrides within the sections block of livemark.config.ts. This adjusts per-section behavior to match specific docs and release needs.

Does Livemark trigger autoreload when updating the configuration?

Livemark triggers autoreload during development when livemark.config.ts is updated. The skill ensures the config conforms to the schema and provides verification steps for build readiness.