├── .gitignore ├── _config.next.yml ├── _config.yml ├── git push.txt ├── git-push.sh ├── icon.png ├── null ├── package.json ├── scaffolds ├── draft.md ├── page.md └── post.md ├── source ├── _posts │ ├── bypass-gfw │ │ ├── fq-diy.md │ │ ├── fq-diy │ │ │ └── tomato.png │ │ ├── fq-ever.md │ │ ├── fq-ever │ │ │ └── rotten-tomato.png │ │ ├── fq-free.md │ │ ├── fq-free │ │ │ └── geph.png │ │ ├── fq.md │ │ ├── fq │ │ │ └── pacilogo.png │ │ ├── gcp.md │ │ ├── gcp │ │ │ └── google-cloud.png │ │ ├── switchyomega.md │ │ ├── switchyomega │ │ │ └── switchyomega.png │ │ ├── us-apple-id-share.md │ │ ├── us-apple-id-share │ │ │ └── apple-id.png │ │ ├── us-apple-id.md │ │ ├── us-apple-id │ │ │ └── apple.png │ │ ├── yum-cha.md │ │ └── yum-cha │ │ │ └── yum-cha.png │ ├── design │ │ ├── adobe.md │ │ ├── adobe │ │ │ └── adobe.png │ │ ├── graphic-design.md │ │ ├── graphic-design │ │ │ └── drawing-tools.png │ │ ├── pdf.md │ │ ├── pdf │ │ │ └── pdf.png │ │ ├── photography.md │ │ ├── photography │ │ │ └── apertur.png │ │ ├── ppt.md │ │ ├── ppt │ │ │ └── ppt.png │ │ ├── raster-to-vector.md │ │ └── raster-to-vector │ │ │ └── inkscape.png │ ├── digital-life │ │ ├── chrome.md │ │ ├── chrome │ │ │ └── google-chrome.png │ │ ├── digital-life-tips.md │ │ ├── digital-life-tips │ │ │ └── surf-web.png │ │ ├── gcam.md │ │ ├── gcam │ │ │ └── google-camera.png │ │ ├── google-account.md │ │ ├── google-account │ │ │ └── google.png │ │ ├── saladict.md │ │ ├── saladict │ │ │ └── saladict.png │ │ ├── search-tips.md │ │ ├── search-tips │ │ │ └── search.png │ │ ├── telegram-animated-emoji.md │ │ ├── telegram-animated-emoji │ │ │ └── see-no-evil-monkey.png │ │ ├── telegram.md │ │ ├── telegram │ │ │ ├── reply-by-durov.png │ │ │ └── telegram.png │ │ ├── userscripts.md │ │ ├── userscripts │ │ │ └── tampermonkey.png │ │ ├── whatsapp.md │ │ ├── whatsapp │ │ │ └── whatsapp.png │ │ ├── windows.md │ │ └── windows │ │ │ └── windows-10.png │ ├── dr-ting │ │ ├── blog.md │ │ ├── blog │ │ │ └── the-pencil-fist.png │ │ ├── brand.md │ │ ├── brand │ │ │ └── ting-talk.png │ │ ├── luffy-kid-56.jpg │ │ ├── mp-archives.md │ │ ├── mp-archives │ │ │ └── archives.png │ │ ├── tim.md │ │ ├── tim │ │ │ └── hello.png │ │ ├── tingtalk-logo-px.jpg │ │ ├── whisper.md │ │ └── whisper │ │ │ └── diary-book.png │ ├── english │ │ ├── english-grammar.md │ │ ├── english-grammar │ │ │ └── grammar.png │ │ ├── english-pronunciation.md │ │ ├── english-pronunciation │ │ │ └── pronunciation.png │ │ ├── english.md │ │ ├── english │ │ │ └── letter-a.png │ │ ├── follow-up-email.md │ │ ├── follow-up-email │ │ │ └── email.png │ │ ├── jive-talk.md │ │ ├── jive-talk │ │ │ └── chain-ring.png │ │ ├── rick-and-morty-subtitles.md │ │ ├── rick-and-morty-subtitles │ │ │ └── snowball.png │ │ ├── spoken-business-english.md │ │ ├── spoken-business-english │ │ │ └── business.png │ │ ├── tinglish.md │ │ └── tinglish │ │ │ └── letter-a-b-c.png │ ├── foreign-trade │ │ ├── alibaba-tutorial.md │ │ ├── alibaba-tutorial │ │ │ ├── alibaba.png │ │ │ └── search-collation.jpg │ │ ├── business-skills.md │ │ ├── business-skills │ │ │ └── business.png │ │ ├── cold-email.md │ │ ├── cold-email │ │ │ └── email.png │ │ ├── ebay-listing.md │ │ ├── ebay-listing │ │ │ └── ebay.png │ │ ├── epacket.md │ │ ├── epacket │ │ │ └── ems.png │ │ ├── google-ads.md │ │ ├── google-ads │ │ │ └── google-ads.png │ │ ├── linkedin.md │ │ └── linkedin │ │ │ └── linkedin.png │ ├── life │ │ ├── cook.md │ │ ├── cook │ │ │ └── recipe.png │ │ ├── gtd-mind-map.png │ │ ├── gtd.md │ │ ├── gtd │ │ │ └── clock.png │ │ ├── health.md │ │ ├── health │ │ │ └── insurance.png │ │ ├── personal-insurance.md │ │ ├── personal-insurance │ │ │ └── shelter-for-families.png │ │ ├── pets-diary.md │ │ ├── pets-diary │ │ │ ├── dog.png │ │ │ └── dora-and-tinkle.jpeg │ │ ├── teeth.md │ │ └── teeth │ │ │ └── broken-tooth.png │ ├── others │ │ ├── covid-19.md │ │ ├── covid-19 │ │ │ └── covid-19.png │ │ ├── driving-test.md │ │ ├── driving-test │ │ │ └── car.png │ │ ├── graduation.md │ │ ├── graduation │ │ │ └── graduation.png │ │ ├── name.md │ │ ├── name │ │ │ └── name.png │ │ ├── organising-training-events.md │ │ ├── organising-training-events │ │ │ └── participate.png │ │ ├── resume-tips.md │ │ ├── resume-tips │ │ │ └── resume.png │ │ ├── swim.md │ │ └── swim │ │ │ └── swim.png │ ├── website │ │ ├── hexo.md │ │ ├── hexo │ │ │ └── hexo.png │ │ ├── putty.md │ │ └── putty │ │ │ └── ssh.png │ └── writing │ │ ├── composition-seven-tips.md │ │ ├── composition-seven-tips │ │ └── inkwell.png │ │ ├── markdown.md │ │ ├── markdown │ │ └── markdown.png │ │ ├── mp.md │ │ ├── mp │ │ └── wechat.png │ │ ├── style-guide.assets │ │ └── image-20201207122815959.png │ │ ├── style-guide.md │ │ └── style-guide │ │ └── essay.png ├── about │ ├── alipay.jpg │ ├── index.md │ ├── wechat.jpg │ ├── wechat_channel.jpg │ └── wechatpay.jpg ├── ads.txt ├── categories │ └── index.md ├── images │ ├── alipay.jpg │ ├── alipay.png │ ├── android-icon-144x144.png │ ├── android-icon-192x192.png │ ├── android-icon-36x36.png │ ├── android-icon-48x48.png │ ├── android-icon-72x72.png │ ├── android-icon-96x96.png │ ├── apple-touch-icon-next.png │ ├── avatar.gif │ ├── avatar.png │ ├── favicon-16x16-next.png │ ├── favicon-32x32-next.png │ ├── logo.svg │ ├── reward.jpg │ ├── wechat.jpg │ ├── wechat_channel.jpg │ ├── wechat_mp.jpg │ ├── wechatpay.jpg │ └── wechatpay.png └── tags │ └── index.md └── themes └── landscape ├── .gitignore ├── Gruntfile.js ├── LICENSE ├── README.md ├── _config.yml ├── languages ├── de.yml ├── default.yml ├── es.yml ├── fr.yml ├── ja.yml ├── ko.yml ├── nl.yml ├── no.yml ├── pt.yml ├── ru.yml ├── zh-CN.yml └── zh-TW.yml ├── layout ├── _partial │ ├── after-footer.ejs │ ├── archive-post.ejs │ ├── archive.ejs │ ├── article.ejs │ ├── footer.ejs │ ├── gauges-analytics.ejs │ ├── google-analytics.ejs │ ├── head.ejs │ ├── header.ejs │ ├── mobile-nav.ejs │ ├── post │ │ ├── category.ejs │ │ ├── date.ejs │ │ ├── gallery.ejs │ │ ├── nav.ejs │ │ ├── tag.ejs │ │ └── title.ejs │ └── sidebar.ejs ├── _widget │ ├── archive.ejs │ ├── category.ejs │ ├── recent_posts.ejs │ ├── tag.ejs │ └── tagcloud.ejs ├── archive.ejs ├── category.ejs ├── index.ejs ├── layout.ejs ├── page.ejs ├── post.ejs └── tag.ejs ├── package.json ├── scripts └── fancybox.js └── source ├── css ├── _extend.styl ├── _partial │ ├── archive.styl │ ├── article.styl │ ├── comment.styl │ ├── footer.styl │ ├── header.styl │ ├── highlight.styl │ ├── mobile.styl │ ├── sidebar-aside.styl │ ├── sidebar-bottom.styl │ └── sidebar.styl ├── _util │ ├── grid.styl │ └── mixin.styl ├── _variables.styl ├── fonts │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ └── fontawesome-webfont.woff ├── images │ └── banner.jpg └── style.styl ├── fancybox ├── blank.gif ├── fancybox_loading.gif ├── fancybox_loading@2x.gif ├── fancybox_overlay.png ├── fancybox_sprite.png ├── fancybox_sprite@2x.png ├── helpers │ ├── fancybox_buttons.png │ ├── jquery.fancybox-buttons.css │ ├── jquery.fancybox-buttons.js │ ├── jquery.fancybox-media.js │ ├── jquery.fancybox-thumbs.css │ └── jquery.fancybox-thumbs.js ├── jquery.fancybox.css ├── jquery.fancybox.js └── jquery.fancybox.pack.js └── js └── script.js /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | Thumbs.db 3 | db.json 4 | *.log 5 | node_modules/ 6 | public/ 7 | .deploy*/ -------------------------------------------------------------------------------- /_config.next.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/_config.next.yml -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/_config.yml -------------------------------------------------------------------------------- /git push.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/git push.txt -------------------------------------------------------------------------------- /git-push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/git-push.sh -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/icon.png -------------------------------------------------------------------------------- /null: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/null -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/package.json -------------------------------------------------------------------------------- /scaffolds/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/scaffolds/draft.md -------------------------------------------------------------------------------- /scaffolds/page.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/scaffolds/page.md -------------------------------------------------------------------------------- /scaffolds/post.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/scaffolds/post.md -------------------------------------------------------------------------------- /source/_posts/bypass-gfw/fq-diy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/bypass-gfw/fq-diy.md -------------------------------------------------------------------------------- /source/_posts/bypass-gfw/fq-diy/tomato.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/bypass-gfw/fq-diy/tomato.png -------------------------------------------------------------------------------- /source/_posts/bypass-gfw/fq-ever.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/bypass-gfw/fq-ever.md -------------------------------------------------------------------------------- /source/_posts/bypass-gfw/fq-ever/rotten-tomato.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/bypass-gfw/fq-ever/rotten-tomato.png -------------------------------------------------------------------------------- /source/_posts/bypass-gfw/fq-free.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/bypass-gfw/fq-free.md -------------------------------------------------------------------------------- /source/_posts/bypass-gfw/fq-free/geph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/bypass-gfw/fq-free/geph.png -------------------------------------------------------------------------------- /source/_posts/bypass-gfw/fq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/bypass-gfw/fq.md -------------------------------------------------------------------------------- /source/_posts/bypass-gfw/fq/pacilogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/bypass-gfw/fq/pacilogo.png -------------------------------------------------------------------------------- /source/_posts/bypass-gfw/gcp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/bypass-gfw/gcp.md -------------------------------------------------------------------------------- /source/_posts/bypass-gfw/gcp/google-cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/bypass-gfw/gcp/google-cloud.png -------------------------------------------------------------------------------- /source/_posts/bypass-gfw/switchyomega.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/bypass-gfw/switchyomega.md -------------------------------------------------------------------------------- /source/_posts/bypass-gfw/switchyomega/switchyomega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/bypass-gfw/switchyomega/switchyomega.png -------------------------------------------------------------------------------- /source/_posts/bypass-gfw/us-apple-id-share.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/bypass-gfw/us-apple-id-share.md -------------------------------------------------------------------------------- /source/_posts/bypass-gfw/us-apple-id-share/apple-id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/bypass-gfw/us-apple-id-share/apple-id.png -------------------------------------------------------------------------------- /source/_posts/bypass-gfw/us-apple-id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/bypass-gfw/us-apple-id.md -------------------------------------------------------------------------------- /source/_posts/bypass-gfw/us-apple-id/apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/bypass-gfw/us-apple-id/apple.png -------------------------------------------------------------------------------- /source/_posts/bypass-gfw/yum-cha.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/bypass-gfw/yum-cha.md -------------------------------------------------------------------------------- /source/_posts/bypass-gfw/yum-cha/yum-cha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/bypass-gfw/yum-cha/yum-cha.png -------------------------------------------------------------------------------- /source/_posts/design/adobe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/design/adobe.md -------------------------------------------------------------------------------- /source/_posts/design/adobe/adobe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/design/adobe/adobe.png -------------------------------------------------------------------------------- /source/_posts/design/graphic-design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/design/graphic-design.md -------------------------------------------------------------------------------- /source/_posts/design/graphic-design/drawing-tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/design/graphic-design/drawing-tools.png -------------------------------------------------------------------------------- /source/_posts/design/pdf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/design/pdf.md -------------------------------------------------------------------------------- /source/_posts/design/pdf/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/design/pdf/pdf.png -------------------------------------------------------------------------------- /source/_posts/design/photography.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/design/photography.md -------------------------------------------------------------------------------- /source/_posts/design/photography/apertur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/design/photography/apertur.png -------------------------------------------------------------------------------- /source/_posts/design/ppt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/design/ppt.md -------------------------------------------------------------------------------- /source/_posts/design/ppt/ppt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/design/ppt/ppt.png -------------------------------------------------------------------------------- /source/_posts/design/raster-to-vector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/design/raster-to-vector.md -------------------------------------------------------------------------------- /source/_posts/design/raster-to-vector/inkscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/design/raster-to-vector/inkscape.png -------------------------------------------------------------------------------- /source/_posts/digital-life/chrome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/chrome.md -------------------------------------------------------------------------------- /source/_posts/digital-life/chrome/google-chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/chrome/google-chrome.png -------------------------------------------------------------------------------- /source/_posts/digital-life/digital-life-tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/digital-life-tips.md -------------------------------------------------------------------------------- /source/_posts/digital-life/digital-life-tips/surf-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/digital-life-tips/surf-web.png -------------------------------------------------------------------------------- /source/_posts/digital-life/gcam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/gcam.md -------------------------------------------------------------------------------- /source/_posts/digital-life/gcam/google-camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/gcam/google-camera.png -------------------------------------------------------------------------------- /source/_posts/digital-life/google-account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/google-account.md -------------------------------------------------------------------------------- /source/_posts/digital-life/google-account/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/google-account/google.png -------------------------------------------------------------------------------- /source/_posts/digital-life/saladict.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/saladict.md -------------------------------------------------------------------------------- /source/_posts/digital-life/saladict/saladict.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/saladict/saladict.png -------------------------------------------------------------------------------- /source/_posts/digital-life/search-tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/search-tips.md -------------------------------------------------------------------------------- /source/_posts/digital-life/search-tips/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/search-tips/search.png -------------------------------------------------------------------------------- /source/_posts/digital-life/telegram-animated-emoji.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/telegram-animated-emoji.md -------------------------------------------------------------------------------- /source/_posts/digital-life/telegram-animated-emoji/see-no-evil-monkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/telegram-animated-emoji/see-no-evil-monkey.png -------------------------------------------------------------------------------- /source/_posts/digital-life/telegram.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/telegram.md -------------------------------------------------------------------------------- /source/_posts/digital-life/telegram/reply-by-durov.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/telegram/reply-by-durov.png -------------------------------------------------------------------------------- /source/_posts/digital-life/telegram/telegram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/telegram/telegram.png -------------------------------------------------------------------------------- /source/_posts/digital-life/userscripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/userscripts.md -------------------------------------------------------------------------------- /source/_posts/digital-life/userscripts/tampermonkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/userscripts/tampermonkey.png -------------------------------------------------------------------------------- /source/_posts/digital-life/whatsapp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/whatsapp.md -------------------------------------------------------------------------------- /source/_posts/digital-life/whatsapp/whatsapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/whatsapp/whatsapp.png -------------------------------------------------------------------------------- /source/_posts/digital-life/windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/windows.md -------------------------------------------------------------------------------- /source/_posts/digital-life/windows/windows-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/digital-life/windows/windows-10.png -------------------------------------------------------------------------------- /source/_posts/dr-ting/blog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/dr-ting/blog.md -------------------------------------------------------------------------------- /source/_posts/dr-ting/blog/the-pencil-fist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/dr-ting/blog/the-pencil-fist.png -------------------------------------------------------------------------------- /source/_posts/dr-ting/brand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/dr-ting/brand.md -------------------------------------------------------------------------------- /source/_posts/dr-ting/brand/ting-talk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/dr-ting/brand/ting-talk.png -------------------------------------------------------------------------------- /source/_posts/dr-ting/luffy-kid-56.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/dr-ting/luffy-kid-56.jpg -------------------------------------------------------------------------------- /source/_posts/dr-ting/mp-archives.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/dr-ting/mp-archives.md -------------------------------------------------------------------------------- /source/_posts/dr-ting/mp-archives/archives.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/dr-ting/mp-archives/archives.png -------------------------------------------------------------------------------- /source/_posts/dr-ting/tim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/dr-ting/tim.md -------------------------------------------------------------------------------- /source/_posts/dr-ting/tim/hello.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/dr-ting/tim/hello.png -------------------------------------------------------------------------------- /source/_posts/dr-ting/tingtalk-logo-px.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/dr-ting/tingtalk-logo-px.jpg -------------------------------------------------------------------------------- /source/_posts/dr-ting/whisper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/dr-ting/whisper.md -------------------------------------------------------------------------------- /source/_posts/dr-ting/whisper/diary-book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/dr-ting/whisper/diary-book.png -------------------------------------------------------------------------------- /source/_posts/english/english-grammar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/english/english-grammar.md -------------------------------------------------------------------------------- /source/_posts/english/english-grammar/grammar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/english/english-grammar/grammar.png -------------------------------------------------------------------------------- /source/_posts/english/english-pronunciation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/english/english-pronunciation.md -------------------------------------------------------------------------------- /source/_posts/english/english-pronunciation/pronunciation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/english/english-pronunciation/pronunciation.png -------------------------------------------------------------------------------- /source/_posts/english/english.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/english/english.md -------------------------------------------------------------------------------- /source/_posts/english/english/letter-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/english/english/letter-a.png -------------------------------------------------------------------------------- /source/_posts/english/follow-up-email.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/english/follow-up-email.md -------------------------------------------------------------------------------- /source/_posts/english/follow-up-email/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/english/follow-up-email/email.png -------------------------------------------------------------------------------- /source/_posts/english/jive-talk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/english/jive-talk.md -------------------------------------------------------------------------------- /source/_posts/english/jive-talk/chain-ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/english/jive-talk/chain-ring.png -------------------------------------------------------------------------------- /source/_posts/english/rick-and-morty-subtitles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/english/rick-and-morty-subtitles.md -------------------------------------------------------------------------------- /source/_posts/english/rick-and-morty-subtitles/snowball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/english/rick-and-morty-subtitles/snowball.png -------------------------------------------------------------------------------- /source/_posts/english/spoken-business-english.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/english/spoken-business-english.md -------------------------------------------------------------------------------- /source/_posts/english/spoken-business-english/business.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/english/spoken-business-english/business.png -------------------------------------------------------------------------------- /source/_posts/english/tinglish.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/english/tinglish.md -------------------------------------------------------------------------------- /source/_posts/english/tinglish/letter-a-b-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/english/tinglish/letter-a-b-c.png -------------------------------------------------------------------------------- /source/_posts/foreign-trade/alibaba-tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/foreign-trade/alibaba-tutorial.md -------------------------------------------------------------------------------- /source/_posts/foreign-trade/alibaba-tutorial/alibaba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/foreign-trade/alibaba-tutorial/alibaba.png -------------------------------------------------------------------------------- /source/_posts/foreign-trade/alibaba-tutorial/search-collation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/foreign-trade/alibaba-tutorial/search-collation.jpg -------------------------------------------------------------------------------- /source/_posts/foreign-trade/business-skills.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/foreign-trade/business-skills.md -------------------------------------------------------------------------------- /source/_posts/foreign-trade/business-skills/business.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/foreign-trade/business-skills/business.png -------------------------------------------------------------------------------- /source/_posts/foreign-trade/cold-email.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/foreign-trade/cold-email.md -------------------------------------------------------------------------------- /source/_posts/foreign-trade/cold-email/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/foreign-trade/cold-email/email.png -------------------------------------------------------------------------------- /source/_posts/foreign-trade/ebay-listing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/foreign-trade/ebay-listing.md -------------------------------------------------------------------------------- /source/_posts/foreign-trade/ebay-listing/ebay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/foreign-trade/ebay-listing/ebay.png -------------------------------------------------------------------------------- /source/_posts/foreign-trade/epacket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/foreign-trade/epacket.md -------------------------------------------------------------------------------- /source/_posts/foreign-trade/epacket/ems.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/foreign-trade/epacket/ems.png -------------------------------------------------------------------------------- /source/_posts/foreign-trade/google-ads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/foreign-trade/google-ads.md -------------------------------------------------------------------------------- /source/_posts/foreign-trade/google-ads/google-ads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/foreign-trade/google-ads/google-ads.png -------------------------------------------------------------------------------- /source/_posts/foreign-trade/linkedin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/foreign-trade/linkedin.md -------------------------------------------------------------------------------- /source/_posts/foreign-trade/linkedin/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/foreign-trade/linkedin/linkedin.png -------------------------------------------------------------------------------- /source/_posts/life/cook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/life/cook.md -------------------------------------------------------------------------------- /source/_posts/life/cook/recipe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/life/cook/recipe.png -------------------------------------------------------------------------------- /source/_posts/life/gtd-mind-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/life/gtd-mind-map.png -------------------------------------------------------------------------------- /source/_posts/life/gtd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/life/gtd.md -------------------------------------------------------------------------------- /source/_posts/life/gtd/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/life/gtd/clock.png -------------------------------------------------------------------------------- /source/_posts/life/health.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/life/health.md -------------------------------------------------------------------------------- /source/_posts/life/health/insurance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/life/health/insurance.png -------------------------------------------------------------------------------- /source/_posts/life/personal-insurance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/life/personal-insurance.md -------------------------------------------------------------------------------- /source/_posts/life/personal-insurance/shelter-for-families.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/life/personal-insurance/shelter-for-families.png -------------------------------------------------------------------------------- /source/_posts/life/pets-diary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/life/pets-diary.md -------------------------------------------------------------------------------- /source/_posts/life/pets-diary/dog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/life/pets-diary/dog.png -------------------------------------------------------------------------------- /source/_posts/life/pets-diary/dora-and-tinkle.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/life/pets-diary/dora-and-tinkle.jpeg -------------------------------------------------------------------------------- /source/_posts/life/teeth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/life/teeth.md -------------------------------------------------------------------------------- /source/_posts/life/teeth/broken-tooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/life/teeth/broken-tooth.png -------------------------------------------------------------------------------- /source/_posts/others/covid-19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/others/covid-19.md -------------------------------------------------------------------------------- /source/_posts/others/covid-19/covid-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/others/covid-19/covid-19.png -------------------------------------------------------------------------------- /source/_posts/others/driving-test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/others/driving-test.md -------------------------------------------------------------------------------- /source/_posts/others/driving-test/car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/others/driving-test/car.png -------------------------------------------------------------------------------- /source/_posts/others/graduation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/others/graduation.md -------------------------------------------------------------------------------- /source/_posts/others/graduation/graduation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/others/graduation/graduation.png -------------------------------------------------------------------------------- /source/_posts/others/name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/others/name.md -------------------------------------------------------------------------------- /source/_posts/others/name/name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/others/name/name.png -------------------------------------------------------------------------------- /source/_posts/others/organising-training-events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/others/organising-training-events.md -------------------------------------------------------------------------------- /source/_posts/others/organising-training-events/participate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/others/organising-training-events/participate.png -------------------------------------------------------------------------------- /source/_posts/others/resume-tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/others/resume-tips.md -------------------------------------------------------------------------------- /source/_posts/others/resume-tips/resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/others/resume-tips/resume.png -------------------------------------------------------------------------------- /source/_posts/others/swim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/others/swim.md -------------------------------------------------------------------------------- /source/_posts/others/swim/swim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/others/swim/swim.png -------------------------------------------------------------------------------- /source/_posts/website/hexo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/website/hexo.md -------------------------------------------------------------------------------- /source/_posts/website/hexo/hexo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/website/hexo/hexo.png -------------------------------------------------------------------------------- /source/_posts/website/putty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/website/putty.md -------------------------------------------------------------------------------- /source/_posts/website/putty/ssh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/website/putty/ssh.png -------------------------------------------------------------------------------- /source/_posts/writing/composition-seven-tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/writing/composition-seven-tips.md -------------------------------------------------------------------------------- /source/_posts/writing/composition-seven-tips/inkwell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/writing/composition-seven-tips/inkwell.png -------------------------------------------------------------------------------- /source/_posts/writing/markdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/writing/markdown.md -------------------------------------------------------------------------------- /source/_posts/writing/markdown/markdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/writing/markdown/markdown.png -------------------------------------------------------------------------------- /source/_posts/writing/mp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/writing/mp.md -------------------------------------------------------------------------------- /source/_posts/writing/mp/wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/writing/mp/wechat.png -------------------------------------------------------------------------------- /source/_posts/writing/style-guide.assets/image-20201207122815959.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/writing/style-guide.assets/image-20201207122815959.png -------------------------------------------------------------------------------- /source/_posts/writing/style-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/writing/style-guide.md -------------------------------------------------------------------------------- /source/_posts/writing/style-guide/essay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/_posts/writing/style-guide/essay.png -------------------------------------------------------------------------------- /source/about/alipay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/about/alipay.jpg -------------------------------------------------------------------------------- /source/about/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/about/index.md -------------------------------------------------------------------------------- /source/about/wechat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/about/wechat.jpg -------------------------------------------------------------------------------- /source/about/wechat_channel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/about/wechat_channel.jpg -------------------------------------------------------------------------------- /source/about/wechatpay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/about/wechatpay.jpg -------------------------------------------------------------------------------- /source/ads.txt: -------------------------------------------------------------------------------- 1 | google.com, pub-5917720111786469, DIRECT, f08c47fec0942fa0 -------------------------------------------------------------------------------- /source/categories/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/categories/index.md -------------------------------------------------------------------------------- /source/images/alipay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/alipay.jpg -------------------------------------------------------------------------------- /source/images/alipay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/alipay.png -------------------------------------------------------------------------------- /source/images/android-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/android-icon-144x144.png -------------------------------------------------------------------------------- /source/images/android-icon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/android-icon-192x192.png -------------------------------------------------------------------------------- /source/images/android-icon-36x36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/android-icon-36x36.png -------------------------------------------------------------------------------- /source/images/android-icon-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/android-icon-48x48.png -------------------------------------------------------------------------------- /source/images/android-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/android-icon-72x72.png -------------------------------------------------------------------------------- /source/images/android-icon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/android-icon-96x96.png -------------------------------------------------------------------------------- /source/images/apple-touch-icon-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/apple-touch-icon-next.png -------------------------------------------------------------------------------- /source/images/avatar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/avatar.gif -------------------------------------------------------------------------------- /source/images/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/avatar.png -------------------------------------------------------------------------------- /source/images/favicon-16x16-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/favicon-16x16-next.png -------------------------------------------------------------------------------- /source/images/favicon-32x32-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/favicon-32x32-next.png -------------------------------------------------------------------------------- /source/images/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/logo.svg -------------------------------------------------------------------------------- /source/images/reward.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/reward.jpg -------------------------------------------------------------------------------- /source/images/wechat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/wechat.jpg -------------------------------------------------------------------------------- /source/images/wechat_channel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/wechat_channel.jpg -------------------------------------------------------------------------------- /source/images/wechat_mp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/wechat_mp.jpg -------------------------------------------------------------------------------- /source/images/wechatpay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/wechatpay.jpg -------------------------------------------------------------------------------- /source/images/wechatpay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/images/wechatpay.png -------------------------------------------------------------------------------- /source/tags/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/source/tags/index.md -------------------------------------------------------------------------------- /themes/landscape/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules 3 | tmp -------------------------------------------------------------------------------- /themes/landscape/Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/Gruntfile.js -------------------------------------------------------------------------------- /themes/landscape/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/LICENSE -------------------------------------------------------------------------------- /themes/landscape/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/README.md -------------------------------------------------------------------------------- /themes/landscape/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/_config.yml -------------------------------------------------------------------------------- /themes/landscape/languages/de.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/languages/de.yml -------------------------------------------------------------------------------- /themes/landscape/languages/default.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/languages/default.yml -------------------------------------------------------------------------------- /themes/landscape/languages/es.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/languages/es.yml -------------------------------------------------------------------------------- /themes/landscape/languages/fr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/languages/fr.yml -------------------------------------------------------------------------------- /themes/landscape/languages/ja.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/languages/ja.yml -------------------------------------------------------------------------------- /themes/landscape/languages/ko.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/languages/ko.yml -------------------------------------------------------------------------------- /themes/landscape/languages/nl.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/languages/nl.yml -------------------------------------------------------------------------------- /themes/landscape/languages/no.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/languages/no.yml -------------------------------------------------------------------------------- /themes/landscape/languages/pt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/languages/pt.yml -------------------------------------------------------------------------------- /themes/landscape/languages/ru.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/languages/ru.yml -------------------------------------------------------------------------------- /themes/landscape/languages/zh-CN.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/languages/zh-CN.yml -------------------------------------------------------------------------------- /themes/landscape/languages/zh-TW.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/languages/zh-TW.yml -------------------------------------------------------------------------------- /themes/landscape/layout/_partial/after-footer.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_partial/after-footer.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_partial/archive-post.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_partial/archive-post.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_partial/archive.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_partial/archive.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_partial/article.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_partial/article.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_partial/footer.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_partial/footer.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_partial/gauges-analytics.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_partial/gauges-analytics.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_partial/google-analytics.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_partial/google-analytics.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_partial/head.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_partial/head.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_partial/header.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_partial/header.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_partial/mobile-nav.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_partial/mobile-nav.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_partial/post/category.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_partial/post/category.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_partial/post/date.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_partial/post/date.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_partial/post/gallery.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_partial/post/gallery.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_partial/post/nav.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_partial/post/nav.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_partial/post/tag.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_partial/post/tag.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_partial/post/title.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_partial/post/title.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_partial/sidebar.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_partial/sidebar.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_widget/archive.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_widget/archive.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_widget/category.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_widget/category.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_widget/recent_posts.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_widget/recent_posts.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_widget/tag.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_widget/tag.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/_widget/tagcloud.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/_widget/tagcloud.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/archive.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/archive.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/category.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/category.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/index.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/layout.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/layout.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/page.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/page.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/post.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/post.ejs -------------------------------------------------------------------------------- /themes/landscape/layout/tag.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/layout/tag.ejs -------------------------------------------------------------------------------- /themes/landscape/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/package.json -------------------------------------------------------------------------------- /themes/landscape/scripts/fancybox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/scripts/fancybox.js -------------------------------------------------------------------------------- /themes/landscape/source/css/_extend.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/_extend.styl -------------------------------------------------------------------------------- /themes/landscape/source/css/_partial/archive.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/_partial/archive.styl -------------------------------------------------------------------------------- /themes/landscape/source/css/_partial/article.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/_partial/article.styl -------------------------------------------------------------------------------- /themes/landscape/source/css/_partial/comment.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/_partial/comment.styl -------------------------------------------------------------------------------- /themes/landscape/source/css/_partial/footer.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/_partial/footer.styl -------------------------------------------------------------------------------- /themes/landscape/source/css/_partial/header.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/_partial/header.styl -------------------------------------------------------------------------------- /themes/landscape/source/css/_partial/highlight.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/_partial/highlight.styl -------------------------------------------------------------------------------- /themes/landscape/source/css/_partial/mobile.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/_partial/mobile.styl -------------------------------------------------------------------------------- /themes/landscape/source/css/_partial/sidebar-aside.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/_partial/sidebar-aside.styl -------------------------------------------------------------------------------- /themes/landscape/source/css/_partial/sidebar-bottom.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/_partial/sidebar-bottom.styl -------------------------------------------------------------------------------- /themes/landscape/source/css/_partial/sidebar.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/_partial/sidebar.styl -------------------------------------------------------------------------------- /themes/landscape/source/css/_util/grid.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/_util/grid.styl -------------------------------------------------------------------------------- /themes/landscape/source/css/_util/mixin.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/_util/mixin.styl -------------------------------------------------------------------------------- /themes/landscape/source/css/_variables.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/_variables.styl -------------------------------------------------------------------------------- /themes/landscape/source/css/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /themes/landscape/source/css/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /themes/landscape/source/css/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /themes/landscape/source/css/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /themes/landscape/source/css/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /themes/landscape/source/css/images/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/images/banner.jpg -------------------------------------------------------------------------------- /themes/landscape/source/css/style.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/css/style.styl -------------------------------------------------------------------------------- /themes/landscape/source/fancybox/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/fancybox/blank.gif -------------------------------------------------------------------------------- /themes/landscape/source/fancybox/fancybox_loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/fancybox/fancybox_loading.gif -------------------------------------------------------------------------------- /themes/landscape/source/fancybox/fancybox_loading@2x.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/fancybox/fancybox_loading@2x.gif -------------------------------------------------------------------------------- /themes/landscape/source/fancybox/fancybox_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/fancybox/fancybox_overlay.png -------------------------------------------------------------------------------- /themes/landscape/source/fancybox/fancybox_sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/fancybox/fancybox_sprite.png -------------------------------------------------------------------------------- /themes/landscape/source/fancybox/fancybox_sprite@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/fancybox/fancybox_sprite@2x.png -------------------------------------------------------------------------------- /themes/landscape/source/fancybox/helpers/fancybox_buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/fancybox/helpers/fancybox_buttons.png -------------------------------------------------------------------------------- /themes/landscape/source/fancybox/helpers/jquery.fancybox-buttons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/fancybox/helpers/jquery.fancybox-buttons.css -------------------------------------------------------------------------------- /themes/landscape/source/fancybox/helpers/jquery.fancybox-buttons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/fancybox/helpers/jquery.fancybox-buttons.js -------------------------------------------------------------------------------- /themes/landscape/source/fancybox/helpers/jquery.fancybox-media.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/fancybox/helpers/jquery.fancybox-media.js -------------------------------------------------------------------------------- /themes/landscape/source/fancybox/helpers/jquery.fancybox-thumbs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/fancybox/helpers/jquery.fancybox-thumbs.css -------------------------------------------------------------------------------- /themes/landscape/source/fancybox/helpers/jquery.fancybox-thumbs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/fancybox/helpers/jquery.fancybox-thumbs.js -------------------------------------------------------------------------------- /themes/landscape/source/fancybox/jquery.fancybox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/fancybox/jquery.fancybox.css -------------------------------------------------------------------------------- /themes/landscape/source/fancybox/jquery.fancybox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/fancybox/jquery.fancybox.js -------------------------------------------------------------------------------- /themes/landscape/source/fancybox/jquery.fancybox.pack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/fancybox/jquery.fancybox.pack.js -------------------------------------------------------------------------------- /themes/landscape/source/js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ting-talk/blog/HEAD/themes/landscape/source/js/script.js --------------------------------------------------------------------------------