https://github.com/hex0cter/tech-notes
Tech note taken over a decade.
https://github.com/hex0cter/tech-notes
Last synced: 12 months ago
JSON representation
Tech note taken over a decade.
- Host: GitHub
- URL: https://github.com/hex0cter/tech-notes
- Owner: hex0cter
- Created: 2021-04-24T21:30:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T15:16:33.000Z (about 4 years ago)
- Last Synced: 2025-05-20T14:45:52.650Z (about 1 year ago)
- Language: Python
- Homepage: https://carnet.danielhan.dev/
- Size: 1.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Technical notes
This site was converted from [https://sites.google.com/site/xiangyangsite](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](https://github.com/postlight/mercury-parser) with
```
npm -g install @postlight/mercury-parser
```
Download a mark down converter called [reader](https://github.com/zyocum/reader).
Assume in the `reader` repository, run
```
mercury-parser https://example.com/path | ./reader.py -f md - > path.md
```