Skip to content

hex0cter/tech-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technical notes

This site was converted from https://sites.google.com/site/xiangyangsite before Google forced it to be migrated to their new site template (which doesn't have many features the old one had, such as subpage listing, page attachment, etc.)

How to generate the mark down files:

Install mercury-parser with

npm -g install @postlight/mercury-parser

Download a mark down converter called reader.

Assume in the reader repository, run

mercury-parser https://example.com/path | ./reader.py  -f md - > path.md