Skip to main content
Settings
Color Mode
Theme Skin
Background

Appearance preferences are saved in this browser only.

Environment
Current Environment Production

Built with JEKYLL_ENV=production. Changes require deployment.

Theme & Build
Jekyll v3.10.0
Last Build Jul 07, 04:03
Page Location
Page Info
Layout default
Collection docs
Path _docs/features/statistics-dashboard.md
URL /docs/features/statistics-dashboard/
Date 2026-07-07

Statistics Dashboard

Content statistics dashboard layout with metrics visualization for posts, categories, and tags across the site.

Table of Contents

Statistics Dashboard

A ready-made dashboard that turns your content into metrics: how many posts you have, how they break down by category, and which tags you use most. It is built from a dedicated layout plus a set of modular include components, all fed by generated content statistics.

Overview

  • Post count metrics — total content across collections at a glance.
  • Category distribution — see where your writing concentrates.
  • Tag cloud visualisation — surface your most-used tags.
  • Responsive card layout — the panels reflow cleanly from mobile to desktop.

How it works

The stats.html layout composes the dashboard from the partials under _includes/stats/ (header, overview, categories, tags, and metrics). The numbers come from the content-statistics data generated during the build, so the dashboard stays in sync with your actual content.

Implementation

File Role
_layouts/stats.html Dashboard page layout.
_includes/stats/stats-header.html Title and summary band.
_includes/stats/stats-overview.html Headline counts.
_includes/stats/stats-categories.html Category distribution.
_includes/stats/stats-tags.html Tag cloud.
_includes/stats/stats-metrics.html Detailed metric cards.