feat(content): Write main content structure and sort it at display

This commit is contained in:
2025-01-13 15:49:22 +01:00
parent 2e8d1940eb
commit 2fc828ce2b
12 changed files with 80 additions and 2 deletions

View File

@ -14,7 +14,7 @@ DOC_FORMAT ?= html
# Today
DATE ?= $(date +%d/%m/%Y)
SRC_DIR ?= ./content/
CONTENT_LIST := $(shell find ${SRC_DIR} -type f -iname '*.md')
CONTENT_LIST := $(shell find ${SRC_DIR} -type f -iname '*.md'|sort -u)
# Highlight theme: Cf. `pandoc --list-highlight-styles`
# tango
# pygments