├── .gitignore ├── .travis.yml ├── LICENSE ├── README.md ├── _hexo ├── _config.yml ├── gulpfile.js ├── package-lock.json ├── package.json ├── scaffolds │ ├── draft.md │ ├── page.md │ └── post.md ├── source │ ├── .htaccess │ ├── 404.html │ ├── CNAME │ ├── _data │ │ ├── gallery.yml │ │ └── links.yml │ ├── _posts │ │ ├── 2016-blog-analytics.md │ │ ├── a-fork-in-the-road-cyangenmod.md │ │ ├── add-comment-system-to-hexo.md │ │ ├── after-the-acquisition-of-supersu-by-ccmt.md │ │ ├── android-captive-portal.md │ │ ├── chrome-binary-download.md │ │ ├── coding-snapdragon-810-down.md │ │ ├── collection-of-image-hosting.md │ │ ├── compare-vps-ecs-vh.md │ │ ├── coolapk-in-my-mind.md │ │ ├── cpu-governer-interative-core-ctl.md │ │ ├── delasaka-paranoia-api.md │ │ ├── enable-hsts.md │ │ ├── forcestopgb-lieying-brevent.md │ │ ├── good-bye-2016.md │ │ ├── good-bye-2017.md │ │ ├── google-analytics-optimize.md │ │ ├── haidian-xicheng-chinese-paper.md │ │ ├── hello-disqus-and-goodbye-duoshuo.md │ │ ├── hexo-auto-deploy-with-daocloud.md │ │ ├── hexo-auto-deploy-with-flow-ci.md │ │ ├── hexo-auto-deploy-with-gitlab-ci.md │ │ ├── hexo-auto-deploy-with-travis-ci.md │ │ ├── hexokit-intro.md │ │ ├── how-to-choose-customlized-rom-and-stock-ui.md │ │ ├── how-to-manage-a-open-source-project-from-material.md │ │ ├── how-to-show-disqus-comment-in-gfw.md │ │ ├── how-to-write-beautiful-github-readme.md │ │ ├── laikai-home.md │ │ ├── lets-check-and-study-wechat-trojan.md │ │ ├── meizu-qrcode-screenshot.md │ │ ├── my-view-of-freedom.md │ │ ├── my-view-of-green-android.md │ │ ├── network-in-china.md │ │ ├── open-source-in-china.md │ │ ├── optimization-of-my-blog.md │ │ ├── public-static-cdn-service.md │ │ ├── pwa-support-for-my-blog.md │ │ ├── sw-toolbox-practice.md │ │ ├── switch-f2fs-file-system-for-android.md │ │ ├── the-importance-of-using-https.md │ │ ├── the-prosperous-china-as-you-wish.md │ │ ├── the-silence-city.md │ │ ├── use-hexo-at-any-time-any-place.md │ │ ├── why-xposed-cause-unsmooth-exprience.md │ │ ├── wpo-by-prefetch.md │ │ ├── wpo-by-service-worker.md │ │ ├── wpo-data-uri-performance.md │ │ ├── wpo-localstorage-css-js.md │ │ ├── wpo-preload-serverpush.md │ │ ├── wpo-web-font-performance.md │ │ ├── xiaomi-anc-earphone-3-5.md │ │ └── xiaomi-anc-earphone.md │ ├── about.md │ ├── apply-for-links.md │ ├── comment-policy.md │ ├── creativecommons.md │ ├── favicon.ico │ ├── favicon.png │ ├── gallery.md │ ├── history.md │ ├── img │ │ ├── avatar-m.png │ │ ├── avatar.min.png │ │ ├── avatar.png │ │ ├── blackmaterial.png │ │ ├── d.jpg │ │ ├── logo-island.png │ │ ├── pwa-icons │ │ │ ├── icon-128x128.png │ │ │ ├── icon-144x144.png │ │ │ ├── icon-152x152.png │ │ │ ├── icon-192x192.png │ │ │ ├── icon-384x384.png │ │ │ ├── icon-512x512.png │ │ │ ├── icon-72x72.png │ │ │ └── icon-96x96.png │ │ ├── thumbnails │ │ │ ├── 146529302734.jpg │ │ │ ├── 2016-blog-analytics.png │ │ │ ├── 986805f4703a3f82e24037321e948542.png │ │ │ ├── add-comment-system-to-hexo.png │ │ │ ├── after-the-acquisition-of-supersu-by-ccmt.jpg │ │ │ ├── android-captive-portal-min.png │ │ │ ├── blog-analytics-of-first-200-days.png │ │ │ ├── chrome-binary-download.png │ │ │ ├── coding-snapdragon-810-down.jpg │ │ │ ├── compare-vps-ecs-vh.png │ │ │ ├── coolapk-in-my-mind.png │ │ │ ├── cpu-governer-interative-core-ctl.png │ │ │ ├── delasaka-paranoia-api.png │ │ │ ├── enabled-HSTS.jpg │ │ │ ├── forcestopgb-lieying-brevent.png │ │ │ ├── goodbye-2016.jpg │ │ │ ├── goodbye-2017.jpg │ │ │ ├── google-analytics-optimize.png │ │ │ ├── hello-disqus-and-goodbye-duoshuo.png │ │ │ ├── hexo-auto-deploy-with-daocloud.png │ │ │ ├── hexo-auto-deploy-with-flow.ci.png │ │ │ ├── hexo-auto-deploy-with-gitlab-ci.png │ │ │ ├── hexo-auto-deploy-with-travis-ci.png │ │ │ ├── hexo-theme-material-1-4-0.png │ │ │ ├── hexokit-intro.png │ │ │ ├── how-to-choose-customlized-rom-and-stock-ui-min.png │ │ │ ├── how-to-show-disqus-comment-in-gfw.png │ │ │ ├── how-to-write-beautiful-github-readme.png │ │ │ ├── http2https-for-the-whole-website.png │ │ │ ├── install-deepin-as-enviroment.png │ │ │ ├── laika-home.jpg │ │ │ ├── learn-how-to-manage-a-open-source-project-from-material.png │ │ │ ├── localstorage-feature.png │ │ │ ├── memory-of-the-lost-lbe.png │ │ │ ├── my-view-of-freedom.png │ │ │ ├── my-view-of-green-android.png │ │ │ ├── network-in-china.jpg │ │ │ ├── network-in-china.png │ │ │ ├── optimization-of-my-blog.png │ │ │ ├── pwa-support-for-my-blog.png │ │ │ ├── snipaste_170516_181650.png │ │ │ ├── speedy-by-service-worker.png │ │ │ ├── story.jpg │ │ │ ├── sw-toolbox-practice.png │ │ │ ├── switch-f2fs-file-system-for-android.jpg │ │ │ ├── the-end-of-an-era-of-cyanogenmod.png │ │ │ ├── the-importance-of-using-https.jpg │ │ │ ├── the-prosperous-china-as-you-wish.jpg │ │ │ ├── the-silence-city.jpg │ │ │ ├── typecho-hexo-wordPress-compare.jpg │ │ │ ├── typecho-to-hexo.jpg │ │ │ ├── use-hexo-at-any-time-any-place.png │ │ │ ├── why-xposed-cause-unsmooth-exprience.png │ │ │ ├── wpo-data-uri-performance.png │ │ │ ├── wpo-preload-serverpush.png │ │ │ ├── xiaomi-anc-earphone-3-5.jpg │ │ │ └── xiaomi-anc-earphone.jpg │ │ ├── tower.jpg │ │ ├── u.png │ │ └── 愚弄者.png │ ├── links.md │ ├── robots.txt │ ├── search.md │ ├── static │ │ ├── js │ │ │ ├── jquery.ag.3.js │ │ │ ├── nfz.js │ │ │ └── sw-t.js │ │ ├── manifest.min.json │ │ └── os.xml │ ├── sw.js │ └── tags.md └── themes │ ├── hexo-theme-spectre │ ├── .eslintrc.json │ ├── .gitignore │ ├── CONTRIBUTING.md │ ├── CONTRIBUTING.zh-cn.md │ ├── LICENSE │ ├── README.md │ ├── _config.yml │ ├── contributing.json │ ├── dist │ │ ├── css │ │ │ ├── prettify-theme │ │ │ │ ├── atelier-cave-dark.css │ │ │ │ ├── atelier-cave-light.css │ │ │ │ ├── atelier-dune-dark.css │ │ │ │ ├── atelier-dune-light.css │ │ │ │ ├── atelier-estuary-dark.css │ │ │ │ ├── atelier-estuary-light.css │ │ │ │ ├── atelier-forest-dark.css │ │ │ │ ├── atelier-forest-light.css │ │ │ │ ├── atelier-heath-dark.css │ │ │ │ ├── atelier-heath-light.css │ │ │ │ ├── atelier-lakeside-dark.css │ │ │ │ ├── atelier-lakeside-light.css │ │ │ │ ├── atelier-plateau-dark.css │ │ │ │ ├── atelier-plateau-light.css │ │ │ │ ├── atelier-savanna-dark.css │ │ │ │ ├── atelier-savanna-light.css │ │ │ │ ├── atelier-seaside-dark.css │ │ │ │ ├── atelier-seaside-light.css │ │ │ │ ├── atelier-sulphurpool-dark.css │ │ │ │ ├── atelier-sulphurpool-light.css │ │ │ │ ├── github-v2.css │ │ │ │ ├── github.css │ │ │ │ ├── hemisu-dark.css │ │ │ │ ├── hemisu-light.css │ │ │ │ ├── tomorrow-night-blue.css │ │ │ │ ├── tomorrow-night-bright.css │ │ │ │ ├── tomorrow-night-eighties.css │ │ │ │ ├── tomorrow-night.css │ │ │ │ ├── tomorrow.css │ │ │ │ ├── tranquil-heart.css │ │ │ │ └── vibrant-ink.css │ │ │ ├── prism.css │ │ │ └── style.css │ │ ├── js │ │ │ ├── MathJax.js │ │ │ ├── hanabi-browser-bundle.js │ │ │ └── prettify.js │ │ └── libs │ │ │ ├── js │ │ │ └── lazyload.js │ │ │ └── spectre │ │ │ ├── spectre-exp.css │ │ │ ├── spectre-icons.css │ │ │ └── spectre.css │ ├── gulpfile.js │ ├── languages │ │ ├── ar.yml │ │ ├── de.yml │ │ ├── en.yml │ │ ├── es.yml │ │ ├── fr.yml │ │ ├── ja.yml │ │ ├── ms.yml │ │ ├── pt-BR.yml │ │ ├── zh-CN.yml │ │ └── zh-TW.yml │ ├── layout │ │ ├── _pages │ │ │ ├── gallery.ejs │ │ │ ├── links.ejs │ │ │ ├── post.ejs │ │ │ ├── search.ejs │ │ │ ├── tagcloud.ejs │ │ │ └── timeline.ejs │ │ ├── _partial │ │ │ ├── footer.ejs │ │ │ ├── footer │ │ │ │ └── left-sns-list.ejs │ │ │ ├── head.ejs │ │ │ ├── head │ │ │ │ ├── appicon.ejs │ │ │ │ ├── dns-prefetch.ejs │ │ │ │ ├── meta.ejs │ │ │ │ ├── open-graph.ejs │ │ │ │ ├── rss.ejs │ │ │ │ ├── site-verification.ejs │ │ │ │ └── structured-data.ejs │ │ │ ├── index-nav.ejs │ │ │ ├── index │ │ │ │ ├── author_info.ejs │ │ │ │ └── daily_pic.ejs │ │ │ ├── menu │ │ │ │ ├── index-menu.ejs │ │ │ │ ├── index-share.ejs │ │ │ │ ├── post-qrcode.ejs │ │ │ │ └── post-share.ejs │ │ │ ├── post-entry.ejs │ │ │ ├── post-license.ejs │ │ │ ├── post │ │ │ │ ├── footer-info.ejs │ │ │ │ └── nav.ejs │ │ │ ├── sidebar.ejs │ │ │ ├── sidebar │ │ │ │ ├── footer.ejs │ │ │ │ ├── header.ejs │ │ │ │ └── navigation.ejs │ │ │ └── toTop.ejs │ │ ├── _plugin │ │ │ ├── analytics │ │ │ │ ├── baidu.ejs │ │ │ │ ├── cnzz.ejs │ │ │ │ └── google.ejs │ │ │ ├── comment │ │ │ │ ├── changyan │ │ │ │ │ ├── common.ejs │ │ │ │ │ └── main.ejs │ │ │ │ ├── disqus │ │ │ │ │ ├── common.ejs │ │ │ │ │ └── main.ejs │ │ │ │ ├── disqus_click │ │ │ │ │ ├── common.ejs │ │ │ │ │ └── main.ejs │ │ │ │ ├── gitalk │ │ │ │ │ ├── common.ejs │ │ │ │ │ └── main.ejs │ │ │ │ ├── gitment │ │ │ │ │ ├── common.ejs │ │ │ │ │ └── main.ejs │ │ │ │ ├── livere │ │ │ │ │ ├── common.ejs │ │ │ │ │ └── main.ejs │ │ │ │ └── valine │ │ │ │ │ ├── common.ejs │ │ │ │ │ └── main.ejs │ │ │ ├── highlight │ │ │ │ ├── hanabi.ejs │ │ │ │ └── prettify.ejs │ │ │ └── mathjax.ejs │ │ ├── _source │ │ │ ├── footer.ejs │ │ │ └── head.ejs │ │ ├── _widget │ │ │ ├── console_runjs.ejs │ │ │ └── search-json.ejs │ │ ├── archive.ejs │ │ ├── category.ejs │ │ ├── index.ejs │ │ ├── layout.ejs │ │ ├── post.ejs │ │ └── tag.ejs │ ├── package-lock.json │ ├── package.json │ ├── scripts │ │ ├── json_generator.js │ │ └── search.js │ └── source │ │ ├── css │ │ ├── prettify-theme │ │ │ ├── atelier-cave-dark.min.css │ │ │ ├── atelier-cave-light.min.css │ │ │ ├── atelier-dune-dark.min.css │ │ │ ├── atelier-dune-light.min.css │ │ │ ├── atelier-estuary-dark.min.css │ │ │ ├── atelier-estuary-light.min.css │ │ │ ├── atelier-forest-dark.min.css │ │ │ ├── atelier-forest-light.min.css │ │ │ ├── atelier-heath-dark.min.css │ │ │ ├── atelier-heath-light.min.css │ │ │ ├── atelier-lakeside-dark.min.css │ │ │ ├── atelier-lakeside-light.min.css │ │ │ ├── atelier-plateau-dark.min.css │ │ │ ├── atelier-plateau-light.min.css │ │ │ ├── atelier-savanna-dark.min.css │ │ │ ├── atelier-savanna-light.min.css │ │ │ ├── atelier-seaside-dark.min.css │ │ │ ├── atelier-seaside-light.min.css │ │ │ ├── atelier-sulphurpool-dark.min.css │ │ │ ├── atelier-sulphurpool-light.min.css │ │ │ ├── github-v2.min.css │ │ │ ├── github.min.css │ │ │ ├── hemisu-dark.min.css │ │ │ ├── hemisu-light.min.css │ │ │ ├── tomorrow-night-blue.min.css │ │ │ ├── tomorrow-night-bright.min.css │ │ │ ├── tomorrow-night-eighties.min.css │ │ │ ├── tomorrow-night.min.css │ │ │ ├── tomorrow.min.css │ │ │ ├── tranquil-heart.min.css │ │ │ └── vibrant-ink.min.css │ │ ├── prism.min.css │ │ └── style.min.css │ │ ├── img │ │ ├── avatar.png │ │ ├── bg.png │ │ ├── browserstack_logo.png │ │ ├── daily_pic.png │ │ ├── favicon.png │ │ ├── footer │ │ │ ├── footer_ico-bilibili.svg │ │ │ ├── footer_ico-facebook.svg │ │ │ ├── footer_ico-github.svg │ │ │ ├── footer_ico-gplus.svg │ │ │ ├── footer_ico-instagram.svg │ │ │ ├── footer_ico-linkedin.svg │ │ │ ├── footer_ico-segmentfault.svg │ │ │ ├── footer_ico-telegram.svg │ │ │ ├── footer_ico-tumblr.svg │ │ │ ├── footer_ico-twitter.svg │ │ │ ├── footer_ico-v2ex.svg │ │ │ ├── footer_ico-weibo.svg │ │ │ └── footer_ico-zhihu.svg │ │ ├── gallery │ │ │ ├── arrow.svg │ │ │ ├── close.svg │ │ │ └── spinner.svg │ │ ├── logo.png │ │ ├── random │ │ │ ├── material-1.png │ │ │ ├── material-10.png │ │ │ ├── material-11.png │ │ │ ├── material-12.png │ │ │ ├── material-13.png │ │ │ ├── material-14.png │ │ │ ├── material-15.png │ │ │ ├── material-16.png │ │ │ ├── material-17.png │ │ │ ├── material-18.png │ │ │ ├── material-19.png │ │ │ ├── material-2.png │ │ │ ├── material-3.png │ │ │ ├── material-4.png │ │ │ ├── material-5.png │ │ │ ├── material-6.png │ │ │ ├── material-7.png │ │ │ ├── material-8.png │ │ │ └── material-9.png │ │ ├── sidebar_header.png │ │ └── upyun_logo.svg │ │ ├── js │ │ ├── MathJax.min.js │ │ ├── hanabi-browser-bundle.min.js │ │ └── prettify.min.js │ │ └── libs │ │ ├── js │ │ └── lazyload.min.js │ │ └── spectre │ │ ├── spectre-exp.min.css │ │ ├── spectre-icons.min.css │ │ └── spectre.min.css │ └── material │ ├── _config.yml │ ├── languages │ ├── ar.yml │ ├── de.yml │ ├── en.yml │ ├── es.yml │ ├── fr.yml │ ├── ja.yml │ ├── ms.yml │ ├── pt-BR.yml │ ├── zh-CN.yml │ └── zh-TW.yml │ ├── layout │ ├── _partial │ │ ├── Isolation-post-info.ejs │ │ ├── Isolation-post_entry.ejs │ │ ├── Paradox-post-info.ejs │ │ ├── Paradox-post-thumbnail.ejs │ │ ├── Paradox-post_entry-thumbnail.ejs │ │ ├── Paradox-post_entry.ejs │ │ ├── Paradox-search.ejs │ │ ├── blog_info.ejs │ │ ├── comment.ejs │ │ ├── config_css.ejs │ │ ├── config_font.ejs │ │ ├── daily_pic.ejs │ │ ├── footer-left.ejs │ │ ├── footer-option.ejs │ │ ├── footer.ejs │ │ ├── footer_top.ejs │ │ ├── head.ejs │ │ ├── import_js.ejs │ │ ├── isolate-sns_list.ejs │ │ ├── isolate_info.ejs │ │ ├── post-content.ejs │ │ ├── post-header.ejs │ │ ├── post-info-share.ejs │ │ ├── post-nav.ejs │ │ ├── sidebar-footer.ejs │ │ ├── sidebar-footer_image.ejs │ │ ├── sidebar-header.ejs │ │ ├── sidebar-navigation.ejs │ │ ├── sidebar.ejs │ │ ├── structured-data.ejs │ │ └── toc_button.ejs │ ├── _widget │ │ ├── analytics │ │ │ ├── baidu-analytics.ejs │ │ │ ├── cnzz-analytics.ejs │ │ │ └── google-analytics.ejs │ │ ├── comment │ │ │ ├── changyan │ │ │ │ ├── common.ejs │ │ │ │ ├── enter.ejs │ │ │ │ └── main.ejs │ │ │ ├── disqus │ │ │ │ ├── common.ejs │ │ │ │ ├── enter.ejs │ │ │ │ └── main.ejs │ │ │ ├── disqus_click │ │ │ │ ├── common.ejs │ │ │ │ ├── enter.ejs │ │ │ │ └── main.ejs │ │ │ ├── disqus_proxy │ │ │ │ ├── common.ejs │ │ │ │ ├── enter.ejs │ │ │ │ └── main.ejs │ │ │ ├── gitment │ │ │ │ ├── common.ejs │ │ │ │ ├── enter.ejs │ │ │ │ └── main.ejs │ │ │ ├── livere │ │ │ │ ├── common.ejs │ │ │ │ ├── enter.ejs │ │ │ │ └── main.ejs │ │ │ └── valine │ │ │ │ ├── common.ejs │ │ │ │ ├── enter.ejs │ │ │ │ └── main.ejs │ │ ├── dnsprefetch.ejs │ │ ├── leancloud-like.ejs │ │ ├── leancloud-views.ejs │ │ ├── leancloud-views_num.ejs │ │ ├── mathjax.ejs │ │ ├── nprogress.ejs │ │ ├── page-gallery.ejs │ │ ├── page-links.ejs │ │ ├── page-tagcloud.ejs │ │ ├── page-timeline.ejs │ │ ├── qrcode.ejs │ │ ├── search-local-js.ejs │ │ └── search-swiftype-js.ejs │ ├── index.ejs │ ├── layout.ejs │ └── post.ejs │ ├── scripts │ ├── helper.js │ └── lib │ │ ├── css_lsload.js │ │ ├── font_lsload.js │ │ ├── get_file_hex.js │ │ ├── js_hex.js │ │ ├── js_lsload.js │ │ └── path_for.js │ └── source │ ├── css │ ├── disqus-proxy.css │ ├── disqus-proxy.min.css │ ├── duoshuo.css │ ├── duoshuo.min.css │ ├── fontawesome.min.css │ ├── gallery.min.css │ ├── ie-blocker.css │ ├── material-icons.css │ ├── material.css │ ├── material.min.css │ ├── prettify.css │ ├── prettify.min.css │ ├── prettify │ │ ├── atelier-cave-dark.min.css │ │ ├── atelier-cave-light.min.css │ │ ├── atelier-dune-dark.min.css │ │ ├── atelier-dune-light.min.css │ │ ├── atelier-estuary-dark.min.css │ │ ├── atelier-estuary-light.min.css │ │ ├── atelier-forest-dark.min.css │ │ ├── atelier-forest-light.min.css │ │ ├── atelier-heath-dark.min.css │ │ ├── atelier-heath-light.min.css │ │ ├── atelier-lakeside-dark.min.css │ │ ├── atelier-lakeside-light.min.css │ │ ├── atelier-plateau-dark.min.css │ │ ├── atelier-plateau-light.min.css │ │ ├── atelier-savanna-dark.min.css │ │ ├── atelier-savanna-light.min.css │ │ ├── atelier-seaside-dark.min.css │ │ ├── atelier-seaside-light.min.css │ │ ├── atelier-sulphurpool-dark.min.css │ │ ├── atelier-sulphurpool-light.min.css │ │ ├── github-v2.min.css │ │ ├── github.min.css │ │ ├── hemisu-dark.min.css │ │ ├── hemisu-light.min.css │ │ ├── tomorrow-night-blue.min.css │ │ ├── tomorrow-night-bright.min.css │ │ ├── tomorrow-night-eighties.min.css │ │ ├── tomorrow-night.min.css │ │ ├── tomorrow.min.css │ │ ├── tranquil-heart.min.css │ │ └── vibrant-ink.min.css │ ├── style.css │ ├── style.min.css │ └── uc.css │ ├── img │ ├── footer │ │ ├── footer_ico-bilibili.svg │ │ ├── footer_ico-facebook.svg │ │ ├── footer_ico-github.svg │ │ ├── footer_ico-gplus.svg │ │ ├── footer_ico-instagram.svg │ │ ├── footer_ico-linkedin.svg │ │ ├── footer_ico-telegram.svg │ │ ├── footer_ico-tumblr.svg │ │ ├── footer_ico-twitter.svg │ │ ├── footer_ico-v2ex.svg │ │ ├── footer_ico-weibo.svg │ │ └── footer_ico-zhihu.svg │ ├── gallery │ │ ├── arrow.svg │ │ ├── close.svg │ │ └── spinner.svg │ ├── random │ │ ├── material-1.png │ │ ├── material-10.png │ │ ├── material-11.png │ │ ├── material-12.png │ │ ├── material-13.png │ │ ├── material-14.png │ │ ├── material-15.png │ │ ├── material-16.png │ │ ├── material-17.png │ │ ├── material-18.png │ │ ├── material-19.png │ │ ├── material-2.png │ │ ├── material-3.png │ │ ├── material-4.png │ │ ├── material-5.png │ │ ├── material-6.png │ │ ├── material-7.png │ │ ├── material-8.png │ │ └── material-9.png │ └── upyun_logo.svg │ └── js │ ├── Valine.min.js │ ├── gallery │ └── gallery.js │ ├── hanabi-browser-bundle.js │ ├── ie-blocker.en.js │ ├── ie-blocker.zhCN.js │ ├── jquery.min.js │ ├── js.js │ ├── js.min.js │ ├── lazyload.min.js │ ├── local-search.js │ ├── lsloader.js │ ├── lsloader.min.js │ ├── mathjax.js │ ├── nprogress.js │ ├── prettify.min.js │ ├── queue.js │ ├── queue.min.js │ └── smoothscroll.js ├── _patch └── index.js ├── deploy.sh ├── drafts-post ├── alternative-google-seo-guide.md ├── ddos-protection.md └── default.md ├── images ├── 0000002.jpg ├── 0000005.png ├── 0000006.jpg ├── 0000007.png ├── 0000009.png ├── 0000010.png ├── 0000012.png ├── 0000013.png ├── 0000014.png ├── 0000015.png ├── 0000016.png ├── 0000017.png ├── 0000018.png ├── 0000019.png ├── 0000020.png ├── 0000021.png ├── 0000024.jpg ├── 0000025.png ├── 0000026.png ├── 0000029.jpg ├── 0000030.png ├── 0000031.png ├── 0000032.png ├── 0000033.png ├── 0000035.png ├── 0000036.png ├── 0000037.png ├── 0000042.png ├── 0000043.png ├── 0000044.jpg ├── 0000050.png ├── 0000051.jpg ├── 0000052.png ├── 0000053.png ├── 0000054.png ├── 0000055.png ├── 0000056.png ├── 0000057.png ├── 0000059.png ├── 0000060.jpg ├── 0000062.png ├── 0000063.png ├── 0000064.png ├── 0000065.png ├── 0000066.png ├── 0000067.png ├── 0000069.png ├── 0000070.jpg ├── 0000071.png ├── 0000072.png ├── 0000073.png ├── 0000074.png ├── 0000075.png ├── 0000076.png ├── 0000077.png ├── 0000084.png ├── 0000085.png ├── 0000086.png ├── 0000087.png ├── 0000088.png ├── 0000089.png ├── 0000090.png ├── 0000100.png ├── 0000101.png ├── 0000102.png ├── 0000103.png ├── 0000104.png ├── 0000105.png ├── 0000106.png ├── 0000107.png ├── 0000108.png ├── 0000109.png ├── 0000110.jpg ├── 0000111.png ├── 0000112.png ├── 0000113.png ├── 0000115.png ├── 0000116.png ├── 0000122.png ├── 0000123.png ├── 0000124.png ├── 0000130.png ├── 0000131.png ├── 0000132.png ├── 0000133.png ├── 0000134.png ├── 0000135.png ├── 0000136.png ├── 0000137.png ├── 0000138.png ├── 0000139.png ├── 0000140.png ├── 0000141.png ├── 0000142.jpg ├── 0000144.jpg ├── 0000145.jpg ├── 0000146.jpg ├── 0000147.jpg ├── 0000148.jpg ├── 0000150.jpg ├── 0000151.jpg ├── 0000152.jpg ├── 0000153.jpg ├── 0000155.jpg ├── 0000156.jpg ├── 0000157.png ├── 0000160.jpg ├── 0000162.jpg ├── 0000164.jpg ├── 0000165.jpg ├── 0000166.jpg ├── 0000167.jpg ├── 0000170.png ├── 0000171.png ├── 0000173.png ├── 0000174.png ├── 0000175.png ├── 0000176.png ├── 0000180.png ├── 0000181.png ├── 0000182.png ├── 0000185.png ├── avatar │ └── 妄想者.png └── links │ ├── 1111lab.org.jpg │ ├── 131.re.jpg │ ├── 1a23.com.png │ ├── blackyau.cc.jpg │ ├── blog.asec01.net.png │ ├── blog.ihoey.com.png │ ├── blog.indexyz.me.jpg │ ├── blog.lwl12.com.jpg │ ├── blog.omico.me.jpeg │ ├── blog.poi.cat.png │ ├── dcc.cat.png │ ├── elepover.com.jpg │ ├── ephen.me.jpg │ ├── everdream.xyz.jpeg │ ├── flyhigher.top.png │ ├── halyul.com.png │ ├── i-meto.com.jpg │ ├── iacn.me.png │ ├── ikk.me.jpg │ ├── imiku.me.png │ ├── itroy.cc.png │ ├── ivanilla.org.png │ ├── kejun.space.png │ ├── kn007.net.jpg │ ├── letitfly.me.png │ ├── lirici.moe.jpg │ ├── liyin.date.png │ ├── mat.letitfly.me.png │ ├── maxfox.me.png │ ├── milkice.me.jpg │ ├── never.pet.jpg │ ├── siyuanlau.github.io.jpg │ ├── ss.ime.moe.png │ ├── trumeet.top.png │ ├── viosey.com.png │ ├── www.isthnew.com.png │ ├── www.iwch.me.jpg │ ├── www.mokeyjay.com.jpg │ └── www.xuegaogg.com.png ├── package-lock.json └── patch.sh /.gitignore: -------------------------------------------------------------------------------- 1 | _hexo/.DS_Store 2 | _hexo/Thumbs.db 3 | _hexo/db.json 4 | _hexo/*.log 5 | _hexo/node_modules/ 6 | _hexo/public/ 7 | _hexo/.deploy*/ 8 | _hexo/themes/material-old/ -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | dist: trusty 3 | node_js: 4 | - "9" 5 | install: 6 | - cd _hexo 7 | - npm install 8 | - cd themes 9 | - cd hexo-theme-spectre 10 | - npm install 11 | - cd .. 12 | - cd .. 13 | script: 14 | - \cp -f ../_patch/index.js node_modules/hexo-prism-plugin/src/index.js 15 | - chmod +x ../deploy.sh 16 | - npm run build 17 | - ../deploy.sh > /dev/null 18 | branches: 19 | only: 20 | - raw 21 | cache: 22 | directories: 23 | - _hexo/node_modules 24 | notifications: 25 | webhooks: https://fathomless-fjord-24024.herokuapp.com/notify 26 | -------------------------------------------------------------------------------- /_hexo/gulpfile.js: -------------------------------------------------------------------------------- 1 | var gulp = require('gulp'); 2 | var htmlmin = require('gulp-htmlmin'); 3 | var htmlclean = require('gulp-htmlclean'); 4 | gulp.task('minify-html', function() { 5 | return gulp.src('./public/**/*.html') 6 | .pipe(htmlmin({ 7 | removeComments: true, 8 | minifyJS: true, 9 | minifyCSS: true, 10 | collapseWhitespace: true, 11 | })) 12 | .pipe(htmlclean()) 13 | .pipe(gulp.dest('./public')) 14 | }); 15 | gulp.task('default', [ 16 | 'minify-html' 17 | ]); -------------------------------------------------------------------------------- /_hexo/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "neoFelhz-Blog", 3 | "version": "0.0.0", 4 | "private": true, 5 | "scripts": { 6 | "generate": "hexo g", 7 | "deploy": "hexo d", 8 | "server": "hexo s", 9 | "clean": "hexo clean", 10 | "compress": "gulp", 11 | "build": "hexo clean && hexo g && gulp" 12 | }, 13 | "hexo": { 14 | "version": "3.5.0" 15 | }, 16 | "dependencies": { 17 | "hexo": "^3.5.0", 18 | "hexo-filter-auto-spacing": "^0.2.1", 19 | "hexo-generator-archive": "^0.1.5", 20 | "hexo-generator-category": "^0.1.3", 21 | "hexo-generator-feed": "^1.2.2", 22 | "hexo-generator-index": "^0.2.1", 23 | "hexo-generator-seo-friendly-sitemap": "^0.0.21", 24 | "hexo-generator-tag": "^0.2.0", 25 | "hexo-helper-qrcode": "^1.0.2", 26 | "hexo-prism-plugin": "^2.2.0", 27 | "hexo-renderer-ejs": "^0.3.1", 28 | "hexo-renderer-marked": "^0.3.2", 29 | "hexo-renderer-stylus": "^0.3.3", 30 | "hexo-server": "^0.3.1" 31 | }, 32 | "devDependencies": { 33 | "gulp": "^3.9.1", 34 | "gulp-htmlclean": "^2.7.15", 35 | "gulp-htmlmin": "^4.0.0" 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /_hexo/scaffolds/draft.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: {{ title }} 3 | tags: 4 | --- 5 | -------------------------------------------------------------------------------- /_hexo/scaffolds/page.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: {{ title }} 3 | date: {{ date }} 4 | --- 5 | -------------------------------------------------------------------------------- /_hexo/scaffolds/post.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: {{ title }} 3 | date: {{ date }} 4 | updated: {{ date }} 5 | tags: 6 | - 7 | categories: 8 | - 9 | thumbnail: 10 | --- 11 | -------------------------------------------------------------------------------- /_hexo/source/CNAME: -------------------------------------------------------------------------------- 1 | blog.nfz.moe -------------------------------------------------------------------------------- /_hexo/source/comment-policy.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 本博客的评论政策 3 | permalink: comment-policy.html 4 | date: 2017-12-17 9:34:46 5 | updated: 2017-12-17 9:34:46 6 | notag: true 7 | description: neoFelhz's Blog 的评论政策 8 | --- 9 | 10 | # 总则 11 | 12 | - 访客在 `neoFelhz's Blog` 发布评论时就意味着**已经无条件接受**本评论政策的**所有条款** 13 | - `neoFelhz` **有权随时调整**本评论政策,而且**没有任何义务**对过去进行过评论的访客进行特别通告 14 | - 当一条评论同时符合「可接受内容」和「不可接受内容时」,此评论会被删除 15 | - 任何一个评论内容是否符合评论政策,**由** `neoFelhz` **全权决定** 16 | - `neoFelhz` 有权在没有进行特别通告的情况下**修改评论内容** 17 | - 访客在 `neoFelhz's Blog` 发布的**所有评论**,**一律视为使用** `CC BY-NC-SA 3.0 Unported` 协议**共享**。 18 | 19 | # 可接受的评论 20 | 21 | #### `neoFelhz's Blog` 接受任何符合以下类型的评论: 22 | 23 | - 关于文章内容的询问 24 | - 对文章内容提出质疑或补充 25 | - 正常表示情绪的内容 26 | 27 | # 不允许发布的评论 28 | 29 | #### 任何以下类型的评论将不会通过审核并可能被删除: 30 | 31 | - 广告或与文章内容毫无关联的低质量内容 32 | - 不宜在工作时间内查看的内容的(NSFW) 33 | - 令大部分使用人群感到不快的内容 34 | - 极端主义、恐怖主义或与社会主流意识不符的 35 | - 任何被认为或可能被认为是侮辱性或包含谩骂性质的词汇、语句 36 | -------------------------------------------------------------------------------- /_hexo/source/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/favicon.ico -------------------------------------------------------------------------------- /_hexo/source/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/favicon.png -------------------------------------------------------------------------------- /_hexo/source/gallery.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 图库 3 | date: 4 | layout: gallery 5 | permalink: /gallery.html 6 | --- -------------------------------------------------------------------------------- /_hexo/source/img/avatar-m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/avatar-m.png -------------------------------------------------------------------------------- /_hexo/source/img/avatar.min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/avatar.min.png -------------------------------------------------------------------------------- /_hexo/source/img/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/avatar.png -------------------------------------------------------------------------------- /_hexo/source/img/blackmaterial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/blackmaterial.png -------------------------------------------------------------------------------- /_hexo/source/img/d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/d.jpg -------------------------------------------------------------------------------- /_hexo/source/img/logo-island.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/logo-island.png -------------------------------------------------------------------------------- /_hexo/source/img/pwa-icons/icon-128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/pwa-icons/icon-128x128.png -------------------------------------------------------------------------------- /_hexo/source/img/pwa-icons/icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/pwa-icons/icon-144x144.png -------------------------------------------------------------------------------- /_hexo/source/img/pwa-icons/icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/pwa-icons/icon-152x152.png -------------------------------------------------------------------------------- /_hexo/source/img/pwa-icons/icon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/pwa-icons/icon-192x192.png -------------------------------------------------------------------------------- /_hexo/source/img/pwa-icons/icon-384x384.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/pwa-icons/icon-384x384.png -------------------------------------------------------------------------------- /_hexo/source/img/pwa-icons/icon-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/pwa-icons/icon-512x512.png -------------------------------------------------------------------------------- /_hexo/source/img/pwa-icons/icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/pwa-icons/icon-72x72.png -------------------------------------------------------------------------------- /_hexo/source/img/pwa-icons/icon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/pwa-icons/icon-96x96.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/146529302734.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/146529302734.jpg -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/2016-blog-analytics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/2016-blog-analytics.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/986805f4703a3f82e24037321e948542.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/986805f4703a3f82e24037321e948542.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/add-comment-system-to-hexo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/add-comment-system-to-hexo.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/after-the-acquisition-of-supersu-by-ccmt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/after-the-acquisition-of-supersu-by-ccmt.jpg -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/android-captive-portal-min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/android-captive-portal-min.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/blog-analytics-of-first-200-days.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/blog-analytics-of-first-200-days.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/chrome-binary-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/chrome-binary-download.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/coding-snapdragon-810-down.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/coding-snapdragon-810-down.jpg -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/compare-vps-ecs-vh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/compare-vps-ecs-vh.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/coolapk-in-my-mind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/coolapk-in-my-mind.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/cpu-governer-interative-core-ctl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/cpu-governer-interative-core-ctl.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/delasaka-paranoia-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/delasaka-paranoia-api.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/enabled-HSTS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/enabled-HSTS.jpg -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/forcestopgb-lieying-brevent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/forcestopgb-lieying-brevent.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/goodbye-2016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/goodbye-2016.jpg -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/goodbye-2017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/goodbye-2017.jpg -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/google-analytics-optimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/google-analytics-optimize.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/hello-disqus-and-goodbye-duoshuo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/hello-disqus-and-goodbye-duoshuo.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/hexo-auto-deploy-with-daocloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/hexo-auto-deploy-with-daocloud.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/hexo-auto-deploy-with-flow.ci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/hexo-auto-deploy-with-flow.ci.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/hexo-auto-deploy-with-gitlab-ci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/hexo-auto-deploy-with-gitlab-ci.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/hexo-auto-deploy-with-travis-ci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/hexo-auto-deploy-with-travis-ci.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/hexo-theme-material-1-4-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/hexo-theme-material-1-4-0.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/hexokit-intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/hexokit-intro.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/how-to-choose-customlized-rom-and-stock-ui-min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/how-to-choose-customlized-rom-and-stock-ui-min.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/how-to-show-disqus-comment-in-gfw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/how-to-show-disqus-comment-in-gfw.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/how-to-write-beautiful-github-readme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/how-to-write-beautiful-github-readme.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/http2https-for-the-whole-website.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/http2https-for-the-whole-website.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/install-deepin-as-enviroment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/install-deepin-as-enviroment.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/laika-home.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/laika-home.jpg -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/learn-how-to-manage-a-open-source-project-from-material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/learn-how-to-manage-a-open-source-project-from-material.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/localstorage-feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/localstorage-feature.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/memory-of-the-lost-lbe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/memory-of-the-lost-lbe.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/my-view-of-freedom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/my-view-of-freedom.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/my-view-of-green-android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/my-view-of-green-android.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/network-in-china.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/network-in-china.jpg -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/network-in-china.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/network-in-china.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/optimization-of-my-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/optimization-of-my-blog.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/pwa-support-for-my-blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/pwa-support-for-my-blog.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/snipaste_170516_181650.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/snipaste_170516_181650.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/speedy-by-service-worker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/speedy-by-service-worker.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/story.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/story.jpg -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/sw-toolbox-practice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/sw-toolbox-practice.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/switch-f2fs-file-system-for-android.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/switch-f2fs-file-system-for-android.jpg -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/the-end-of-an-era-of-cyanogenmod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/the-end-of-an-era-of-cyanogenmod.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/the-importance-of-using-https.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/the-importance-of-using-https.jpg -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/the-prosperous-china-as-you-wish.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/the-prosperous-china-as-you-wish.jpg -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/the-silence-city.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/the-silence-city.jpg -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/typecho-hexo-wordPress-compare.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/typecho-hexo-wordPress-compare.jpg -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/typecho-to-hexo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/typecho-to-hexo.jpg -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/use-hexo-at-any-time-any-place.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/use-hexo-at-any-time-any-place.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/why-xposed-cause-unsmooth-exprience.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/why-xposed-cause-unsmooth-exprience.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/wpo-data-uri-performance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/wpo-data-uri-performance.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/wpo-preload-serverpush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/wpo-preload-serverpush.png -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/xiaomi-anc-earphone-3-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/xiaomi-anc-earphone-3-5.jpg -------------------------------------------------------------------------------- /_hexo/source/img/thumbnails/xiaomi-anc-earphone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/thumbnails/xiaomi-anc-earphone.jpg -------------------------------------------------------------------------------- /_hexo/source/img/tower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/tower.jpg -------------------------------------------------------------------------------- /_hexo/source/img/u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/u.png -------------------------------------------------------------------------------- /_hexo/source/img/愚弄者.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/source/img/愚弄者.png -------------------------------------------------------------------------------- /_hexo/source/links.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 友情链接 3 | date: 4 | layout: links 5 | permalink: links.html 6 | description: 这里是 neoFelhz 的好伙伴们~ 7 | --- 8 | -------------------------------------------------------------------------------- /_hexo/source/search.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 搜索 3 | date: 4 | layout: search 5 | permalink: search.html 6 | description: Search on neoFelhz's Blog 7 | --- -------------------------------------------------------------------------------- /_hexo/source/static/js/nfz.js: -------------------------------------------------------------------------------- 1 | var serviceWorkerUri = '/sw.js'; if ('serviceWorker' in navigator) { navigator.serviceWorker.register(serviceWorkerUri).then(function () { if (navigator.serviceWorker.controller) { console.log('Assets cached by the controlling service worker toolbox.') } else { console.log('Please reload this page to allow the service worker to handle network operations.') } }).catch(function (error) { console.log('ERROR: ' + error) }) } else { console.log('Service workers are not supported in the current browser.') }; 2 | !function(a,b,c,d,e){var f=c.screen,g=encodeURIComponent,h=["ga="+a,"dt="+g(d.title),"dr="+g(d.referrer),"ul="+(e.language||e.browserLanguage||e.userLanguage),"sd="+f.colorDepth+"-bit","sr="+f.width+"x"+f.height,"vp="+Math.max(d.documentElement.clientWidth,c.innerWidth||0)+"x"+Math.max(d.documentElement.clientHeight,c.innerHeight||0),"z="+ +new Date];c.__ga_img=new Image,c.__ga_img.src=b+"?"+h.join("&")}("UA-83054354-3","https://ga.giuem.com",window,document,navigator,location); -------------------------------------------------------------------------------- /_hexo/source/static/manifest.min.json: -------------------------------------------------------------------------------- 1 | {"name":"neoFelhz 的博客","short_name":"neoFelhz","theme_color":"#546e7a","background_color":"#eeeeee","display":"standalone","orientation":"portrait","Scope":"/","start_url":"/?pwa=true","icons":[{"src":"/img/pwa-icons/icon-72x72.png","sizes":"72x72","type":"image/png"},{"src":"/img/pwa-icons/icon-96x96.png","sizes":"96x96","type":"image/png"},{"src":"/img/pwa-icons/icon-128x128.png","sizes":"128x128","type":"image/png"},{"src":"/img/pwa-icons/icon-144x144.png","sizes":"144x144","type":"image/png"},{"src":"/img/pwa-icons/icon-152x152.png","sizes":"152x152","type":"image/png"},{"src":"/img/pwa-icons/icon-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/img/pwa-icons/icon-384x384.png","sizes":"384x384","type":"image/png"},{"src":"/img/pwa-icons/icon-512x512.png","sizes":"512x512","type":"image/png"}],"splash_pages":null} -------------------------------------------------------------------------------- /_hexo/source/static/os.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | neoFelhz's Blog 4 | neoFelhz's Blog 站内搜索 5 | https://i.loli.net/2017/09/20/59c243981bf35.png 6 | UTF-8 7 | UTF-8 8 | 9 | 10 | -------------------------------------------------------------------------------- /_hexo/source/tags.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 标签云 3 | date: 4 | layout: tags 5 | permalink: tags.html 6 | description: neoFelhz's Blog 的标签云 7 | --- -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "airbnb-base", 3 | "plugins": [ 4 | "import" 5 | ] 6 | } -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | 3 | npm-debug.log 4 | 5 | node_modules 6 | 7 | .idea 8 | 9 | .directory 10 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/README.md: -------------------------------------------------------------------------------- 1 |

Spectre Theme

2 | 3 | > Modern, Simple & Elegant | 现代,简洁,优雅 4 | 5 | ## Introduction 介绍 6 | 7 | A Modern, Simple & Elegant Theme for Hexo. 8 | 优雅、纯粹、质感的 Hexo 主题。 9 | 10 | ## License 许可证 11 | 12 | [![license](https://img.shields.io/github/license/neoFelhz/hexo-theme-spectre.svg?style=flat-square)](https://github.com/neoFelhz/hexo-theme-spectre/blob/master/LICENSE) 13 | 14 | Open sourced under the GPL v3.0 license. 15 | 16 | 根据 GPL V3.0 许可证开源。 -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/gulpfile.js: -------------------------------------------------------------------------------- 1 | let gulp = require('gulp'); 2 | let cleanCSS = require('gulp-clean-css'); 3 | let uglify = require('gulp-uglify'); 4 | let rename = require("gulp-rename"); 5 | 6 | gulp.task('minify-js', () => { 7 | return gulp.src('dist/**/*.js') 8 | .pipe(rename({suffix: '.min'})) 9 | .pipe(uglify()) 10 | .pipe(gulp.dest('source')); 11 | }); 12 | 13 | gulp.task('minify-css', () => { 14 | return gulp.src('dist/**/*.css') 15 | .pipe(rename({suffix: '.min'})) 16 | .pipe(cleanCSS()) 17 | .pipe(gulp.dest('source')); 18 | }); 19 | 20 | gulp.task('default', () => { 21 | gulp.start('minify-js', 'minify-css'); 22 | }); -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/languages/ar.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "الرئيسية" 3 | archive: "أرشيف" 4 | article_num: "رقم المقالة" 5 | post: 6 | visitor: "زوار" 7 | views: "مشاهدات" 8 | continue: "واصل القراءة" 9 | older: "أقدم" 10 | newer: "أحدث" 11 | qrcode: "اقرأ هذا المقال على جهاز آخر" 12 | comments_load_button: "قراءة تعليقات 「تأكد !disq.us & disquscdn.com & disqus.com يمكن تحميل」" 13 | permalink: " هذا الرابط " 14 | share: 15 | article_rss: "مقالات RSS" 16 | comment_rss: "تعليقات RSS" 17 | toTwitter: "شارك على Twitter" 18 | toFacebook: "شارك على Facebook" 19 | toLinkedIn: "شارك على LinkedIn" 20 | toTelegram: "شارك على Telegram" 21 | toGplus: "شارك على Google+" 22 | toWeibo: "شارك على Weibo" 23 | toQQ: "شارك على QQ" 24 | title: 25 | category: "فئة" 26 | tag: "وسم" 27 | misc: 28 | home: "رئيسية" 29 | theme: "سمة" -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/languages/de.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "Home" 3 | archive: "Archive" 4 | article_num: "Artikel Nummer" 5 | post: 6 | visitor: "Besucher" 7 | views: "Aufrufe" 8 | continue: "Weiterlesen" 9 | older: "Älteren" 10 | newer: "Neuren" 11 | qrcode: "Lesen Sie diesen Artikel auf anderem Gerät" 12 | comments_load_button: "Lesen Sie Kommentare 「Stellen Sie sicher, dass 'disq.us & disquscdn.com & disqus.com' geladen werden kann 」" 13 | share: 14 | article_rss: "Artikel als RSS" 15 | comment_rss: "Kommentare als RSS" 16 | toTwitter: "Auf Twitter teilen" 17 | toFacebook: "Auf Facebook teilen" 18 | toLinkedIn: "Auf LinkedIn teilen" 19 | toTelegram: "Auf Telegram teilen" 20 | toGplus: "Auf Google+ teilen" 21 | toWeibo: "Auf Weibo teilen" 22 | toQQ: "Auf QQ teilen" 23 | title: 24 | category: "Kategorie" 25 | tag: "Tag" 26 | misc: 27 | home: "Home" 28 | theme: "Theme" -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/languages/en.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "Home" 3 | archive: "Archives" 4 | article_num: "Number of articles" 5 | post: 6 | visitor: "Visitors" 7 | views: "Views" 8 | continue: "Read more" 9 | older: "Older" 10 | newer: "Newer" 11 | qrcode: "Read this article on other devices" 12 | comments_load_button: "Read Comments (Make sure disq.us, disquscdn.com and disqus.com can load properly)" 13 | permalink: "Link to this article: " 14 | share: 15 | article_rss: "Article RSS" 16 | comment_rss: "Comment RSS" 17 | toTwitter: "Share to Twitter" 18 | toFacebook: "Share to Facebook" 19 | toLinkedIn: "Share to LinkedIn" 20 | toTelegram: "Share to Telegram" 21 | toGplus: "Share to Google+" 22 | toWeibo: "Share to Weibo" 23 | toQQ: "Share to QQ" 24 | title: 25 | category: "Categories" 26 | tag: "Tag" 27 | misc: 28 | home: "Home" 29 | theme: "Theme" 30 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/languages/es.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "Casa" 3 | archive: "Archivo" 4 | article_num: "Número de artículo" 5 | post: 6 | visitor: "Visitantes" 7 | views: "Vista" 8 | continue: "Sigue leyendo" 9 | older: "Mayor" 10 | newer: "Más nuevo" 11 | qrcode: "Lea este artículo en otro dispositivo" 12 | comments_load_button: "Leer comentarios 「Asegúrese de que 'disq.us & disquscdn.com & disqus.com' se puede cargar」" 13 | permalink: "Link to this article: " 14 | share: 15 | article_rss: "Artículo RSS" 16 | comment_rss: "Comentario RSS" 17 | toTwitter: "Compartir en Twitter" 18 | toFacebook: "Compartir en Facebook" 19 | toLinkedIn: "Compartir en LinkedIn" 20 | toTelegram: "Compartir en Telegram" 21 | toGplus: "Compartir en Google+" 22 | toWeibo: "Compartir en Weibo" 23 | toQQ: "Compartir en QQ" 24 | title: 25 | category: "Categoría" 26 | tag: "Etiqueta" 27 | misc: 28 | home: "Casa" 29 | theme: "tema" -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/languages/fr.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "Accueil" 3 | archive: "Archives" 4 | article_num: "Nombre d'articles" 5 | post: 6 | visitor: "Visiteurs" 7 | views: "Vues" 8 | continue: "Continuer la lecture" 9 | older: "Ancien" 10 | newer: "Récent" 11 | qrcode: "Lire cet article depuis un autre appareil" 12 | comments_load_button: "Lire les commentaires (Assurez-vous que disq.us, disquscdn.com et disqus.com peuvent être chargés)" 13 | permalink: "ce lien: " 14 | share: 15 | article_rss: "Flux RSS des articles" 16 | comment_rss: "Flux RSS des commentaires" 17 | toTwitter: "Partager sur Twitter" 18 | toFacebook: "Partager sur Facebook" 19 | toLinkedIn: "Partager sur LinkedIn" 20 | toTelegram: "Partager sur Telegram" 21 | toGplus: "Partager sur Google+" 22 | toWeibo: "Partager sur Weibo" 23 | toQQ: "Partager sur QQ" 24 | title: 25 | category: "Catégorie" 26 | tag: "Libellé" 27 | misc: 28 | home: "Accueil" 29 | theme: "Thème" 30 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/languages/ja.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "ホーム" 3 | archive: "過去の投稿" 4 | article_num: "記事番号" 5 | post: 6 | visitor: "訪問者" 7 | views: "ビュー" 8 | continue: "読み続けて" 9 | older: "古い" 10 | newer: "新しい" 11 | qrcode: "他のデバイスでこの記事を読む" 12 | comments_load_button: "論評を読む「 あなたは disqus & disquscdn.com & disqus.com をロードできることを確認します」" 13 | permalink: "このリンク:" 14 | share: 15 | article_rss: "記事 RSS" 16 | comment_rss: "論評 RSS" 17 | toTwitter: "Twitter での共有" 18 | toFacebook: "Facebook での共有" 19 | toLinkedIn: "LinkedIn での共有" 20 | toTelegram: "Telegram での共有" 21 | toGplus: "Google+ での共有" 22 | toWeibo: "Weibo での共有" 23 | toQQ: "QQ での共有" 24 | title: 25 | category: "カテゴリー" 26 | tag: "ラベル" 27 | misc: 28 | home: "ホーム" 29 | theme: "テーマ" -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/languages/ms.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "Laman" 3 | archive: "Arkib" 4 | article_num: "Bilangan Artikel" 5 | post: 6 | visitor: "Pelawat" 7 | views: "Paparan" 8 | continue: "Teruskan Membaca" 9 | older: "Lama" 10 | newer: "Baru" 11 | qrcode: "Baca artikel ini pada peranti lain" 12 | comments_load_button: "Read comments 「Pastikan 'disq.us & disquscdn.com & disqus.com' boleh dimuatkan」" 13 | share: 14 | article_rss: "RSS Artikel" 15 | comment_rss: "RSS Ulasan" 16 | toTwitter: "Kongsi ke Twitter" 17 | toFacebook: "Kongsi ke Facebook" 18 | toLinkedIn: "Kongsi ke LinkedIn" 19 | toTelegram: "Kongsi ke Telegram" 20 | toGplus: "Kongsi ke Google+" 21 | toWeibo: "Kongsi ke Weibo" 22 | toQQ: "Kongsi ke QQ" 23 | title: 24 | category: "Kategori" 25 | tag: "Tag" 26 | misc: 27 | home: "Laman" 28 | theme: "Tema" -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/languages/pt-BR.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "Home" 3 | archive: "Arquivos" 4 | article_num: "Número de Artigos" 5 | post: 6 | visitor: "Visitantes" 7 | views: "Visualizações" 8 | continue: "Continue lendo" 9 | older: "Anteriores" 10 | newer: "Recentes" 11 | qrcode: "Veja este artigo em outro dispositivo" 12 | share: 13 | article_rss: "Artigos RSS" 14 | comment_rss: "Comentários RSS" 15 | toTwitter: "Compartilhar no Twitter" 16 | toFacebook: "Compartilhar no Facebook" 17 | toLinkedIn: "Compartilhar no LinkedIn" 18 | toTelegram: "Compartilhar no Telegram" 19 | toGplus: "Compartilhar no Google+" 20 | toWeibo: "Compartilhar no Weibo" 21 | toQQ: "Compartilhar no QQ" 22 | title: 23 | category: "Categorias" 24 | tag: "Marcadores" 25 | misc: 26 | home: "Home" 27 | theme: "Tema" 28 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/languages/zh-CN.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "主页" 3 | archive: "归档" 4 | article_num: "文章总数" 5 | post: 6 | visitor: "访客" 7 | views: "浏览量" 8 | continue: "阅读全文" 9 | older: "旧篇" 10 | newer: "新篇" 11 | qrcode: "在其它设备中阅读本文章" 12 | comments_load_button: "阅读评论(请确保 disqus 可以正常加载)" 13 | comments_fully_load_button: "加载完整评论(请确保 disqus 可以正常加载)" 14 | comments_proxy_load_button: "加载评论基本模式" 15 | permalink: "本文链接:" 16 | share: 17 | article_rss: "文章 RSS" 18 | comment_rss: "评论 RSS" 19 | toTwitter: "分享到 Twitter" 20 | toFacebook: "分享到 Facebook" 21 | toLinkedIn: "分享到 LinkedIn" 22 | toTelegram: "分享到 Telegram" 23 | toGplus: "分享到 Google+" 24 | toWeibo: "分享到微博" 25 | toQQ: "分享到 QQ" 26 | title: 27 | category: "分类" 28 | tag: "标签" 29 | misc: 30 | home: "主页" 31 | theme: "主题" 32 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/languages/zh-TW.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "首頁" 3 | archive: "過往" 4 | article_num: "文章總數" 5 | post: 6 | visitor: "訪客" 7 | views: "瀏覽量" 8 | continue: "繼續閱讀" 9 | older: "舊篇" 10 | newer: "新篇" 11 | qrcode: "在其他設備中閱讀本文章" 12 | comments_load_button: "閱讀評論 「請確認 disq.us & disquscdn.com & disqus.com 可正常載入」" 13 | permalink: "本文鏈接:" 14 | share: 15 | article_rss: "文章 RSS" 16 | comment_rss: "評論 RSS" 17 | toTwitter: "分享到 Twitter" 18 | toFacebook: "分享到 Facebook" 19 | toLinkedIn: "分享到 LinkedIn" 20 | toTelegram: "分享到 Telegram" 21 | toGplus: "分享到 Google+" 22 | toWeibo: "分享到微博" 23 | toQQ: "分享到 QQ" 24 | title: 25 | category: "分類" 26 | tag: "標籤" 27 | misc: 28 | home: "主頁" 29 | theme: "主題" -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_pages/tagcloud.ejs: -------------------------------------------------------------------------------- 1 | 28 | 29 |
30 | <%- tagcloud({ 31 | min_font: 16, 32 | max_font: 35, 33 | amount: 9999, 34 | color: true, 35 | start_color: '#757575', 36 | end_color: '#212121', 37 | }) %> 38 |
-------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_partial/footer.ejs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_partial/head/appicon.ejs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_partial/head/dns-prefetch.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/layout/_partial/head/dns-prefetch.ejs -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_partial/head/rss.ejs: -------------------------------------------------------------------------------- 1 | <% if(theme.url.rss) { %> 2 | <% if(config.feed.type == "atom"){ %> 3 | 4 | <% } else if(config.feed.type == "rss2") { %> 5 | 6 | <% } else { %> 7 | <% } %> 8 | <% } %> -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_partial/head/site-verification.ejs: -------------------------------------------------------------------------------- 1 | <% if(theme.head.site_verification.google) { %> 2 | 3 | <% } %> 4 | <% if(theme.head.site_verification.baidu) { %> 5 | 6 | <% } %> -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_partial/index-nav.ejs: -------------------------------------------------------------------------------- 1 | <% if (page.total > 1) { %> 2 | 3 | 10 | <% } %> 11 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_partial/index/author_info.ejs: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | 5 | logo 6 | 7 |
8 | 17 |
18 |
-------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_partial/index/daily_pic.ejs: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |

<%= theme.slogan %>

5 |
6 | 12 |
13 |
-------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_partial/menu/index-menu.ejs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_partial/menu/post-qrcode.ejs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_partial/post-license.ejs: -------------------------------------------------------------------------------- 1 | <% if (page.hide_license !== true && theme.post.license || page.license) { %> 2 |
3 |

4 | <% if (page.license) { %> 5 | <%- page.license %> 6 | <% } else { %> 7 | <%- theme.post.license %> 8 | <% } %> 9 |
10 | <%- __('post.permalink') %><%= page.permalink %> 11 |

12 |
13 | <% } %> -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_partial/post/footer-info.ejs: -------------------------------------------------------------------------------- 1 |

Publish: <%= date(page.date, config.date_format) %> 2 | <% var posted = date(page.date, 'MMM DD, YYYY') 3 | var edited = date(page.updated, 'MMM DD, YYYY') 4 | if (posted !== edited) { %> 5 | · Update: <%= date(page.updated, config.date_format) %> 6 | <% } %> 7 |

8 | 9 | <% if (page.categories && page.categories.length) { %> 10 | <%- list_categories(page.categories, { 11 | show_count: false, 12 | class: 'post-categories', 13 | style: 'list', 14 | separator: '' 15 | }) %> 16 | <% } %> 17 | 18 | <% if (page.tags && page.tags.length) { %> 19 | <%- list_tags(page.tags, { 20 | show_count: false, 21 | class: 'post-tags', 22 | style: 'list', 23 | separator: '' 24 | }) %> 25 | <% } %> -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_partial/post/nav.ejs: -------------------------------------------------------------------------------- 1 |
2 | 23 |
-------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_partial/sidebar.ejs: -------------------------------------------------------------------------------- 1 | 5 | <%- partial('_partial/sidebar/footer') %> 6 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_partial/sidebar/footer.ejs: -------------------------------------------------------------------------------- 1 | <% for (var i in theme.sidebar.footer) { %> 2 | 3 | 4 | <%= i %> 5 | 6 | 7 | <% } %> -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_partial/sidebar/header.ejs: -------------------------------------------------------------------------------- 1 | 2 | arrow_back 3 | 4 | 5 | <%= config.title %> 6 |
-------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_partial/toTop.ejs: -------------------------------------------------------------------------------- 1 |
2 | expand_less 3 |
-------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_plugin/analytics/baidu.ejs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_plugin/analytics/cnzz.ejs: -------------------------------------------------------------------------------- 1 |
2 | 3 |
-------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_plugin/analytics/google.ejs: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_plugin/comment/changyan/common.ejs: -------------------------------------------------------------------------------- 1 | 2 | 4 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_plugin/comment/disqus/common.ejs: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_plugin/comment/disqus/main.ejs: -------------------------------------------------------------------------------- 1 |
2 | 8 | 19 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_plugin/comment/disqus_click/common.ejs: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_plugin/comment/gitalk/common.ejs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_plugin/comment/gitalk/main.ejs: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_plugin/comment/gitment/common.ejs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_plugin/comment/gitment/main.ejs: -------------------------------------------------------------------------------- 1 | 2 |
-------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_plugin/comment/livere/common.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/layout/_plugin/comment/livere/common.ejs -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_plugin/comment/livere/main.ejs: -------------------------------------------------------------------------------- 1 |
2 | 12 |
-------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_plugin/comment/valine/common.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/layout/_plugin/comment/valine/common.ejs -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_plugin/comment/valine/main.ejs: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_plugin/highlight/hanabi.ejs: -------------------------------------------------------------------------------- 1 | <% if(theme.vendors.materialcdn) { %> 2 | <%- jsLsload({path:(theme.vendors.materialcdn + '/js/hanabi-browser-bundle.js'),key:'hanabi'}) %> 3 | <% } else { %> 4 | <%- jsLsload({path:('js/hanabi-browser-bundle.js'),key:'hanabi'}) %> 5 | <% } %> 6 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/_widget/console_runjs.ejs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/index.ejs: -------------------------------------------------------------------------------- 1 | <% if( (page.current === 1) && (is_home()) ) { %> 2 |
3 |
4 | <%- partial('_partial/index/daily_pic') %> 5 | <%- partial('_partial/index/author_info') %> 6 |
7 |
8 | <% } %> 9 | 10 |
11 | 12 | <% page.posts.each(function(post) { %> 13 | <% if(!((typeof hasposttop === 'function') && post.top)) { %> 14 | <%- partial('_partial/post-entry', { post: post, index: true, pin: false }) %> 15 | <% } %> 16 | <% }); %> 17 |
18 |
19 | <%- partial('_partial/index-nav') %> 20 |
-------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/layout/post.ejs: -------------------------------------------------------------------------------- 1 | 2 | <% if(page.layout === 'tags') { %> 3 | 4 | <%- partial('_pages/tagcloud') %> 5 | <% } else if(page.layout === 'links') { %> 6 | 7 | <%- partial('_pages/links') %> 8 | <% } else if(page.layout === 'timeline') { %> 9 | 10 | <%- partial('_pages/timeline') %> 11 | <% } else if(page.layout === 'search') { %> 12 | 13 | <%- partial('_pages/search') %> 14 | <% } else { %> 15 | 16 | <%- partial('_pages/post') %> 17 | <% } %> 18 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "hexo-spectre", 3 | "version": "0.0.1", 4 | "description": "Elegant Theme for Hexo", 5 | "scripts": { 6 | "test": "echo \"Error: no test specified\"", 7 | "setup": "npm cache clean && npm install", 8 | "lint": "npm run setup && bash lint.sh" 9 | }, 10 | "author": "neoFelhz", 11 | "license": "GPL-3.0", 12 | "bugs": { 13 | "url": "https://github.com/neoFelhz/hexo-theme-spectre/issues" 14 | }, 15 | "homepage": "https://github.com/neoFelhz/hexo-theme-spectre#readme", 16 | "devDependencies": { 17 | "ejs-lint": "^0.2.0", 18 | "eslint": "^3.14.0", 19 | "eslint-config-airbnb-base": "^11.0.1", 20 | "eslint-plugin-import": "^2.2.0", 21 | "gulp": "^3.9.1", 22 | "gulp-clean-css": "^3.9.2", 23 | "gulp-rename": "^1.2.2", 24 | "gulp-uglify": "^3.0.0", 25 | "sass-lint": "^1.10.2" 26 | }, 27 | "dependencies": { 28 | "hexo-prism-plugin": "^2.2.0" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/scripts/search.js: -------------------------------------------------------------------------------- 1 | /* hexo-generator-search 2 | * author: PaicHyperionDev 3 | * license: MIT 4 | */ 5 | 6 | var merge = require('utils-merge'); 7 | var pathFn = require('path'); 8 | 9 | var config = hexo.config.search = merge({ 10 | path: 'search.json', 11 | field: 'post' 12 | }, hexo.config.search); 13 | 14 | // Set default search path 15 | if (!config.path){ 16 | config.path = 'search.json'; 17 | } 18 | 19 | // Add extension name if don't have 20 | if (!pathFn.extname(config.path)){ 21 | config.path += '.json'; 22 | } 23 | 24 | if (pathFn.extname(config.path)=='.json') { 25 | hexo.extend.generator.register('json', require('./json_generator')); 26 | } -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-cave-dark.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#19171c;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#efecf4}ol.linenums{margin-top:0;margin-bottom:0;color:#655f6d}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#19171c;list-style-type:decimal}@media screen{.str{color:#2a9292}.kwd{color:#955ae7}.com{color:#655f6d}.typ{color:#576ddb}.lit{color:#aa573c}.pun{color:#efecf4}.opn{color:#efecf4}.clo{color:#efecf4}.tag{color:#be4678}.atn{color:#aa573c}.atv{color:#398bc6}.dec{color:#aa573c}.var{color:#be4678}.fun{color:#576ddb}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-cave-light.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#efecf4;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#19171c}ol.linenums{margin-top:0;margin-bottom:0;color:#7e7887}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#efecf4;list-style-type:decimal}@media screen{.str{color:#2a9292}.kwd{color:#955ae7}.com{color:#7e7887}.typ{color:#576ddb}.lit{color:#aa573c}.pun{color:#19171c}.opn{color:#19171c}.clo{color:#19171c}.tag{color:#be4678}.atn{color:#aa573c}.atv{color:#398bc6}.dec{color:#aa573c}.var{color:#be4678}.fun{color:#576ddb}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-dune-dark.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#20201d;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#fefbec}ol.linenums{margin-top:0;margin-bottom:0;color:#7d7a68}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#20201d;list-style-type:decimal}@media screen{.str{color:#60ac39}.kwd{color:#b854d4}.com{color:#7d7a68}.typ{color:#6684e1}.lit{color:#b65611}.pun{color:#fefbec}.opn{color:#fefbec}.clo{color:#fefbec}.tag{color:#d73737}.atn{color:#b65611}.atv{color:#1fad83}.dec{color:#b65611}.var{color:#d73737}.fun{color:#6684e1}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-dune-light.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#fefbec;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#20201d}ol.linenums{margin-top:0;margin-bottom:0;color:#999580}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#fefbec;list-style-type:decimal}@media screen{.str{color:#60ac39}.kwd{color:#b854d4}.com{color:#999580}.typ{color:#6684e1}.lit{color:#b65611}.pun{color:#20201d}.opn{color:#20201d}.clo{color:#20201d}.tag{color:#d73737}.atn{color:#b65611}.atv{color:#1fad83}.dec{color:#b65611}.var{color:#d73737}.fun{color:#6684e1}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-estuary-dark.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#22221b;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#f4f3ec}ol.linenums{margin-top:0;margin-bottom:0;color:#6c6b5a}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#22221b;list-style-type:decimal}@media screen{.str{color:#7d9726}.kwd{color:#5f9182}.com{color:#6c6b5a}.typ{color:#36a166}.lit{color:#ae7313}.pun{color:#f4f3ec}.opn{color:#f4f3ec}.clo{color:#f4f3ec}.tag{color:#ba6236}.atn{color:#ae7313}.atv{color:#5b9d48}.dec{color:#ae7313}.var{color:#ba6236}.fun{color:#36a166}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-estuary-light.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#f4f3ec;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#22221b}ol.linenums{margin-top:0;margin-bottom:0;color:#878573}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#f4f3ec;list-style-type:decimal}@media screen{.str{color:#7d9726}.kwd{color:#5f9182}.com{color:#878573}.typ{color:#36a166}.lit{color:#ae7313}.pun{color:#22221b}.opn{color:#22221b}.clo{color:#22221b}.tag{color:#ba6236}.atn{color:#ae7313}.atv{color:#5b9d48}.dec{color:#ae7313}.var{color:#ba6236}.fun{color:#36a166}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-forest-dark.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#1b1918;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#f1efee}ol.linenums{margin-top:0;margin-bottom:0;color:#766e6b}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#1b1918;list-style-type:decimal}@media screen{.str{color:#7b9726}.kwd{color:#6666ea}.com{color:#766e6b}.typ{color:#407ee7}.lit{color:#df5320}.pun{color:#f1efee}.opn{color:#f1efee}.clo{color:#f1efee}.tag{color:#f22c40}.atn{color:#df5320}.atv{color:#3d97b8}.dec{color:#df5320}.var{color:#f22c40}.fun{color:#407ee7}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-forest-light.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#f1efee;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#1b1918}ol.linenums{margin-top:0;margin-bottom:0;color:#9c9491}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#f1efee;list-style-type:decimal}@media screen{.str{color:#7b9726}.kwd{color:#6666ea}.com{color:#9c9491}.typ{color:#407ee7}.lit{color:#df5320}.pun{color:#1b1918}.opn{color:#1b1918}.clo{color:#1b1918}.tag{color:#f22c40}.atn{color:#df5320}.atv{color:#3d97b8}.dec{color:#df5320}.var{color:#f22c40}.fun{color:#407ee7}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-heath-dark.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#1b181b;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#f7f3f7}ol.linenums{margin-top:0;margin-bottom:0;color:#776977}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#1b181b;list-style-type:decimal}@media screen{.str{color:#918b3b}.kwd{color:#7b59c0}.com{color:#776977}.typ{color:#516aec}.lit{color:#a65926}.pun{color:#f7f3f7}.opn{color:#f7f3f7}.clo{color:#f7f3f7}.tag{color:#ca402b}.atn{color:#a65926}.atv{color:#159393}.dec{color:#a65926}.var{color:#ca402b}.fun{color:#516aec}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-heath-light.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#f7f3f7;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#1b181b}ol.linenums{margin-top:0;margin-bottom:0;color:#5a7b8c}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#f7f3f7;list-style-type:decimal}@media screen{.str{color:#918b3b}.kwd{color:#7b59c0}.com{color:#5a7b8c}.typ{color:#516aec}.lit{color:#a65926}.pun{color:#1b181b}.opn{color:#1b181b}.clo{color:#1b181b}.tag{color:#ca402b}.atn{color:#a65926}.atv{color:#159393}.dec{color:#a65926}.var{color:#ca402b}.fun{color:#516aec}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-lakeside-dark.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#161b1d;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#ebf8ff}ol.linenums{margin-top:0;margin-bottom:0;color:#5a7b8c}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#161b1d;list-style-type:decimal}@media screen{.str{color:#568c3b}.kwd{color:#6b6bb8}.com{color:#5a7b8c}.typ{color:#257fad}.lit{color:#935c25}.pun{color:#ebf8ff}.opn{color:#ebf8ff}.clo{color:#ebf8ff}.tag{color:#d22d72}.atn{color:#935c25}.atv{color:#2d8f6f}.dec{color:#935c25}.var{color:#d22d72}.fun{color:#257fad}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-lakeside-light.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#ebf8ff;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#161b1d}ol.linenums{margin-top:0;margin-bottom:0;color:#7195a8}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#ebf8ff;list-style-type:decimal}@media screen{.str{color:#568c3b}.kwd{color:#6b6bb8}.com{color:#7195a8}.typ{color:#257fad}.lit{color:#935c25}.pun{color:#161b1d}.opn{color:#161b1d}.clo{color:#161b1d}.tag{color:#d22d72}.atn{color:#935c25}.atv{color:#2d8f6f}.dec{color:#935c25}.var{color:#d22d72}.fun{color:#257fad}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-plateau-dark.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#1b1818;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#f4ecec}ol.linenums{margin-top:0;margin-bottom:0;color:#655d5d}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#1b1818;list-style-type:decimal}@media screen{.str{color:#4b8b8b}.kwd{color:#8464c4}.com{color:#655d5d}.typ{color:#7272ca}.lit{color:#b45a3c}.pun{color:#f4ecec}.opn{color:#f4ecec}.clo{color:#f4ecec}.tag{color:#ca4949}.atn{color:#b45a3c}.atv{color:#5485b6}.dec{color:#b45a3c}.var{color:#ca4949}.fun{color:#7272ca}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-plateau-light.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#f4ecec;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#1b1818}ol.linenums{margin-top:0;margin-bottom:0;color:#7e7777}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#f4ecec;list-style-type:decimal}@media screen{.str{color:#4b8b8b}.kwd{color:#8464c4}.com{color:#7e7777}.typ{color:#7272ca}.lit{color:#b45a3c}.pun{color:#1b1818}.opn{color:#1b1818}.clo{color:#1b1818}.tag{color:#ca4949}.atn{color:#b45a3c}.atv{color:#5485b6}.dec{color:#b45a3c}.var{color:#ca4949}.fun{color:#7272ca}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-savanna-dark.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#171c19;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#ecf4ee}ol.linenums{margin-top:0;margin-bottom:0;color:#5f6d64}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#171c19;list-style-type:decimal}@media screen{.str{color:#489963}.kwd{color:#55859b}.com{color:#5f6d64}.typ{color:#478c90}.lit{color:#9f713c}.pun{color:#ecf4ee}.opn{color:#ecf4ee}.clo{color:#ecf4ee}.tag{color:#b16139}.atn{color:#9f713c}.atv{color:#1c9aa0}.dec{color:#9f713c}.var{color:#b16139}.fun{color:#478c90}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-savanna-light.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#ecf4ee;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#171c19}ol.linenums{margin-top:0;margin-bottom:0;color:#78877d}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#ecf4ee;list-style-type:decimal}@media screen{.str{color:#489963}.kwd{color:#55859b}.com{color:#78877d}.typ{color:#478c90}.lit{color:#9f713c}.pun{color:#171c19}.opn{color:#171c19}.clo{color:#171c19}.tag{color:#b16139}.atn{color:#9f713c}.atv{color:#1c9aa0}.dec{color:#9f713c}.var{color:#b16139}.fun{color:#478c90}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-seaside-dark.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#131513;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#f4fbf4}ol.linenums{margin-top:0;margin-bottom:0;color:#687d68}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#131513;list-style-type:decimal}@media screen{.str{color:#29a329}.kwd{color:#ad2bee}.com{color:#687d68}.typ{color:#3d62f5}.lit{color:#87711d}.pun{color:#f4fbf4}.opn{color:#f4fbf4}.clo{color:#f4fbf4}.tag{color:#e6193c}.atn{color:#87711d}.atv{color:#1999b3}.dec{color:#87711d}.var{color:#e6193c}.fun{color:#3d62f5}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-seaside-light.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#f4fbf4;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#131513}ol.linenums{margin-top:0;margin-bottom:0;color:#809980}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#f4fbf4;list-style-type:decimal}@media screen{.str{color:#29a329}.kwd{color:#ad2bee}.com{color:#809980}.typ{color:#3d62f5}.lit{color:#87711d}.pun{color:#131513}.opn{color:#131513}.clo{color:#131513}.tag{color:#e6193c}.atn{color:#87711d}.atv{color:#1999b3}.dec{color:#87711d}.var{color:#e6193c}.fun{color:#3d62f5}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-sulphurpool-dark.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#202746;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#f5f7ff}ol.linenums{margin-top:0;margin-bottom:0;color:#6b7394}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#202746;list-style-type:decimal}@media screen{.str{color:#ac9739}.kwd{color:#6679cc}.com{color:#6b7394}.typ{color:#3d8fd1}.lit{color:#c76b29}.pun{color:#f5f7ff}.opn{color:#f5f7ff}.clo{color:#f5f7ff}.tag{color:#c94922}.atn{color:#c76b29}.atv{color:#22a2c9}.dec{color:#c76b29}.var{color:#c94922}.fun{color:#3d8fd1}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/atelier-sulphurpool-light.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#f5f7ff;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#202746}ol.linenums{margin-top:0;margin-bottom:0;color:#202746}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#f5f7ff;list-style-type:decimal}@media screen{.str{color:#ac9739}.kwd{color:#6679cc}.com{color:#202746}.typ{color:#3d8fd1}.lit{color:#c76b29}.pun{color:#202746}.opn{color:#202746}.clo{color:#202746}.tag{color:#c94922}.atn{color:#c76b29}.atv{color:#22a2c9}.dec{color:#c76b29}.var{color:#c94922}.fun{color:#3d8fd1}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/github-v2.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#fff;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#333}ol.linenums{margin-top:0;margin-bottom:0;color:#ccc}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#fff;list-style-type:decimal}@media screen{.str{color:#183691}.kwd{color:#a71d5d}.com{color:#969896}.typ{color:#0086b3}.lit{color:#0086b3}.pun{color:#333}.opn{color:#333}.clo{color:#333}.tag{color:navy}.atn{color:#795da3}.atv{color:#183691}.dec{color:#333}.var{color:teal}.fun{color:#900}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/github.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#fff;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#333}ol.linenums{margin-top:0;margin-bottom:0;color:#ccc}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#fff;list-style-type:decimal}@media screen{.str{color:#d14}.kwd{color:#333}.com{color:#998}.typ{color:#458}.lit{color:#458}.pun{color:#333}.opn{color:#333}.clo{color:#333}.tag{color:navy}.atn{color:teal}.atv{color:#d14}.dec{color:#333}.var{color:teal}.fun{color:#900}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/hemisu-dark.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#000;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#eee}ol.linenums{margin-top:0;margin-bottom:0;color:#777}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#000;list-style-type:decimal}@media screen{.str{color:#b1d631}.kwd{color:#b1d631}.com{color:#777}.typ{color:#bfa}.lit{color:#9fd3e6}.pun{color:#eee}.opn{color:#eee}.clo{color:#eee}.tag{color:#eee}.atn{color:#b1d631}.atv{color:#bfa}.dec{color:#eee}.var{color:#eee}.fun{color:#9fd3e6}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/hemisu-light.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#fff;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#111}ol.linenums{margin-top:0;margin-bottom:0;color:#999}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#fff;list-style-type:decimal}@media screen{.str{color:#739200}.kwd{color:#739200}.com{color:#999}.typ{color:#f05}.lit{color:#538192}.pun{color:#111}.opn{color:#111}.clo{color:#111}.tag{color:#111}.atn{color:#739200}.atv{color:#f05}.dec{color:#111}.var{color:#111}.fun{color:#538192}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/tomorrow-night-blue.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#002451;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#fff}ol.linenums{margin-top:0;margin-bottom:0;color:#7285b7}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#002451;list-style-type:decimal}@media screen{.str{color:#d1f1a9}.kwd{color:#ebbbff}.com{color:#7285b7}.typ{color:#bbdaff}.lit{color:#ffc58f}.pun{color:#fff}.opn{color:#fff}.clo{color:#fff}.tag{color:#ff9da4}.atn{color:#ffc58f}.atv{color:#9ff}.dec{color:#ffc58f}.var{color:#ff9da4}.fun{color:#bbdaff}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/tomorrow-night-bright.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#000;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#eaeaea}ol.linenums{margin-top:0;margin-bottom:0;color:#969896}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#000;list-style-type:decimal}@media screen{.str{color:#b9ca4a}.kwd{color:#c397d8}.com{color:#969896}.typ{color:#7aa6da}.lit{color:#e78c45}.pun{color:#eaeaea}.opn{color:#eaeaea}.clo{color:#eaeaea}.tag{color:#d54e53}.atn{color:#e78c45}.atv{color:#70c0b1}.dec{color:#e78c45}.var{color:#d54e53}.fun{color:#7aa6da}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/tomorrow-night-eighties.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#2d2d2d;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#ccc}ol.linenums{margin-top:0;margin-bottom:0;color:#999}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#2d2d2d;list-style-type:decimal}@media screen{.str{color:#9c9}.kwd{color:#c9c}.com{color:#999}.typ{color:#69c}.lit{color:#f99157}.pun{color:#ccc}.opn{color:#ccc}.clo{color:#ccc}.tag{color:#f2777a}.atn{color:#f99157}.atv{color:#6cc}.dec{color:#f99157}.var{color:#f2777a}.fun{color:#69c}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/tomorrow-night.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#1d1f21;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#c5c8c6}ol.linenums{margin-top:0;margin-bottom:0;color:#969896}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#1d1f21;list-style-type:decimal}@media screen{.str{color:#b5bd68}.kwd{color:#b294bb}.com{color:#969896}.typ{color:#81a2be}.lit{color:#de935f}.pun{color:#c5c8c6}.opn{color:#c5c8c6}.clo{color:#c5c8c6}.tag{color:#c66}.atn{color:#de935f}.atv{color:#8abeb7}.dec{color:#de935f}.var{color:#c66}.fun{color:#81a2be}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/tomorrow.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#fff;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#4d4d4c}ol.linenums{margin-top:0;margin-bottom:0;color:#8e908c}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#fff;list-style-type:decimal}@media screen{.str{color:#718c00}.kwd{color:#8959a8}.com{color:#8e908c}.typ{color:#4271ae}.lit{color:#f5871f}.pun{color:#4d4d4c}.opn{color:#4d4d4c}.clo{color:#4d4d4c}.tag{color:#c82829}.atn{color:#f5871f}.atv{color:#3e999f}.dec{color:#f5871f}.var{color:#c82829}.fun{color:#4271ae}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/tranquil-heart.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#2f3640;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#e6e9ed}ol.linenums{margin-top:0;margin-bottom:0;color:#656d78}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#2f3640;list-style-type:decimal}@media screen{.str{color:#ffce54}.kwd{color:#4fc1e9}.com{color:#656d78}.typ{color:#4fc1e9}.lit{color:#ac92ec}.pun{color:#e6e9ed}.opn{color:#e6e9ed}.clo{color:#e6e9ed}.tag{color:#ed5565}.atn{color:#a0d468}.atv{color:#ffce54}.dec{color:#ac92ec}.var{color:#e6e9ed}.fun{color:#e6e9ed}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/css/prettify-theme/vibrant-ink.min.css: -------------------------------------------------------------------------------- 1 | /*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */.prettyprint{background:#000;font-family:Menlo,"Bitstream Vera Sans Mono","DejaVu Sans Mono",Monaco,Consolas,monospace;border:0!important}.pln{color:#fff}ol.linenums{margin-top:0;margin-bottom:0;color:#666}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#000;list-style-type:decimal}@media screen{.str{color:#6f0}.kwd{color:#f60}.com{color:#93c}.typ{color:#458}.lit{color:#458}.pun{color:#fff}.opn{color:#fff}.clo{color:#fff}.tag{color:#fff}.atn{color:#9c9}.atv{color:#6f0}.dec{color:#fff}.var{color:#fff}.fun{color:#fc0}} -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/avatar.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/bg.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/browserstack_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/browserstack_logo.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/daily_pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/daily_pic.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/favicon.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/footer/footer_ico-segmentfault.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/footer/footer_ico-v2ex.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/gallery/arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/gallery/close.svg: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/gallery/spinner.svg: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/logo.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-1.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-10.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-11.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-12.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-13.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-14.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-15.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-16.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-17.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-18.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-19.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-2.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-3.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-4.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-5.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-6.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-7.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-8.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/random/material-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/random/material-9.png -------------------------------------------------------------------------------- /_hexo/themes/hexo-theme-spectre/source/img/sidebar_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/hexo-theme-spectre/source/img/sidebar_header.png -------------------------------------------------------------------------------- /_hexo/themes/material/languages/ar.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "الرئيسية" 3 | archive: "أرشيف" 4 | article_num: "رقم المقالة" 5 | post: 6 | visitor: "زوار" 7 | views: "مشاهدات" 8 | continue: "واصل القراءة" 9 | older: "أقدم" 10 | newer: "أحدث" 11 | qrcode: "اقرأ هذا المقال على جهاز آخر" 12 | comments_load_button: "قراءة تعليقات 「تأكد !disq.us & disquscdn.com & disqus.com يمكن تحميل」" 13 | permalink: " هذا الرابط " 14 | share: 15 | article_rss: "مقالات RSS" 16 | comment_rss: "تعليقات RSS" 17 | toTwitter: "شارك على Twitter" 18 | toFacebook: "شارك على Facebook" 19 | toLinkedIn: "شارك على LinkedIn" 20 | toTelegram: "شارك على Telegram" 21 | toGplus: "شارك على Google+" 22 | toWeibo: "شارك على Weibo" 23 | toQQ: "شارك على QQ" 24 | title: 25 | category: "فئة" 26 | tag: "وسم" 27 | misc: 28 | home: "رئيسية" 29 | theme: "سمة" -------------------------------------------------------------------------------- /_hexo/themes/material/languages/de.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "Home" 3 | archive: "Archive" 4 | article_num: "Artikel Nummer" 5 | post: 6 | visitor: "Besucher" 7 | views: "Aufrufe" 8 | continue: "Weiterlesen" 9 | older: "Älteren" 10 | newer: "Neuren" 11 | qrcode: "Lesen Sie diesen Artikel auf anderem Gerät" 12 | comments_load_button: "Lesen Sie Kommentare 「Stellen Sie sicher, dass 'disq.us & disquscdn.com & disqus.com' geladen werden kann 」" 13 | share: 14 | article_rss: "Artikel als RSS" 15 | comment_rss: "Kommentare als RSS" 16 | toTwitter: "Auf Twitter teilen" 17 | toFacebook: "Auf Facebook teilen" 18 | toLinkedIn: "Auf LinkedIn teilen" 19 | toTelegram: "Auf Telegram teilen" 20 | toGplus: "Auf Google+ teilen" 21 | toWeibo: "Auf Weibo teilen" 22 | toQQ: "Auf QQ teilen" 23 | title: 24 | category: "Kategorie" 25 | tag: "Tag" 26 | misc: 27 | home: "Home" 28 | theme: "Theme" -------------------------------------------------------------------------------- /_hexo/themes/material/languages/en.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "Home" 3 | archive: "Archives" 4 | article_num: "Number of articles" 5 | post: 6 | visitor: "Visitors" 7 | views: "Views" 8 | continue: "Read more" 9 | older: "Older" 10 | newer: "Newer" 11 | qrcode: "Read this article on other devices" 12 | comments_load_button: "Read Comments (Make sure disq.us, disquscdn.com and disqus.com can load properly)" 13 | permalink: "Link to this article: " 14 | share: 15 | article_rss: "Article RSS" 16 | comment_rss: "Comment RSS" 17 | toTwitter: "Share to Twitter" 18 | toFacebook: "Share to Facebook" 19 | toLinkedIn: "Share to LinkedIn" 20 | toTelegram: "Share to Telegram" 21 | toGplus: "Share to Google+" 22 | toWeibo: "Share to Weibo" 23 | toQQ: "Share to QQ" 24 | title: 25 | category: "Categories" 26 | tag: "Tag" 27 | misc: 28 | home: "Home" 29 | theme: "Theme" 30 | -------------------------------------------------------------------------------- /_hexo/themes/material/languages/es.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "Casa" 3 | archive: "Archivo" 4 | article_num: "Número de artículo" 5 | post: 6 | visitor: "Visitantes" 7 | views: "Vista" 8 | continue: "Sigue leyendo" 9 | older: "Mayor" 10 | newer: "Más nuevo" 11 | qrcode: "Lea este artículo en otro dispositivo" 12 | comments_load_button: "Leer comentarios 「Asegúrese de que 'disq.us & disquscdn.com & disqus.com' se puede cargar」" 13 | permalink: "Link to this article: " 14 | share: 15 | article_rss: "Artículo RSS" 16 | comment_rss: "Comentario RSS" 17 | toTwitter: "Compartir en Twitter" 18 | toFacebook: "Compartir en Facebook" 19 | toLinkedIn: "Compartir en LinkedIn" 20 | toTelegram: "Compartir en Telegram" 21 | toGplus: "Compartir en Google+" 22 | toWeibo: "Compartir en Weibo" 23 | toQQ: "Compartir en QQ" 24 | title: 25 | category: "Categoría" 26 | tag: "Etiqueta" 27 | misc: 28 | home: "Casa" 29 | theme: "tema" -------------------------------------------------------------------------------- /_hexo/themes/material/languages/fr.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "Accueil" 3 | archive: "Archives" 4 | article_num: "Nombre d'articles" 5 | post: 6 | visitor: "Visiteurs" 7 | views: "Vues" 8 | continue: "Continuer la lecture" 9 | older: "Ancien" 10 | newer: "Récent" 11 | qrcode: "Lire cet article depuis un autre appareil" 12 | comments_load_button: "Lire les commentaires (Assurez-vous que disq.us, disquscdn.com et disqus.com peuvent être chargés)" 13 | permalink: "ce lien: " 14 | share: 15 | article_rss: "Flux RSS des articles" 16 | comment_rss: "Flux RSS des commentaires" 17 | toTwitter: "Partager sur Twitter" 18 | toFacebook: "Partager sur Facebook" 19 | toLinkedIn: "Partager sur LinkedIn" 20 | toTelegram: "Partager sur Telegram" 21 | toGplus: "Partager sur Google+" 22 | toWeibo: "Partager sur Weibo" 23 | toQQ: "Partager sur QQ" 24 | title: 25 | category: "Catégorie" 26 | tag: "Libellé" 27 | misc: 28 | home: "Accueil" 29 | theme: "Thème" 30 | -------------------------------------------------------------------------------- /_hexo/themes/material/languages/ja.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "ホーム" 3 | archive: "過去の投稿" 4 | article_num: "記事番号" 5 | post: 6 | visitor: "訪問者" 7 | views: "ビュー" 8 | continue: "読み続けて" 9 | older: "古い" 10 | newer: "新しい" 11 | qrcode: "他のデバイスでこの記事を読む" 12 | comments_load_button: "論評を読む「 あなたは disqus & disquscdn.com & disqus.com をロードできることを確認します」" 13 | permalink: "このリンク:" 14 | share: 15 | article_rss: "記事 RSS" 16 | comment_rss: "論評 RSS" 17 | toTwitter: "Twitter での共有" 18 | toFacebook: "Facebook での共有" 19 | toLinkedIn: "LinkedIn での共有" 20 | toTelegram: "Telegram での共有" 21 | toGplus: "Google+ での共有" 22 | toWeibo: "Weibo での共有" 23 | toQQ: "QQ での共有" 24 | title: 25 | category: "カテゴリー" 26 | tag: "ラベル" 27 | misc: 28 | home: "ホーム" 29 | theme: "テーマ" -------------------------------------------------------------------------------- /_hexo/themes/material/languages/ms.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "Laman" 3 | archive: "Arkib" 4 | article_num: "Bilangan Artikel" 5 | post: 6 | visitor: "Pelawat" 7 | views: "Paparan" 8 | continue: "Teruskan Membaca" 9 | older: "Lama" 10 | newer: "Baru" 11 | qrcode: "Baca artikel ini pada peranti lain" 12 | comments_load_button: "Read comments 「Pastikan 'disq.us & disquscdn.com & disqus.com' boleh dimuatkan」" 13 | share: 14 | article_rss: "RSS Artikel" 15 | comment_rss: "RSS Ulasan" 16 | toTwitter: "Kongsi ke Twitter" 17 | toFacebook: "Kongsi ke Facebook" 18 | toLinkedIn: "Kongsi ke LinkedIn" 19 | toTelegram: "Kongsi ke Telegram" 20 | toGplus: "Kongsi ke Google+" 21 | toWeibo: "Kongsi ke Weibo" 22 | toQQ: "Kongsi ke QQ" 23 | title: 24 | category: "Kategori" 25 | tag: "Tag" 26 | misc: 27 | home: "Laman" 28 | theme: "Tema" -------------------------------------------------------------------------------- /_hexo/themes/material/languages/pt-BR.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "Home" 3 | archive: "Arquivos" 4 | article_num: "Número de Artigos" 5 | post: 6 | visitor: "Visitantes" 7 | views: "Visualizações" 8 | continue: "Continue lendo" 9 | older: "Anteriores" 10 | newer: "Recentes" 11 | qrcode: "Veja este artigo em outro dispositivo" 12 | share: 13 | article_rss: "Artigos RSS" 14 | comment_rss: "Comentários RSS" 15 | toTwitter: "Compartilhar no Twitter" 16 | toFacebook: "Compartilhar no Facebook" 17 | toLinkedIn: "Compartilhar no LinkedIn" 18 | toTelegram: "Compartilhar no Telegram" 19 | toGplus: "Compartilhar no Google+" 20 | toWeibo: "Compartilhar no Weibo" 21 | toQQ: "Compartilhar no QQ" 22 | title: 23 | category: "Categorias" 24 | tag: "Marcadores" 25 | misc: 26 | home: "Home" 27 | theme: "Tema" 28 | -------------------------------------------------------------------------------- /_hexo/themes/material/languages/zh-CN.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "主页" 3 | archive: "归档" 4 | article_num: "文章总数" 5 | post: 6 | visitor: "访客" 7 | views: "浏览量" 8 | continue: "阅读全文" 9 | older: "旧篇" 10 | newer: "新篇" 11 | qrcode: "在其它设备中阅读本文章" 12 | comments_load_button: "阅读评论(请确保 disqus 可以正常加载)" 13 | comments_fully_load_button: "加载完整评论(请确保 disqus 可以正常加载)" 14 | comments_proxy_load_button: "加载评论基本模式" 15 | permalink: "本文链接:" 16 | share: 17 | article_rss: "文章 RSS" 18 | comment_rss: "评论 RSS" 19 | toTwitter: "分享到 Twitter" 20 | toFacebook: "分享到 Facebook" 21 | toLinkedIn: "分享到 LinkedIn" 22 | toTelegram: "分享到 Telegram" 23 | toGplus: "分享到 Google+" 24 | toWeibo: "分享到微博" 25 | toQQ: "分享到 QQ" 26 | title: 27 | category: "分类" 28 | tag: "标签" 29 | misc: 30 | home: "主页" 31 | theme: "主题" 32 | -------------------------------------------------------------------------------- /_hexo/themes/material/languages/zh-TW.yml: -------------------------------------------------------------------------------- 1 | sidebar: 2 | homepage: "首頁" 3 | archive: "過往" 4 | article_num: "文章總數" 5 | post: 6 | visitor: "訪客" 7 | views: "瀏覽量" 8 | continue: "繼續閱讀" 9 | older: "舊篇" 10 | newer: "新篇" 11 | qrcode: "在其他設備中閱讀本文章" 12 | comments_load_button: "閱讀評論 「請確認 disq.us & disquscdn.com & disqus.com 可正常載入」" 13 | permalink: "本文鏈接:" 14 | share: 15 | article_rss: "文章 RSS" 16 | comment_rss: "評論 RSS" 17 | toTwitter: "分享到 Twitter" 18 | toFacebook: "分享到 Facebook" 19 | toLinkedIn: "分享到 LinkedIn" 20 | toTelegram: "分享到 Telegram" 21 | toGplus: "分享到 Google+" 22 | toWeibo: "分享到微博" 23 | toQQ: "分享到 QQ" 24 | title: 25 | category: "分類" 26 | tag: "標籤" 27 | misc: 28 | home: "主頁" 29 | theme: "主題" -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_partial/Isolation-post-info.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/layout/_partial/Isolation-post-info.ejs -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_partial/Paradox-post-thumbnail.ejs: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_partial/Paradox-post_entry-thumbnail.ejs: -------------------------------------------------------------------------------- 1 | 15 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_partial/comment.ejs: -------------------------------------------------------------------------------- 1 | <% if(theme.comment.use) { %> 2 | <%- partial('_widget/comment/' + theme.comment.use + '/enter') %> 3 | <% } %> -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_partial/config_font.ejs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_partial/footer-option.ejs: -------------------------------------------------------------------------------- 1 | <% if(theme.leancloud.enable === true) { %> 2 | 3 | 4 | 7 | <%- partial('_widget/leancloud-views') %> 8 | <% } %> 9 | 10 | <% if(theme.busuanzi.enable === true) { %> 11 | 12 | 13 | <% } %> 14 | 15 | <% if(theme.comment.use){ %> 16 | <%- partial('_widget/comment/' + theme.comment.use + '/common') %> 17 | <% } %> 18 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_partial/footer_top.ejs: -------------------------------------------------------------------------------- 1 |
2 | 3 | expand_less 4 | 5 |
6 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_partial/sidebar-footer_image.ejs: -------------------------------------------------------------------------------- 1 | <% for (var i in theme.img.footer_image) { %> 2 | 3 | 4 | <%= i %> 6 | 7 | <% } %> 8 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_partial/sidebar-header.ejs: -------------------------------------------------------------------------------- 1 | 25 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_partial/sidebar.ejs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 20 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/analytics/baidu-analytics.ejs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/analytics/cnzz-analytics.ejs: -------------------------------------------------------------------------------- 1 |
2 | 3 |
-------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/analytics/google-analytics.ejs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/changyan/common.ejs: -------------------------------------------------------------------------------- 1 | 2 | 4 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/changyan/enter.ejs: -------------------------------------------------------------------------------- 1 | 2 |
3 | <%- partial('_widget/comment/' + theme.comment.use + '/main') %> 4 |
5 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/disqus/common.ejs: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/disqus/enter.ejs: -------------------------------------------------------------------------------- 1 | 2 |
3 | <%- partial('_widget/comment/' + theme.comment.use + '/main') %> 4 |
5 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/disqus/main.ejs: -------------------------------------------------------------------------------- 1 |
2 | 8 | 19 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/disqus_click/common.ejs: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/disqus_click/enter.ejs: -------------------------------------------------------------------------------- 1 | 2 |
3 | <%- partial('_widget/comment/' + theme.comment.use + '/main') %> 4 |
5 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/disqus_proxy/common.ejs: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/disqus_proxy/enter.ejs: -------------------------------------------------------------------------------- 1 | 2 |
3 | <%- partial('_widget/comment/' + theme.comment.use + '/main') %> 4 |
5 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/disqus_proxy/main.ejs: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 16 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/gitment/common.ejs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/gitment/enter.ejs: -------------------------------------------------------------------------------- 1 | 2 |
3 | <%- partial('_widget/comment/' + theme.comment.use + '/main') %> 4 |
5 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/gitment/main.ejs: -------------------------------------------------------------------------------- 1 | 2 |
-------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/livere/common.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/layout/_widget/comment/livere/common.ejs -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/livere/enter.ejs: -------------------------------------------------------------------------------- 1 | 2 |
3 | <%- partial('_widget/comment/' + theme.comment.use + '/main') %> 4 |
5 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/livere/main.ejs: -------------------------------------------------------------------------------- 1 |
2 | 12 |
-------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/valine/common.ejs: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/valine/enter.ejs: -------------------------------------------------------------------------------- 1 |
2 | <%- partial('_widget/comment/' + theme.comment.use + '/main') %> -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/comment/valine/main.ejs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/leancloud-views_num.ejs: -------------------------------------------------------------------------------- 1 | 2 |  <%= __('post.views') %> 3 | 4 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/qrcode.ejs: -------------------------------------------------------------------------------- 1 | 5 | 15 | -------------------------------------------------------------------------------- /_hexo/themes/material/layout/_widget/search-swiftype-js.ejs: -------------------------------------------------------------------------------- 1 | 9 | -------------------------------------------------------------------------------- /_hexo/themes/material/scripts/helper.js: -------------------------------------------------------------------------------- 1 | hexo.extend.helper.register('jsHex', function(){ 2 | return require("./lib/js_hex.js").call(hexo,...arguments); 3 | }); 4 | 5 | hexo.extend.helper.register('jsLsload', function(){ 6 | return require("./lib/js_lsload.js").call(hexo,...arguments); 7 | }); 8 | 9 | hexo.extend.helper.register('cssLsload', function(){ 10 | return require("./lib/css_lsload.js").call(hexo,...arguments); 11 | }); -------------------------------------------------------------------------------- /_hexo/themes/material/scripts/lib/font_lsload.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/scripts/lib/font_lsload.js -------------------------------------------------------------------------------- /_hexo/themes/material/scripts/lib/get_file_hex.js: -------------------------------------------------------------------------------- 1 | var fs = require('fs'); 2 | var crypto = require('crypto'); 3 | 4 | 5 | function getFileHexSync(filepath) { 6 | var buffer = fs.readFileSync(filepath); 7 | var fsHash = crypto.createHash('md5'); 8 | 9 | fsHash.update(buffer); 10 | var sha384 = fsHash.digest('base64'); 11 | return sha384; 12 | } 13 | 14 | module.exports = getFileHexSync -------------------------------------------------------------------------------- /_hexo/themes/material/scripts/lib/js_hex.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | var path_for = require("./path_for"); 4 | var get_file_hex = require("./get_file_hex"); 5 | 6 | function jsHelper() { 7 | var result = ''; 8 | var path = ''; 9 | 10 | for (var i = 0, len = arguments.length; i < len; i++) { 11 | path = arguments[i]; 12 | 13 | if (i) result += '\n'; 14 | 15 | if (Array.isArray(path)) { 16 | result += jsHelper.apply(this, path); 17 | } else { 18 | if (path.indexOf('?') < 0 && path.substring(path.length - 3, path.length) !== '.js') path += '.js'; 19 | result += ''; 20 | } 21 | } 22 | 23 | return result; 24 | } 25 | 26 | module.exports = jsHelper; -------------------------------------------------------------------------------- /_hexo/themes/material/scripts/lib/path_for.js: -------------------------------------------------------------------------------- 1 | var path = require('path'); 2 | var fs = require('fs'); 3 | 4 | function pathFor(paths) { 5 | var res = ""; 6 | res = path.join(this.theme_dir,"source" , paths); 7 | if(!fs.existsSync(res)){ 8 | res = path.join(this.source_dir, paths); 9 | } 10 | return res; 11 | } 12 | 13 | module.exports = pathFor; -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify.css: -------------------------------------------------------------------------------- 1 | @charset "UTF-8"; 2 | 3 | /* for color-themes-for-google-code-prettify */ 4 | pre{ 5 | white-space: pre-wrap; 6 | word-break: break-all; 7 | word-wrap: break-word; 8 | } 9 | 10 | #post-content .prettyprint{ 11 | padding: 1.2em; 12 | border-radius: 0; 13 | } 14 | 15 | #post-content ol,#post-content ul{ 16 | padding-left: 51px; 17 | font-size: 1rem; 18 | margin: 0; 19 | } 20 | 21 | #post-content .prettyprint li.L0, #post-content .prettyprint li.L1, 22 | #post-content .prettyprint li.L2, #post-content .prettyprint li.L3, 23 | #post-content .prettyprint li.L4, #post-content .prettyprint li.L5, 24 | #post-content .prettyprint li.L6, #post-content .prettyprint li.L7, 25 | #post-content .prettyprint li.L8, #post-content .prettyprint li.L9 { 26 | padding-left: 0.8em; 27 | } -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify.min.css: -------------------------------------------------------------------------------- 1 | pre{white-space:pre-wrap;word-break:break-all;word-wrap:break-word}#post-content .prettyprint{padding:1.2em;border-radius:0}#post-content ol,#post-content ul{padding-left:51px;font-size:1rem;margin:0}#post-content .prettyprint li.L0,#post-content .prettyprint li.L1,#post-content .prettyprint li.L2,#post-content .prettyprint li.L3,#post-content .prettyprint li.L4,#post-content .prettyprint li.L5,#post-content .prettyprint li.L6,#post-content .prettyprint li.L7,#post-content .prettyprint li.L8,#post-content .prettyprint li.L9{padding-left:.8em} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-cave-dark.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#19171c!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#efecf4}ol.linenums{margin-top:0;margin-bottom:0;color:#655f6d}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#19171c;list-style-type:decimal}@media screen{.str{color:#2a9292}.kwd{color:#955ae7}.com{color:#655f6d}.typ{color:#576ddb}.lit{color:#aa573c}.pun{color:#efecf4}.opn{color:#efecf4}.clo{color:#efecf4}.tag{color:#be4678}.atn{color:#aa573c}.atv{color:#398bc6}.dec{color:#aa573c}.var{color:#be4678}.fun{color:#576ddb}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-cave-light.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#efecf4!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#19171c}ol.linenums{margin-top:0;margin-bottom:0;color:#7e7887}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#efecf4;list-style-type:decimal}@media screen{.str{color:#2a9292}.kwd{color:#955ae7}.com{color:#7e7887}.typ{color:#576ddb}.lit{color:#aa573c}.pun{color:#19171c}.opn{color:#19171c}.clo{color:#19171c}.tag{color:#be4678}.atn{color:#aa573c}.atv{color:#398bc6}.dec{color:#aa573c}.var{color:#be4678}.fun{color:#576ddb}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-dune-dark.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#20201d!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#fefbec}ol.linenums{margin-top:0;margin-bottom:0;color:#7d7a68}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#20201d;list-style-type:decimal}@media screen{.str{color:#60ac39}.kwd{color:#b854d4}.com{color:#7d7a68}.typ{color:#6684e1}.lit{color:#b65611}.pun{color:#fefbec}.opn{color:#fefbec}.clo{color:#fefbec}.tag{color:#d73737}.atn{color:#b65611}.atv{color:#1fad83}.dec{color:#b65611}.var{color:#d73737}.fun{color:#6684e1}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-dune-light.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#fefbec!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#20201d}ol.linenums{margin-top:0;margin-bottom:0;color:#999580}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#fefbec;list-style-type:decimal}@media screen{.str{color:#60ac39}.kwd{color:#b854d4}.com{color:#999580}.typ{color:#6684e1}.lit{color:#b65611}.pun{color:#20201d}.opn{color:#20201d}.clo{color:#20201d}.tag{color:#d73737}.atn{color:#b65611}.atv{color:#1fad83}.dec{color:#b65611}.var{color:#d73737}.fun{color:#6684e1}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-estuary-dark.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#22221b!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#f4f3ec}ol.linenums{margin-top:0;margin-bottom:0;color:#6c6b5a}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#22221b;list-style-type:decimal}@media screen{.str{color:#7d9726}.kwd{color:#5f9182}.com{color:#6c6b5a}.typ{color:#36a166}.lit{color:#ae7313}.pun{color:#f4f3ec}.opn{color:#f4f3ec}.clo{color:#f4f3ec}.tag{color:#ba6236}.atn{color:#ae7313}.atv{color:#5b9d48}.dec{color:#ae7313}.var{color:#ba6236}.fun{color:#36a166}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-estuary-light.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#f4f3ec!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#22221b}ol.linenums{margin-top:0;margin-bottom:0;color:#878573}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#f4f3ec;list-style-type:decimal}@media screen{.str{color:#7d9726}.kwd{color:#5f9182}.com{color:#878573}.typ{color:#36a166}.lit{color:#ae7313}.pun{color:#22221b}.opn{color:#22221b}.clo{color:#22221b}.tag{color:#ba6236}.atn{color:#ae7313}.atv{color:#5b9d48}.dec{color:#ae7313}.var{color:#ba6236}.fun{color:#36a166}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-forest-dark.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#1b1918!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#f1efee}ol.linenums{margin-top:0;margin-bottom:0;color:#766e6b}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#1b1918;list-style-type:decimal}@media screen{.str{color:#7b9726}.kwd{color:#6666ea}.com{color:#766e6b}.typ{color:#407ee7}.lit{color:#df5320}.pun{color:#f1efee}.opn{color:#f1efee}.clo{color:#f1efee}.tag{color:#f22c40}.atn{color:#df5320}.atv{color:#3d97b8}.dec{color:#df5320}.var{color:#f22c40}.fun{color:#407ee7}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-forest-light.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#f1efee!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#1b1918}ol.linenums{margin-top:0;margin-bottom:0;color:#9c9491}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#f1efee;list-style-type:decimal}@media screen{.str{color:#7b9726}.kwd{color:#6666ea}.com{color:#9c9491}.typ{color:#407ee7}.lit{color:#df5320}.pun{color:#1b1918}.opn{color:#1b1918}.clo{color:#1b1918}.tag{color:#f22c40}.atn{color:#df5320}.atv{color:#3d97b8}.dec{color:#df5320}.var{color:#f22c40}.fun{color:#407ee7}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-heath-dark.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#1b181b!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#f7f3f7}ol.linenums{margin-top:0;margin-bottom:0;color:#776977}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#1b181b;list-style-type:decimal}@media screen{.str{color:#918b3b}.kwd{color:#7b59c0}.com{color:#776977}.typ{color:#516aec}.lit{color:#a65926}.pun{color:#f7f3f7}.opn{color:#f7f3f7}.clo{color:#f7f3f7}.tag{color:#ca402b}.atn{color:#a65926}.atv{color:#159393}.dec{color:#a65926}.var{color:#ca402b}.fun{color:#516aec}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-heath-light.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#f7f3f7!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#1b181b}ol.linenums{margin-top:0;margin-bottom:0;color:#5a7b8c}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#f7f3f7;list-style-type:decimal}@media screen{.str{color:#918b3b}.kwd{color:#7b59c0}.com{color:#5a7b8c}.typ{color:#516aec}.lit{color:#a65926}.pun{color:#1b181b}.opn{color:#1b181b}.clo{color:#1b181b}.tag{color:#ca402b}.atn{color:#a65926}.atv{color:#159393}.dec{color:#a65926}.var{color:#ca402b}.fun{color:#516aec}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-lakeside-dark.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#161b1d!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#ebf8ff}ol.linenums{margin-top:0;margin-bottom:0;color:#5a7b8c}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#161b1d;list-style-type:decimal}@media screen{.str{color:#568c3b}.kwd{color:#6b6bb8}.com{color:#5a7b8c}.typ{color:#257fad}.lit{color:#935c25}.pun{color:#ebf8ff}.opn{color:#ebf8ff}.clo{color:#ebf8ff}.tag{color:#d22d72}.atn{color:#935c25}.atv{color:#2d8f6f}.dec{color:#935c25}.var{color:#d22d72}.fun{color:#257fad}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-lakeside-light.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#ebf8ff!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#161b1d}ol.linenums{margin-top:0;margin-bottom:0;color:#7195a8}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#ebf8ff;list-style-type:decimal}@media screen{.str{color:#568c3b}.kwd{color:#6b6bb8}.com{color:#7195a8}.typ{color:#257fad}.lit{color:#935c25}.pun{color:#161b1d}.opn{color:#161b1d}.clo{color:#161b1d}.tag{color:#d22d72}.atn{color:#935c25}.atv{color:#2d8f6f}.dec{color:#935c25}.var{color:#d22d72}.fun{color:#257fad}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-plateau-dark.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#1b1818!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#f4ecec}ol.linenums{margin-top:0;margin-bottom:0;color:#655d5d}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#1b1818;list-style-type:decimal}@media screen{.str{color:#4b8b8b}.kwd{color:#8464c4}.com{color:#655d5d}.typ{color:#7272ca}.lit{color:#b45a3c}.pun{color:#f4ecec}.opn{color:#f4ecec}.clo{color:#f4ecec}.tag{color:#ca4949}.atn{color:#b45a3c}.atv{color:#5485b6}.dec{color:#b45a3c}.var{color:#ca4949}.fun{color:#7272ca}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-plateau-light.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#f4ecec!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#1b1818}ol.linenums{margin-top:0;margin-bottom:0;color:#7e7777}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#f4ecec;list-style-type:decimal}@media screen{.str{color:#4b8b8b}.kwd{color:#8464c4}.com{color:#7e7777}.typ{color:#7272ca}.lit{color:#b45a3c}.pun{color:#1b1818}.opn{color:#1b1818}.clo{color:#1b1818}.tag{color:#ca4949}.atn{color:#b45a3c}.atv{color:#5485b6}.dec{color:#b45a3c}.var{color:#ca4949}.fun{color:#7272ca}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-savanna-dark.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#171c19!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#ecf4ee}ol.linenums{margin-top:0;margin-bottom:0;color:#5f6d64}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#171c19;list-style-type:decimal}@media screen{.str{color:#489963}.kwd{color:#55859b}.com{color:#5f6d64}.typ{color:#478c90}.lit{color:#9f713c}.pun{color:#ecf4ee}.opn{color:#ecf4ee}.clo{color:#ecf4ee}.tag{color:#b16139}.atn{color:#9f713c}.atv{color:#1c9aa0}.dec{color:#9f713c}.var{color:#b16139}.fun{color:#478c90}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-savanna-light.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#ecf4ee!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#171c19}ol.linenums{margin-top:0;margin-bottom:0;color:#78877d}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#ecf4ee;list-style-type:decimal}@media screen{.str{color:#489963}.kwd{color:#55859b}.com{color:#78877d}.typ{color:#478c90}.lit{color:#9f713c}.pun{color:#171c19}.opn{color:#171c19}.clo{color:#171c19}.tag{color:#b16139}.atn{color:#9f713c}.atv{color:#1c9aa0}.dec{color:#9f713c}.var{color:#b16139}.fun{color:#478c90}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-seaside-dark.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#131513!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#f4fbf4}ol.linenums{margin-top:0;margin-bottom:0;color:#687d68}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#131513;list-style-type:decimal}@media screen{.str{color:#29a329}.kwd{color:#ad2bee}.com{color:#687d68}.typ{color:#3d62f5}.lit{color:#87711d}.pun{color:#f4fbf4}.opn{color:#f4fbf4}.clo{color:#f4fbf4}.tag{color:#e6193c}.atn{color:#87711d}.atv{color:#1999b3}.dec{color:#87711d}.var{color:#e6193c}.fun{color:#3d62f5}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-seaside-light.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#f4fbf4!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#131513}ol.linenums{margin-top:0;margin-bottom:0;color:#809980}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#f4fbf4;list-style-type:decimal}@media screen{.str{color:#29a329}.kwd{color:#ad2bee}.com{color:#809980}.typ{color:#3d62f5}.lit{color:#87711d}.pun{color:#131513}.opn{color:#131513}.clo{color:#131513}.tag{color:#e6193c}.atn{color:#87711d}.atv{color:#1999b3}.dec{color:#87711d}.var{color:#e6193c}.fun{color:#3d62f5}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-sulphurpool-dark.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#202746!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#f5f7ff}ol.linenums{margin-top:0;margin-bottom:0;color:#6b7394}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#202746;list-style-type:decimal}@media screen{.str{color:#ac9739}.kwd{color:#6679cc}.com{color:#6b7394}.typ{color:#3d8fd1}.lit{color:#c76b29}.pun{color:#f5f7ff}.opn{color:#f5f7ff}.clo{color:#f5f7ff}.tag{color:#c94922}.atn{color:#c76b29}.atv{color:#22a2c9}.dec{color:#c76b29}.var{color:#c94922}.fun{color:#3d8fd1}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/atelier-sulphurpool-light.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#f5f7ff!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#202746}ol.linenums{margin-top:0;margin-bottom:0;color:#202746}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#f5f7ff;list-style-type:decimal}@media screen{.str{color:#ac9739}.kwd{color:#6679cc}.com{color:#202746}.typ{color:#3d8fd1}.lit{color:#c76b29}.pun{color:#202746}.opn{color:#202746}.clo{color:#202746}.tag{color:#c94922}.atn{color:#c76b29}.atv{color:#22a2c9}.dec{color:#c76b29}.var{color:#c94922}.fun{color:#3d8fd1}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/github-v2.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#fff!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#333}ol.linenums{margin-top:0;margin-bottom:0;color:#ccc}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#fff;list-style-type:decimal}@media screen{.str{color:#183691}.kwd{color:#a71d5d}.com{color:#969896}.typ{color:#0086b3}.lit{color:#0086b3}.pun{color:#333}.opn{color:#333}.clo{color:#333}.tag{color:navy}.atn{color:#795da3}.atv{color:#183691}.dec{color:#333}.var{color:teal}.fun{color:#900}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/github.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#fff!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#333}ol.linenums{margin-top:0;margin-bottom:0;color:#ccc}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#fff;list-style-type:decimal}@media screen{.str{color:#d14}.kwd{color:#333}.com{color:#998}.typ{color:#458}.lit{color:#458}.pun{color:#333}.opn{color:#333}.clo{color:#333}.tag{color:navy}.atn{color:teal}.atv{color:#d14}.dec{color:#333}.var{color:teal}.fun{color:#900}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/hemisu-dark.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#000!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#eee}ol.linenums{margin-top:0;margin-bottom:0;color:#777}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#000;list-style-type:decimal}@media screen{.str{color:#b1d631}.kwd{color:#b1d631}.com{color:#777}.typ{color:#bfa}.lit{color:#9fd3e6}.pun{color:#eee}.opn{color:#eee}.clo{color:#eee}.tag{color:#eee}.atn{color:#b1d631}.atv{color:#bfa}.dec{color:#eee}.var{color:#eee}.fun{color:#9fd3e6}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/hemisu-light.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#fff!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#111}ol.linenums{margin-top:0;margin-bottom:0;color:#999}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#fff;list-style-type:decimal}@media screen{.str{color:#739200}.kwd{color:#739200}.com{color:#999}.typ{color:#f05}.lit{color:#538192}.pun{color:#111}.opn{color:#111}.clo{color:#111}.tag{color:#111}.atn{color:#739200}.atv{color:#f05}.dec{color:#111}.var{color:#111}.fun{color:#538192}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/tomorrow-night-blue.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#002451!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#fff}ol.linenums{margin-top:0;margin-bottom:0;color:#7285b7}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#002451;list-style-type:decimal}@media screen{.str{color:#d1f1a9}.kwd{color:#ebbbff}.com{color:#7285b7}.typ{color:#bbdaff}.lit{color:#ffc58f}.pun{color:#fff}.opn{color:#fff}.clo{color:#fff}.tag{color:#ff9da4}.atn{color:#ffc58f}.atv{color:#9ff}.dec{color:#ffc58f}.var{color:#ff9da4}.fun{color:#bbdaff}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/tomorrow-night-bright.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#000!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#eaeaea}ol.linenums{margin-top:0;margin-bottom:0;color:#969896}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#000;list-style-type:decimal}@media screen{.str{color:#b9ca4a}.kwd{color:#c397d8}.com{color:#969896}.typ{color:#7aa6da}.lit{color:#e78c45}.pun{color:#eaeaea}.opn{color:#eaeaea}.clo{color:#eaeaea}.tag{color:#d54e53}.atn{color:#e78c45}.atv{color:#70c0b1}.dec{color:#e78c45}.var{color:#d54e53}.fun{color:#7aa6da}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/tomorrow-night-eighties.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#2d2d2d!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#ccc}ol.linenums{margin-top:0;margin-bottom:0;color:#999}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#2d2d2d;list-style-type:decimal}@media screen{.str{color:#9c9}.kwd{color:#c9c}.com{color:#999}.typ{color:#69c}.lit{color:#f99157}.pun{color:#ccc}.opn{color:#ccc}.clo{color:#ccc}.tag{color:#f2777a}.atn{color:#f99157}.atv{color:#6cc}.dec{color:#f99157}.var{color:#f2777a}.fun{color:#69c}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/tomorrow-night.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#1d1f21!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#c5c8c6}ol.linenums{margin-top:0;margin-bottom:0;color:#969896}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#1d1f21;list-style-type:decimal}@media screen{.str{color:#b5bd68}.kwd{color:#b294bb}.com{color:#969896}.typ{color:#81a2be}.lit{color:#de935f}.pun{color:#c5c8c6}.opn{color:#c5c8c6}.clo{color:#c5c8c6}.tag{color:#c66}.atn{color:#de935f}.atv{color:#8abeb7}.dec{color:#de935f}.var{color:#c66}.fun{color:#81a2be}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/tomorrow.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#fff!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#4d4d4c}ol.linenums{margin-top:0;margin-bottom:0;color:#8e908c}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#fff;list-style-type:decimal}@media screen{.str{color:#718c00}.kwd{color:#8959a8}.com{color:#8e908c}.typ{color:#4271ae}.lit{color:#f5871f}.pun{color:#4d4d4c}.opn{color:#4d4d4c}.clo{color:#4d4d4c}.tag{color:#c82829}.atn{color:#f5871f}.atv{color:#3e999f}.dec{color:#f5871f}.var{color:#c82829}.fun{color:#4271ae}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/tranquil-heart.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#2f3640!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#e6e9ed}ol.linenums{margin-top:0;margin-bottom:0;color:#656d78}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#2f3640;list-style-type:decimal}@media screen{.str{color:#ffce54}.kwd{color:#4fc1e9}.com{color:#656d78}.typ{color:#4fc1e9}.lit{color:#ac92ec}.pun{color:#e6e9ed}.opn{color:#e6e9ed}.clo{color:#e6e9ed}.tag{color:#ed5565}.atn{color:#a0d468}.atv{color:#ffce54}.dec{color:#ac92ec}.var{color:#e6e9ed}.fun{color:#e6e9ed}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/css/prettify/vibrant-ink.min.css: -------------------------------------------------------------------------------- 1 | .prettyprint{background:#000!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#fff}ol.linenums{margin-top:0;margin-bottom:0;color:#666}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#000;list-style-type:decimal}@media screen{.str{color:#6f0}.kwd{color:#f60}.com{color:#93c}.typ{color:#458}.lit{color:#458}.pun{color:#fff}.opn{color:#fff}.clo{color:#fff}.tag{color:#fff}.atn{color:#9c9}.atv{color:#6f0}.dec{color:#fff}.var{color:#fff}.fun{color:#fc0}} -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/footer/footer_ico-v2ex.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/gallery/arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/gallery/close.svg: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/gallery/spinner.svg: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-1.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-10.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-11.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-12.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-13.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-14.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-15.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-16.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-17.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-18.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-19.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-2.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-3.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-4.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-5.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-6.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-7.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-8.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/img/random/material-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/_hexo/themes/material/source/img/random/material-9.png -------------------------------------------------------------------------------- /_hexo/themes/material/source/js/queue.min.js: -------------------------------------------------------------------------------- 1 | function Queue(){this.dataStore=[];this.offer=b;this.poll=d;this.execNext=a;this.debug=false;this.startDebug=c;function b(e){if(this.debug){console.log("Offered a Queued Function.")}if(typeof e==="function"){this.dataStore.push(e)}else{console.log("You must offer a function.")}}function d(){if(this.debug){console.log("Polled a Queued Function.")}return this.dataStore.shift()}function a(){var e=this.poll();if(e!==undefined){if(this.debug){console.log("Run a Queued Function.")}e()}}function c(){this.debug=true}}var queue=new Queue(); -------------------------------------------------------------------------------- /deploy.sh: -------------------------------------------------------------------------------- 1 | cd ./public 2 | git init 3 | git config --global push.default matching 4 | git config --global user.email "${GitHubEMail}" 5 | git config --global user.name "${GitHubUser}" 6 | git add --all . 7 | DATE="$(echo $(date --rfc-2822))" 8 | git commit -m "Auto builder by Travis CI: $DATE" 9 | git push --quiet --force https://${GitHubKEY}@github.com/${GitHubUser}/${GitHubRepo}.git 10 | -------------------------------------------------------------------------------- /drafts-post/ddos-protection.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: DDoS 及其保护 3 | tags: 4 | - DDoS 5 | - Web 6 | categories: 7 | - 异闻堂 8 | date: 2017-5-16 18:17:00 9 | --- 10 | 11 | DDoS 对于 Web 服务来说几乎就是灭顶之灾,想想自己的服务被云服务商滞空路由而无能为力的感觉。 12 | 13 | 14 | 15 | # 什么是 DDoS? 16 | 17 | DDoS,即分布式拒绝服务攻击(distributed denial-of-service attack,缩写 DDoS),是一种网络攻击手法,其目的在于使目标电脑的网络或系统资源耗尽,使服务暂时中断或停止,导致其正常用户无法访问。 18 | 19 | 嗯,听不懂?举个例子吧。 20 | 21 | 街角一家馄饨店开门营业,结果进来一票无赖把餐桌全占且不点单,客人也不敢进去,从而导致生意全无,这属于恶意的 DDoS 攻击。 22 | 楼下张大妈每天早上只卖100碗面条,然后突然一辆旅游大巴停靠下来,车上旅客把面条买光了,导致张大妈的常客早上都没面条吃,这也是 DDoS 攻击。 23 | 24 | # 为啥 DDoS 无法轻松防御? 25 | 26 | 27 | -------------------------------------------------------------------------------- /drafts-post/default.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 3 | tags: 4 | - 5 | categories: 6 | - 7 | date: 2017-6-23 18:17:00 8 | updated: 2017-6-23 18:17:00 9 | --- 10 | 11 | 12 | -------------------------------------------------------------------------------- /images/0000002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000002.jpg -------------------------------------------------------------------------------- /images/0000005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000005.png -------------------------------------------------------------------------------- /images/0000006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000006.jpg -------------------------------------------------------------------------------- /images/0000007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000007.png -------------------------------------------------------------------------------- /images/0000009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000009.png -------------------------------------------------------------------------------- /images/0000010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000010.png -------------------------------------------------------------------------------- /images/0000012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000012.png -------------------------------------------------------------------------------- /images/0000013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000013.png -------------------------------------------------------------------------------- /images/0000014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000014.png -------------------------------------------------------------------------------- /images/0000015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000015.png -------------------------------------------------------------------------------- /images/0000016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000016.png -------------------------------------------------------------------------------- /images/0000017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000017.png -------------------------------------------------------------------------------- /images/0000018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000018.png -------------------------------------------------------------------------------- /images/0000019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000019.png -------------------------------------------------------------------------------- /images/0000020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000020.png -------------------------------------------------------------------------------- /images/0000021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000021.png -------------------------------------------------------------------------------- /images/0000024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000024.jpg -------------------------------------------------------------------------------- /images/0000025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000025.png -------------------------------------------------------------------------------- /images/0000026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000026.png -------------------------------------------------------------------------------- /images/0000029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000029.jpg -------------------------------------------------------------------------------- /images/0000030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000030.png -------------------------------------------------------------------------------- /images/0000031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000031.png -------------------------------------------------------------------------------- /images/0000032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000032.png -------------------------------------------------------------------------------- /images/0000033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000033.png -------------------------------------------------------------------------------- /images/0000035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000035.png -------------------------------------------------------------------------------- /images/0000036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000036.png -------------------------------------------------------------------------------- /images/0000037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000037.png -------------------------------------------------------------------------------- /images/0000042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000042.png -------------------------------------------------------------------------------- /images/0000043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000043.png -------------------------------------------------------------------------------- /images/0000044.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000044.jpg -------------------------------------------------------------------------------- /images/0000050.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000050.png -------------------------------------------------------------------------------- /images/0000051.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000051.jpg -------------------------------------------------------------------------------- /images/0000052.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000052.png -------------------------------------------------------------------------------- /images/0000053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000053.png -------------------------------------------------------------------------------- /images/0000054.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000054.png -------------------------------------------------------------------------------- /images/0000055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000055.png -------------------------------------------------------------------------------- /images/0000056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000056.png -------------------------------------------------------------------------------- /images/0000057.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000057.png -------------------------------------------------------------------------------- /images/0000059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000059.png -------------------------------------------------------------------------------- /images/0000060.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000060.jpg -------------------------------------------------------------------------------- /images/0000062.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000062.png -------------------------------------------------------------------------------- /images/0000063.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000063.png -------------------------------------------------------------------------------- /images/0000064.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000064.png -------------------------------------------------------------------------------- /images/0000065.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000065.png -------------------------------------------------------------------------------- /images/0000066.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000066.png -------------------------------------------------------------------------------- /images/0000067.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000067.png -------------------------------------------------------------------------------- /images/0000069.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000069.png -------------------------------------------------------------------------------- /images/0000070.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000070.jpg -------------------------------------------------------------------------------- /images/0000071.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000071.png -------------------------------------------------------------------------------- /images/0000072.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000072.png -------------------------------------------------------------------------------- /images/0000073.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000073.png -------------------------------------------------------------------------------- /images/0000074.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000074.png -------------------------------------------------------------------------------- /images/0000075.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000075.png -------------------------------------------------------------------------------- /images/0000076.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000076.png -------------------------------------------------------------------------------- /images/0000077.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000077.png -------------------------------------------------------------------------------- /images/0000084.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000084.png -------------------------------------------------------------------------------- /images/0000085.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000085.png -------------------------------------------------------------------------------- /images/0000086.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000086.png -------------------------------------------------------------------------------- /images/0000087.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000087.png -------------------------------------------------------------------------------- /images/0000088.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000088.png -------------------------------------------------------------------------------- /images/0000089.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000089.png -------------------------------------------------------------------------------- /images/0000090.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000090.png -------------------------------------------------------------------------------- /images/0000100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000100.png -------------------------------------------------------------------------------- /images/0000101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000101.png -------------------------------------------------------------------------------- /images/0000102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000102.png -------------------------------------------------------------------------------- /images/0000103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000103.png -------------------------------------------------------------------------------- /images/0000104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000104.png -------------------------------------------------------------------------------- /images/0000105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000105.png -------------------------------------------------------------------------------- /images/0000106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000106.png -------------------------------------------------------------------------------- /images/0000107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000107.png -------------------------------------------------------------------------------- /images/0000108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000108.png -------------------------------------------------------------------------------- /images/0000109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000109.png -------------------------------------------------------------------------------- /images/0000110.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000110.jpg -------------------------------------------------------------------------------- /images/0000111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000111.png -------------------------------------------------------------------------------- /images/0000112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000112.png -------------------------------------------------------------------------------- /images/0000113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000113.png -------------------------------------------------------------------------------- /images/0000115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000115.png -------------------------------------------------------------------------------- /images/0000116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000116.png -------------------------------------------------------------------------------- /images/0000122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000122.png -------------------------------------------------------------------------------- /images/0000123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000123.png -------------------------------------------------------------------------------- /images/0000124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000124.png -------------------------------------------------------------------------------- /images/0000130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000130.png -------------------------------------------------------------------------------- /images/0000131.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000131.png -------------------------------------------------------------------------------- /images/0000132.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000132.png -------------------------------------------------------------------------------- /images/0000133.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000133.png -------------------------------------------------------------------------------- /images/0000134.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000134.png -------------------------------------------------------------------------------- /images/0000135.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000135.png -------------------------------------------------------------------------------- /images/0000136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000136.png -------------------------------------------------------------------------------- /images/0000137.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000137.png -------------------------------------------------------------------------------- /images/0000138.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000138.png -------------------------------------------------------------------------------- /images/0000139.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000139.png -------------------------------------------------------------------------------- /images/0000140.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000140.png -------------------------------------------------------------------------------- /images/0000141.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000141.png -------------------------------------------------------------------------------- /images/0000142.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000142.jpg -------------------------------------------------------------------------------- /images/0000144.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000144.jpg -------------------------------------------------------------------------------- /images/0000145.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000145.jpg -------------------------------------------------------------------------------- /images/0000146.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000146.jpg -------------------------------------------------------------------------------- /images/0000147.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000147.jpg -------------------------------------------------------------------------------- /images/0000148.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000148.jpg -------------------------------------------------------------------------------- /images/0000150.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000150.jpg -------------------------------------------------------------------------------- /images/0000151.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000151.jpg -------------------------------------------------------------------------------- /images/0000152.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000152.jpg -------------------------------------------------------------------------------- /images/0000153.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000153.jpg -------------------------------------------------------------------------------- /images/0000155.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000155.jpg -------------------------------------------------------------------------------- /images/0000156.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000156.jpg -------------------------------------------------------------------------------- /images/0000157.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000157.png -------------------------------------------------------------------------------- /images/0000160.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000160.jpg -------------------------------------------------------------------------------- /images/0000162.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000162.jpg -------------------------------------------------------------------------------- /images/0000164.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000164.jpg -------------------------------------------------------------------------------- /images/0000165.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000165.jpg -------------------------------------------------------------------------------- /images/0000166.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000166.jpg -------------------------------------------------------------------------------- /images/0000167.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000167.jpg -------------------------------------------------------------------------------- /images/0000170.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000170.png -------------------------------------------------------------------------------- /images/0000171.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000171.png -------------------------------------------------------------------------------- /images/0000173.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000173.png -------------------------------------------------------------------------------- /images/0000174.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000174.png -------------------------------------------------------------------------------- /images/0000175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000175.png -------------------------------------------------------------------------------- /images/0000176.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000176.png -------------------------------------------------------------------------------- /images/0000180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000180.png -------------------------------------------------------------------------------- /images/0000181.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000181.png -------------------------------------------------------------------------------- /images/0000182.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000182.png -------------------------------------------------------------------------------- /images/0000185.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/0000185.png -------------------------------------------------------------------------------- /images/avatar/妄想者.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/avatar/妄想者.png -------------------------------------------------------------------------------- /images/links/1111lab.org.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/1111lab.org.jpg -------------------------------------------------------------------------------- /images/links/131.re.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/131.re.jpg -------------------------------------------------------------------------------- /images/links/1a23.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/1a23.com.png -------------------------------------------------------------------------------- /images/links/blackyau.cc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/blackyau.cc.jpg -------------------------------------------------------------------------------- /images/links/blog.asec01.net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/blog.asec01.net.png -------------------------------------------------------------------------------- /images/links/blog.ihoey.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/blog.ihoey.com.png -------------------------------------------------------------------------------- /images/links/blog.indexyz.me.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/blog.indexyz.me.jpg -------------------------------------------------------------------------------- /images/links/blog.lwl12.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/blog.lwl12.com.jpg -------------------------------------------------------------------------------- /images/links/blog.omico.me.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/blog.omico.me.jpeg -------------------------------------------------------------------------------- /images/links/blog.poi.cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/blog.poi.cat.png -------------------------------------------------------------------------------- /images/links/dcc.cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/dcc.cat.png -------------------------------------------------------------------------------- /images/links/elepover.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/elepover.com.jpg -------------------------------------------------------------------------------- /images/links/ephen.me.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/ephen.me.jpg -------------------------------------------------------------------------------- /images/links/everdream.xyz.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/everdream.xyz.jpeg -------------------------------------------------------------------------------- /images/links/flyhigher.top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/flyhigher.top.png -------------------------------------------------------------------------------- /images/links/halyul.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/halyul.com.png -------------------------------------------------------------------------------- /images/links/i-meto.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/i-meto.com.jpg -------------------------------------------------------------------------------- /images/links/iacn.me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/iacn.me.png -------------------------------------------------------------------------------- /images/links/ikk.me.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/ikk.me.jpg -------------------------------------------------------------------------------- /images/links/imiku.me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/imiku.me.png -------------------------------------------------------------------------------- /images/links/itroy.cc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/itroy.cc.png -------------------------------------------------------------------------------- /images/links/ivanilla.org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/ivanilla.org.png -------------------------------------------------------------------------------- /images/links/kejun.space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/kejun.space.png -------------------------------------------------------------------------------- /images/links/kn007.net.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/kn007.net.jpg -------------------------------------------------------------------------------- /images/links/letitfly.me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/letitfly.me.png -------------------------------------------------------------------------------- /images/links/lirici.moe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/lirici.moe.jpg -------------------------------------------------------------------------------- /images/links/liyin.date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/liyin.date.png -------------------------------------------------------------------------------- /images/links/mat.letitfly.me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/mat.letitfly.me.png -------------------------------------------------------------------------------- /images/links/maxfox.me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/maxfox.me.png -------------------------------------------------------------------------------- /images/links/milkice.me.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/milkice.me.jpg -------------------------------------------------------------------------------- /images/links/never.pet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/never.pet.jpg -------------------------------------------------------------------------------- /images/links/siyuanlau.github.io.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/siyuanlau.github.io.jpg -------------------------------------------------------------------------------- /images/links/ss.ime.moe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/ss.ime.moe.png -------------------------------------------------------------------------------- /images/links/trumeet.top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/trumeet.top.png -------------------------------------------------------------------------------- /images/links/viosey.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/viosey.com.png -------------------------------------------------------------------------------- /images/links/www.isthnew.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/www.isthnew.com.png -------------------------------------------------------------------------------- /images/links/www.iwch.me.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/www.iwch.me.jpg -------------------------------------------------------------------------------- /images/links/www.mokeyjay.com.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/www.mokeyjay.com.jpg -------------------------------------------------------------------------------- /images/links/www.xuegaogg.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neoFelhz/MyBlog/60da1d3e1783a625a1e7b07de2f7b43b9658b894/images/links/www.xuegaogg.com.png -------------------------------------------------------------------------------- /package-lock.json: -------------------------------------------------------------------------------- 1 | { 2 | "lockfileVersion": 1 3 | } 4 | -------------------------------------------------------------------------------- /patch.sh: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------