feat(content): Write main content structure and sort it at display
This commit is contained in:
2
Makefile
2
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user