Skip to content

Commit 4e47000

Browse files
committed
feat: Add date metadata to all markdown files
- Added optional 'date' field to YAML front matter for original creation dates - Updated build.py to read date field and use it for sorting/display - Added display_date property to Page class (uses date if set, else modified_date) - Backfilled dates to all 193 markdown files using git history - Added front matter to 8 files that were missing it Dates are sourced from git log --follow to track file renames.
1 parent 667b97e commit 4e47000

File tree

341 files changed

+47240
-28
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

341 files changed

+47240
-28
lines changed

content/algorithms/BFS.md

Lines changed: 1 addition & 0 deletions

content/algorithms/DAGs.md

Lines changed: 1 addition & 0 deletions

content/algorithms/DFS.md

Lines changed: 1 addition & 0 deletions

content/algorithms/approximation-algorithms.md

Lines changed: 1 addition & 0 deletions

content/algorithms/bipartite-graphs.md

Lines changed: 1 addition & 0 deletions

content/algorithms/connected-components.md

Lines changed: 1 addition & 0 deletions

content/algorithms/divide-and-conquer.md

Lines changed: 1 addition & 0 deletions

content/algorithms/dynamic-programming.md

Lines changed: 1 addition & 0 deletions

content/algorithms/graphs-intro.md

Lines changed: 1 addition & 0 deletions

content/algorithms/greedy-algorithms.md

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)