https://on-panda.github.io/research
- Write in markdown with HTML supported
- Responsive Web Design for mobile device
- Open Graph for sharing with detial info
- Google Analytics for statisticing visits
-
Install
Markdown Viewerextension in Chrome, and allowMarkdown Viewerto access local file in Chrome setting -
Press F12 , and click Elements tab in debug panel. Right click on
<html><h...., clickedit As HTML, copy the raw HTML code -
Paste HTML code in
./research/index.html, remove allchrome-extension://.../, e.g.href="chrome-extension://.../github.css"tohref="../themes/github.css" -
git add *;git commit;git push
-
Press F12 in chrome and click Elements tab in debug panel. Right click on
<body><h1...., clickedit As HTML, copy the raw HTML code -
Replace body in
research/index.html, remove allchrome-extension://.../. -
git add *;git commit -m 'update';git push