From 268cee9871e68f384aa8d6bb293a6090d6b90d5c Mon Sep 17 00:00:00 2001 From: Nofated095 Date: Tue, 29 Jun 2021 17:47:20 +0800 Subject: [PATCH] 20210629 --- _config.icarus.yml | 2 +- _config.post.yml | 339 + _config.yml | 4 +- db.json | 2 +- package-lock.json | 5828 +++++++++-------- package.json | 4 +- source/_drafts/2021.md | 2 +- source/_drafts/ubuntu-to-go.md | 28 - .../{bulma.md => beautiful-passages.md} | 82 +- source/_posts/{gridea.md => gridea-gitee.md} | 0 .../{office-2021-setup.md => office-setup.md} | 43 +- source/_posts/old-macbook-bigsur.md | 27 +- source/_posts/ubuntu-to-go.md | 126 + source/about/index.md | 33 +- source/{friend => friends}/index.md | 0 themes/icarus/layout/common/footer.jsx | 3 +- themes/icarus/scripts/index.js | 6 +- themes/suka/.eslintrc.json | 6 + themes/suka/.github/ISSUE_TEMPLATE.md | 90 + .../suka/.github/ISSUE_TEMPLATE/bug_report.md | 86 + .../.github/ISSUE_TEMPLATE/feature_request.md | 15 + themes/suka/.github/PULL_REQUEST_TEMPLATE.md | 45 + themes/suka/.gitignore | 13 + themes/suka/.travis.yml | 31 + themes/suka/CONTRIBUTING.md | 150 + themes/suka/CONTRIBUTING.zh-cn.md | 154 + themes/suka/LICENSE | 674 ++ themes/suka/README.md | 129 + themes/suka/_config.example.yml | 426 ++ themes/suka/contributing.json | 40 + themes/suka/gulpfile.js | 48 + themes/suka/includes/filter/prism.js | 85 + themes/suka/includes/generator/search.js | 82 + themes/suka/includes/helpers/favicon.js | 42 + themes/suka/includes/helpers/page.js | 72 + themes/suka/includes/helpers/qrcode.js | 25 + themes/suka/includes/helpers/tags.js | 135 + themes/suka/includes/tasks/check_deps.js | 26 + themes/suka/includes/tasks/check_hexo.js | 11 + themes/suka/includes/tasks/welcome.js | 11 + themes/suka/languages/default.yml | 1 + themes/suka/languages/en.yml | 36 + themes/suka/languages/zh-CN.yml | 36 + themes/suka/layout/_pages/archive.ejs | 67 + themes/suka/layout/_pages/category.ejs | 17 + themes/suka/layout/_pages/links.ejs | 26 + themes/suka/layout/_pages/post.ejs | 40 + themes/suka/layout/_pages/search.ejs | 28 + themes/suka/layout/_pages/tag.ejs | 15 + themes/suka/layout/_pages/tagcloud.ejs | 15 + themes/suka/layout/_partial/footer.ejs | 36 + .../suka/layout/_partial/head/analytics.ejs | 18 + .../layout/_partial/head/config_style.ejs | 83 + .../layout/_partial/head/dns-prefetch.ejs | 50 + themes/suka/layout/_partial/head/index.ejs | 128 + .../suka/layout/_partial/head/lsversion.ejs | 12 + themes/suka/layout/_partial/head/preload.ejs | 9 + .../_partial/head/site-verification.ejs | 6 + .../layout/_partial/head/structured-data.ejs | 100 + themes/suka/layout/_partial/header.ejs | 16 + themes/suka/layout/_partial/index-nav.ejs | 22 + .../suka/layout/_partial/menu/index-share.ejs | 62 + .../suka/layout/_partial/menu/post-share.ejs | 61 + themes/suka/layout/_partial/pagination.ejs | 22 + .../layout/_partial/post-entry-content.ejs | 34 + themes/suka/layout/_partial/post-entry.ejs | 18 + .../suka/layout/_partial/post/footer-info.ejs | 58 + .../_partial/post/footer-pagination.ejs | 23 + .../suka/layout/_partial/post/header-info.ejs | 33 + themes/suka/layout/_partial/source/footer.ejs | 84 + themes/suka/layout/_partial/source/head.ejs | 49 + .../suka/layout/_plugin/analytics/baidu.ejs | 8 + themes/suka/layout/_plugin/analytics/cnzz.ejs | 3 + .../suka/layout/_plugin/analytics/google.ejs | 7 + .../suka/layout/_plugin/analytics/gtags.ejs | 8 + .../layout/_plugin/analytics/tencent-mta.ejs | 12 + .../suka/layout/_plugin/analytics/tencent.ejs | 8 + .../_plugin/busuanzi/footer_counter.ejs | 22 + .../layout/_plugin/busuanzi/import_js.ejs | 43 + .../layout/_plugin/busuanzi/post-counter.ejs | 7 + .../suka/layout/_plugin/busuanzi/preload.ejs | 5 + .../_plugin/comment/changyan/common.ejs | 4 + .../layout/_plugin/comment/changyan/main.ejs | 10 + .../layout/_plugin/comment/disqus/common.ejs | 1 + .../layout/_plugin/comment/disqus/main.ejs | 16 + .../_plugin/comment/disqus_click/common.ejs | 0 .../_plugin/comment/disqus_click/main.ejs | 45 + .../_plugin/comment/disqusjs/common.ejs | 1 + .../_plugin/comment/disqusjs/common_head.ejs | 1 + .../layout/_plugin/comment/disqusjs/main.ejs | 30 + .../_plugin/comment/facebook/common.ejs | 1 + .../_plugin/comment/facebook/common_head.ejs | 16 + .../_plugin/comment/facebook/counter.ejs | 1 + .../layout/_plugin/comment/facebook/main.ejs | 6 + .../layout/_plugin/comment/gitalk/common.ejs | 1 + .../layout/_plugin/comment/gitalk/main.ejs | 20 + .../layout/_plugin/comment/gitment/common.ejs | 1 + .../layout/_plugin/comment/gitment/main.ejs | 23 + .../layout/_plugin/comment/livere/common.ejs | 0 .../layout/_plugin/comment/livere/main.ejs | 12 + .../layout/_plugin/comment/valine/common.ejs | 0 .../layout/_plugin/comment/valine/main.ejs | 26 + .../_plugin/comment/wildfire/common.ejs | 2 + .../layout/_plugin/comment/wildfire/main.ejs | 25 + .../_plugin/highlight/hanabi/import_js.ejs | 13 + .../_plugin/highlight/hanabi/preload.ejs | 13 + .../_plugin/highlight/hexo-hljs/theme.ejs | 11 + .../_plugin/highlight/prettify/import_js.ejs | 14 + .../_plugin/highlight/prettify/theme.ejs | 47 + .../layout/_plugin/highlight/prism/common.ejs | 22 + .../layout/_plugin/search/google/main.ejs | 8 + .../_plugin/search/local-search/common.ejs | 16 + .../_plugin/search/local-search/main.ejs | 10 + .../layout/_plugin/search/swiftype/common.ejs | 8 + .../layout/_plugin/search/swiftype/main.ejs | 7 + .../layout/_plugin/valine-counter/footer.ejs | 5 + .../_plugin/valine-counter/index_post.ejs | 5 + .../layout/_plugin/valine-counter/post.ejs | 6 + themes/suka/layout/archive.ejs | 1 + themes/suka/layout/category.ejs | 3 + themes/suka/layout/index.ejs | 15 + themes/suka/layout/layout.ejs | 24 + themes/suka/layout/post.ejs | 13 + themes/suka/layout/tag.ejs | 1 + themes/suka/lint.sh | 19 + themes/suka/package.json | 41 + themes/suka/renovate.json | 25 + themes/suka/scripts/index.js | 32 + themes/suka/site_config.yml | 9 + .../suka/source/css/highlight/agate.min.css | 17 + .../source/css/highlight/an-old-hope.min.css | 1 + .../css/highlight/androidstudio.min.css | 1 + .../css/highlight/arduino-light.min.css | 1 + themes/suka/source/css/highlight/arta.min.css | 1 + .../suka/source/css/highlight/ascetic.min.css | 1 + .../css/highlight/atelier-cave-dark.min.css | 1 + .../css/highlight/atelier-cave-light.min.css | 1 + .../css/highlight/atelier-dune-dark.min.css | 1 + .../css/highlight/atelier-dune-light.min.css | 1 + .../highlight/atelier-estuary-dark.min.css | 1 + .../highlight/atelier-estuary-light.min.css | 1 + .../css/highlight/atelier-forest-dark.min.css | 1 + .../highlight/atelier-forest-light.min.css | 1 + .../css/highlight/atelier-heath-dark.min.css | 1 + .../css/highlight/atelier-heath-light.min.css | 1 + .../highlight/atelier-lakeside-dark.min.css | 1 + .../highlight/atelier-lakeside-light.min.css | 1 + .../highlight/atelier-plateau-dark.min.css | 1 + .../highlight/atelier-plateau-light.min.css | 1 + .../highlight/atelier-savanna-dark.min.css | 1 + .../highlight/atelier-savanna-light.min.css | 1 + .../highlight/atelier-seaside-dark.min.css | 1 + .../highlight/atelier-seaside-light.min.css | 1 + .../atelier-sulphurpool-dark.min.css | 1 + .../atelier-sulphurpool-light.min.css | 1 + .../css/highlight/atom-one-dark.min.css | 1 + .../css/highlight/atom-one-light.min.css | 1 + .../source/css/highlight/brown-paper.min.css | 1 + .../css/highlight/codepen-embed.min.css | 1 + .../source/css/highlight/color-brewer.min.css | 1 + .../suka/source/css/highlight/darcula.min.css | 1 + themes/suka/source/css/highlight/dark.min.css | 1 + .../suka/source/css/highlight/darkula.min.css | 1 + .../suka/source/css/highlight/default.min.css | 1 + .../suka/source/css/highlight/docco.min.css | 1 + .../suka/source/css/highlight/dracula.min.css | 1 + themes/suka/source/css/highlight/far.min.css | 1 + .../source/css/highlight/foundation.min.css | 1 + .../source/css/highlight/github-gist.min.css | 1 + .../suka/source/css/highlight/github.min.css | 1 + .../source/css/highlight/googlecode.min.css | 1 + .../source/css/highlight/grayscale.min.css | 1 + .../source/css/highlight/gruvbox-dark.min.css | 1 + .../css/highlight/gruvbox-light.min.css | 1 + .../source/css/highlight/hopscotch.min.css | 1 + .../suka/source/css/highlight/hybrid.min.css | 1 + themes/suka/source/css/highlight/idea.min.css | 1 + .../source/css/highlight/ir-black.min.css | 1 + .../source/css/highlight/kimbie.dark.min.css | 1 + .../source/css/highlight/kimbie.light.min.css | 1 + .../source/css/highlight/lightfair.min.css | 1 + .../suka/source/css/highlight/magula.min.css | 1 + .../source/css/highlight/mono-blue.min.css | 1 + .../css/highlight/monokai-sublime.min.css | 1 + .../suka/source/css/highlight/monokai.min.css | 1 + .../source/css/highlight/obsidian.min.css | 1 + .../suka/source/css/highlight/ocean.min.css | 1 + .../source/css/highlight/paraiso-dark.min.css | 1 + .../css/highlight/paraiso-light.min.css | 1 + .../source/css/highlight/pojoaque.min.css | 1 + .../source/css/highlight/purebasic.min.css | 1 + .../css/highlight/qtcreator_dark.min.css | 1 + .../css/highlight/qtcreator_light.min.css | 1 + .../source/css/highlight/railscasts.min.css | 1 + .../suka/source/css/highlight/rainbow.min.css | 1 + .../source/css/highlight/routeros.min.css | 1 + .../source/css/highlight/school-book.min.css | 1 + .../css/highlight/shades-of-purple.min.css | 1 + .../css/highlight/solarized-dark.min.css | 1 + .../css/highlight/solarized-light.min.css | 1 + .../css/highlight/solarized-white.min.css | 1 + .../source/css/highlight/sunburst.min.css | 1 + .../css/highlight/tomorrow-night-blue.min.css | 1 + .../highlight/tomorrow-night-bright.min.css | 1 + .../highlight/tomorrow-night-eighties.min.css | 1 + .../css/highlight/tomorrow-night.min.css | 1 + .../source/css/highlight/tomorrow.min.css | 1 + themes/suka/source/css/highlight/vs.min.css | 1 + .../suka/source/css/highlight/vs2015.min.css | 1 + .../suka/source/css/highlight/xcode.min.css | 1 + .../suka/source/css/highlight/xt256.min.css | 1 + .../suka/source/css/highlight/zenburn.min.css | 1 + themes/suka/source/css/style.min.css | 6 + themes/suka/source/img/default_avatar.png | Bin 0 -> 1941 bytes themes/suka/source/img/suka-favicon.ico | Bin 0 -> 9662 bytes themes/suka/source/img/suka-favicon.png | Bin 0 -> 1397 bytes themes/suka/source/img/suka-lazyload.gif | Bin 0 -> 35 bytes themes/suka/source/js/hanabi-browser.min.js | 7 + themes/suka/source/js/local-search.min.js | 7 + themes/suka/source/js/lsloader.min.js | 7 + themes/suka/source/lib/hanabi/hanabi.js | 69 + themes/suka/source/lib/hanabi/hanabi.min.js | 2 + .../suka/source/lib/hanabi/hanabi.min.js.map | 1 + themes/suka/source/lib/prettify/prettify.css | 1 + themes/suka/source/lib/prettify/prettify.js | 46 + .../prettify/themes/atelier-cave-dark.min.css | 2 + .../themes/atelier-cave-light.min.css | 2 + .../prettify/themes/atelier-dune-dark.min.css | 2 + .../themes/atelier-dune-light.min.css | 2 + .../themes/atelier-estuary-dark.min.css | 2 + .../themes/atelier-estuary-light.min.css | 2 + .../themes/atelier-forest-dark.min.css | 2 + .../themes/atelier-forest-light.min.css | 2 + .../themes/atelier-heath-dark.min.css | 2 + .../themes/atelier-heath-light.min.css | 2 + .../themes/atelier-lakeside-dark.min.css | 2 + .../themes/atelier-lakeside-light.min.css | 2 + .../themes/atelier-plateau-dark.min.css | 2 + .../themes/atelier-plateau-light.min.css | 2 + .../themes/atelier-savanna-dark.min.css | 2 + .../themes/atelier-savanna-light.min.css | 2 + .../themes/atelier-seaside-dark.min.css | 2 + .../themes/atelier-seaside-light.min.css | 2 + .../themes/atelier-sulphurpool-dark.min.css | 2 + .../themes/atelier-sulphurpool-light.min.css | 2 + .../lib/prettify/themes/github-v2.min.css | 2 + .../source/lib/prettify/themes/github.min.css | 2 + .../lib/prettify/themes/hemisu-dark.min.css | 2 + .../lib/prettify/themes/hemisu-light.min.css | 2 + .../themes/tomorrow-night-blue.min.css | 2 + .../themes/tomorrow-night-bright.min.css | 2 + .../themes/tomorrow-night-eighties.min.css | 2 + .../prettify/themes/tomorrow-night.min.css | 2 + .../lib/prettify/themes/tomorrow.min.css | 2 + .../prettify/themes/tranquil-heart.min.css | 2 + .../lib/prettify/themes/vibrant-ink.min.css | 2 + .../source/lib/prism/prism-a11y-dark.min.css | 1 + .../source/lib/prism/prism-atom-dark.min.css | 1 + ...sm-base16-ateliersulphurpool.light.min.css | 1 + themes/suka/source/lib/prism/prism-cb.min.css | 1 + .../suka/source/lib/prism/prism-coy.min.css | 1 + .../source/lib/prism/prism-darcula.min.css | 1 + .../suka/source/lib/prism/prism-dark.min.css | 1 + .../source/lib/prism/prism-default.min.css | 1 + .../lib/prism/prism-duotone-dark.min.css | 1 + .../lib/prism/prism-duotone-earth.min.css | 1 + .../lib/prism/prism-duotone-forest.min.css | 1 + .../lib/prism/prism-duotone-light.min.css | 1 + .../lib/prism/prism-duotone-sea.min.css | 1 + .../lib/prism/prism-duotone-space.min.css | 1 + .../suka/source/lib/prism/prism-funky.min.css | 1 + .../source/lib/prism/prism-ghcolors.min.css | 1 + .../source/lib/prism/prism-hopscotch.min.css | 1 + .../lib/prism/prism-line-numbers.min.css | 1 + .../source/lib/prism/prism-okaidia.min.css | 1 + .../source/lib/prism/prism-pojoaque.min.css | 1 + .../lib/prism/prism-solarizedlight.min.css | 1 + .../source/lib/prism/prism-tomorrow.min.css | 1 + .../source/lib/prism/prism-twilight.min.css | 1 + themes/suka/source/lib/prism/prism-vs.min.css | 1 + .../source/lib/prism/prism-xonokai.min.css | 1 + .../suka/source/lib/spectre/spectre-exp.css | 1044 +++ .../source/lib/spectre/spectre-exp.min.css | 1 + .../suka/source/lib/spectre/spectre-icons.css | 619 ++ .../source/lib/spectre/spectre-icons.min.css | 1 + themes/suka/source/lib/spectre/spectre.css | 3641 ++++++++++ .../suka/source/lib/spectre/spectre.min.css | 1 + .../lib/vanilla-lazyload/lazyload.min.js | 2 + themes/suka/src/css/highlight/agate.css | 108 + themes/suka/src/css/highlight/an-old-hope.css | 89 + .../suka/src/css/highlight/androidstudio.css | 66 + .../suka/src/css/highlight/arduino-light.css | 88 + themes/suka/src/css/highlight/arta.css | 73 + themes/suka/src/css/highlight/ascetic.css | 45 + .../src/css/highlight/atelier-cave-dark.css | 83 + .../src/css/highlight/atelier-cave-light.css | 85 + .../src/css/highlight/atelier-dune-dark.css | 69 + .../src/css/highlight/atelier-dune-light.css | 69 + .../css/highlight/atelier-estuary-dark.css | 84 + .../css/highlight/atelier-estuary-light.css | 84 + .../src/css/highlight/atelier-forest-dark.css | 69 + .../css/highlight/atelier-forest-light.css | 69 + .../src/css/highlight/atelier-heath-dark.css | 69 + .../src/css/highlight/atelier-heath-light.css | 69 + .../css/highlight/atelier-lakeside-dark.css | 69 + .../css/highlight/atelier-lakeside-light.css | 69 + .../css/highlight/atelier-plateau-dark.css | 84 + .../css/highlight/atelier-plateau-light.css | 84 + .../css/highlight/atelier-savanna-dark.css | 84 + .../css/highlight/atelier-savanna-light.css | 84 + .../css/highlight/atelier-seaside-dark.css | 69 + .../css/highlight/atelier-seaside-light.css | 69 + .../highlight/atelier-sulphurpool-dark.css | 69 + .../highlight/atelier-sulphurpool-light.css | 69 + .../suka/src/css/highlight/atom-one-dark.css | 96 + .../suka/src/css/highlight/atom-one-light.css | 96 + themes/suka/src/css/highlight/brown-paper.css | 64 + .../suka/src/css/highlight/brown-papersq.png | Bin 0 -> 18198 bytes .../suka/src/css/highlight/codepen-embed.css | 60 + .../suka/src/css/highlight/color-brewer.css | 71 + themes/suka/src/css/highlight/darcula.css | 77 + themes/suka/src/css/highlight/dark.css | 63 + themes/suka/src/css/highlight/darkula.css | 6 + themes/suka/src/css/highlight/default.css | 99 + themes/suka/src/css/highlight/docco.css | 97 + themes/suka/src/css/highlight/dracula.css | 76 + themes/suka/src/css/highlight/far.css | 71 + themes/suka/src/css/highlight/foundation.css | 88 + themes/suka/src/css/highlight/github-gist.css | 71 + themes/suka/src/css/highlight/github.css | 99 + themes/suka/src/css/highlight/googlecode.css | 89 + themes/suka/src/css/highlight/grayscale.css | 101 + .../suka/src/css/highlight/gruvbox-dark.css | 108 + .../suka/src/css/highlight/gruvbox-light.css | 108 + themes/suka/src/css/highlight/hopscotch.css | 83 + themes/suka/src/css/highlight/hybrid.css | 102 + themes/suka/src/css/highlight/idea.css | 97 + themes/suka/src/css/highlight/ir-black.css | 73 + themes/suka/src/css/highlight/kimbie.dark.css | 74 + .../suka/src/css/highlight/kimbie.light.css | 74 + themes/suka/src/css/highlight/lightfair.css | 87 + themes/suka/src/css/highlight/magula.css | 70 + themes/suka/src/css/highlight/mono-blue.css | 59 + .../src/css/highlight/monokai-sublime.css | 83 + themes/suka/src/css/highlight/monokai.css | 70 + themes/suka/src/css/highlight/obsidian.css | 88 + themes/suka/src/css/highlight/ocean.css | 74 + .../suka/src/css/highlight/paraiso-dark.css | 72 + .../suka/src/css/highlight/paraiso-light.css | 72 + themes/suka/src/css/highlight/pojoaque.css | 83 + themes/suka/src/css/highlight/pojoaque.jpg | Bin 0 -> 1186 bytes themes/suka/src/css/highlight/purebasic.css | 96 + .../suka/src/css/highlight/qtcreator_dark.css | 83 + .../src/css/highlight/qtcreator_light.css | 83 + themes/suka/src/css/highlight/railscasts.css | 106 + themes/suka/src/css/highlight/rainbow.css | 85 + themes/suka/src/css/highlight/routeros.css | 108 + themes/suka/src/css/highlight/school-book.css | 72 + themes/suka/src/css/highlight/school-book.png | Bin 0 -> 486 bytes .../src/css/highlight/shades-of-purple.css | 97 + .../suka/src/css/highlight/solarized-dark.css | 84 + .../src/css/highlight/solarized-light.css | 84 + .../src/css/highlight/solarized-white.css | 84 + themes/suka/src/css/highlight/sunburst.css | 102 + .../src/css/highlight/tomorrow-night-blue.css | 75 + .../css/highlight/tomorrow-night-bright.css | 74 + .../css/highlight/tomorrow-night-eighties.css | 74 + .../suka/src/css/highlight/tomorrow-night.css | 75 + themes/suka/src/css/highlight/tomorrow.css | 72 + themes/suka/src/css/highlight/vs.css | 68 + themes/suka/src/css/highlight/vs2015.css | 115 + themes/suka/src/css/highlight/xcode.css | 93 + themes/suka/src/css/highlight/xt256.css | 92 + themes/suka/src/css/highlight/zenburn.css | 80 + themes/suka/src/css/style.css | 1446 ++++ themes/suka/src/js/hanabi-browser.js | 16 + themes/suka/src/js/local-search.js | 174 + themes/suka/src/js/lsloader.js | 335 + themes/suka/src/lib/prism/prism-a11y-dark.css | 160 + themes/suka/src/lib/prism/prism-atom-dark.css | 146 + .../prism-base16-ateliersulphurpool.light.css | 172 + themes/suka/src/lib/prism/prism-cb.css | 176 + themes/suka/src/lib/prism/prism-coy.css | 225 + themes/suka/src/lib/prism/prism-darcula.css | 162 + themes/suka/src/lib/prism/prism-dark.css | 128 + themes/suka/src/lib/prism/prism-default.css | 138 + .../suka/src/lib/prism/prism-duotone-dark.css | 168 + .../src/lib/prism/prism-duotone-earth.css | 168 + .../src/lib/prism/prism-duotone-forest.css | 168 + .../src/lib/prism/prism-duotone-light.css | 168 + .../suka/src/lib/prism/prism-duotone-sea.css | 168 + .../src/lib/prism/prism-duotone-space.css | 168 + themes/suka/src/lib/prism/prism-funky.css | 116 + themes/suka/src/lib/prism/prism-ghcolors.css | 119 + themes/suka/src/lib/prism/prism-hopscotch.css | 124 + .../suka/src/lib/prism/prism-line-numbers.css | 41 + themes/suka/src/lib/prism/prism-okaidia.css | 122 + themes/suka/src/lib/prism/prism-pojoaque.css | 134 + .../src/lib/prism/prism-solarizedlight.css | 149 + themes/suka/src/lib/prism/prism-tomorrow.css | 121 + themes/suka/src/lib/prism/prism-twilight.css | 198 + themes/suka/src/lib/prism/prism-vs.css | 157 + themes/suka/src/lib/prism/prism-xonokai.css | 164 + 403 files changed, 26219 insertions(+), 2688 deletions(-) create mode 100644 _config.post.yml delete mode 100644 source/_drafts/ubuntu-to-go.md rename source/_posts/{bulma.md => beautiful-passages.md} (56%) rename source/_posts/{gridea.md => gridea-gitee.md} (100%) rename source/_posts/{office-2021-setup.md => office-setup.md} (73%) create mode 100644 source/_posts/ubuntu-to-go.md rename source/{friend => friends}/index.md (100%) create mode 100644 themes/suka/.eslintrc.json create mode 100644 themes/suka/.github/ISSUE_TEMPLATE.md create mode 100644 themes/suka/.github/ISSUE_TEMPLATE/bug_report.md create mode 100644 themes/suka/.github/ISSUE_TEMPLATE/feature_request.md create mode 100644 themes/suka/.github/PULL_REQUEST_TEMPLATE.md create mode 100644 themes/suka/.gitignore create mode 100644 themes/suka/.travis.yml create mode 100644 themes/suka/CONTRIBUTING.md create mode 100644 themes/suka/CONTRIBUTING.zh-cn.md create mode 100644 themes/suka/LICENSE create mode 100644 themes/suka/README.md create mode 100644 themes/suka/_config.example.yml create mode 100644 themes/suka/contributing.json create mode 100644 themes/suka/gulpfile.js create mode 100755 themes/suka/includes/filter/prism.js create mode 100644 themes/suka/includes/generator/search.js create mode 100755 themes/suka/includes/helpers/favicon.js create mode 100644 themes/suka/includes/helpers/page.js create mode 100755 themes/suka/includes/helpers/qrcode.js create mode 100755 themes/suka/includes/helpers/tags.js create mode 100644 themes/suka/includes/tasks/check_deps.js create mode 100755 themes/suka/includes/tasks/check_hexo.js create mode 100644 themes/suka/includes/tasks/welcome.js create mode 100644 themes/suka/languages/default.yml create mode 100644 themes/suka/languages/en.yml create mode 100644 themes/suka/languages/zh-CN.yml create mode 100644 themes/suka/layout/_pages/archive.ejs create mode 100644 themes/suka/layout/_pages/category.ejs create mode 100644 themes/suka/layout/_pages/links.ejs create mode 100644 themes/suka/layout/_pages/post.ejs create mode 100644 themes/suka/layout/_pages/search.ejs create mode 100644 themes/suka/layout/_pages/tag.ejs create mode 100644 themes/suka/layout/_pages/tagcloud.ejs create mode 100644 themes/suka/layout/_partial/footer.ejs create mode 100644 themes/suka/layout/_partial/head/analytics.ejs create mode 100644 themes/suka/layout/_partial/head/config_style.ejs create mode 100644 themes/suka/layout/_partial/head/dns-prefetch.ejs create mode 100644 themes/suka/layout/_partial/head/index.ejs create mode 100644 themes/suka/layout/_partial/head/lsversion.ejs create mode 100644 themes/suka/layout/_partial/head/preload.ejs create mode 100644 themes/suka/layout/_partial/head/site-verification.ejs create mode 100644 themes/suka/layout/_partial/head/structured-data.ejs create mode 100644 themes/suka/layout/_partial/header.ejs create mode 100644 themes/suka/layout/_partial/index-nav.ejs create mode 100644 themes/suka/layout/_partial/menu/index-share.ejs create mode 100644 themes/suka/layout/_partial/menu/post-share.ejs create mode 100644 themes/suka/layout/_partial/pagination.ejs create mode 100644 themes/suka/layout/_partial/post-entry-content.ejs create mode 100644 themes/suka/layout/_partial/post-entry.ejs create mode 100644 themes/suka/layout/_partial/post/footer-info.ejs create mode 100644 themes/suka/layout/_partial/post/footer-pagination.ejs create mode 100644 themes/suka/layout/_partial/post/header-info.ejs create mode 100644 themes/suka/layout/_partial/source/footer.ejs create mode 100644 themes/suka/layout/_partial/source/head.ejs create mode 100644 themes/suka/layout/_plugin/analytics/baidu.ejs create mode 100644 themes/suka/layout/_plugin/analytics/cnzz.ejs create mode 100644 themes/suka/layout/_plugin/analytics/google.ejs create mode 100644 themes/suka/layout/_plugin/analytics/gtags.ejs create mode 100644 themes/suka/layout/_plugin/analytics/tencent-mta.ejs create mode 100644 themes/suka/layout/_plugin/analytics/tencent.ejs create mode 100644 themes/suka/layout/_plugin/busuanzi/footer_counter.ejs create mode 100644 themes/suka/layout/_plugin/busuanzi/import_js.ejs create mode 100644 themes/suka/layout/_plugin/busuanzi/post-counter.ejs create mode 100644 themes/suka/layout/_plugin/busuanzi/preload.ejs create mode 100644 themes/suka/layout/_plugin/comment/changyan/common.ejs create mode 100644 themes/suka/layout/_plugin/comment/changyan/main.ejs create mode 100644 themes/suka/layout/_plugin/comment/disqus/common.ejs create mode 100644 themes/suka/layout/_plugin/comment/disqus/main.ejs create mode 100644 themes/suka/layout/_plugin/comment/disqus_click/common.ejs create mode 100644 themes/suka/layout/_plugin/comment/disqus_click/main.ejs create mode 100644 themes/suka/layout/_plugin/comment/disqusjs/common.ejs create mode 100644 themes/suka/layout/_plugin/comment/disqusjs/common_head.ejs create mode 100644 themes/suka/layout/_plugin/comment/disqusjs/main.ejs create mode 100644 themes/suka/layout/_plugin/comment/facebook/common.ejs create mode 100644 themes/suka/layout/_plugin/comment/facebook/common_head.ejs create mode 100644 themes/suka/layout/_plugin/comment/facebook/counter.ejs create mode 100644 themes/suka/layout/_plugin/comment/facebook/main.ejs create mode 100644 themes/suka/layout/_plugin/comment/gitalk/common.ejs create mode 100644 themes/suka/layout/_plugin/comment/gitalk/main.ejs create mode 100644 themes/suka/layout/_plugin/comment/gitment/common.ejs create mode 100644 themes/suka/layout/_plugin/comment/gitment/main.ejs create mode 100644 themes/suka/layout/_plugin/comment/livere/common.ejs create mode 100644 themes/suka/layout/_plugin/comment/livere/main.ejs create mode 100644 themes/suka/layout/_plugin/comment/valine/common.ejs create mode 100644 themes/suka/layout/_plugin/comment/valine/main.ejs create mode 100644 themes/suka/layout/_plugin/comment/wildfire/common.ejs create mode 100644 themes/suka/layout/_plugin/comment/wildfire/main.ejs create mode 100644 themes/suka/layout/_plugin/highlight/hanabi/import_js.ejs create mode 100644 themes/suka/layout/_plugin/highlight/hanabi/preload.ejs create mode 100644 themes/suka/layout/_plugin/highlight/hexo-hljs/theme.ejs create mode 100644 themes/suka/layout/_plugin/highlight/prettify/import_js.ejs create mode 100644 themes/suka/layout/_plugin/highlight/prettify/theme.ejs create mode 100644 themes/suka/layout/_plugin/highlight/prism/common.ejs create mode 100644 themes/suka/layout/_plugin/search/google/main.ejs create mode 100644 themes/suka/layout/_plugin/search/local-search/common.ejs create mode 100644 themes/suka/layout/_plugin/search/local-search/main.ejs create mode 100644 themes/suka/layout/_plugin/search/swiftype/common.ejs create mode 100644 themes/suka/layout/_plugin/search/swiftype/main.ejs create mode 100644 themes/suka/layout/_plugin/valine-counter/footer.ejs create mode 100644 themes/suka/layout/_plugin/valine-counter/index_post.ejs create mode 100644 themes/suka/layout/_plugin/valine-counter/post.ejs create mode 100644 themes/suka/layout/archive.ejs create mode 100644 themes/suka/layout/category.ejs create mode 100644 themes/suka/layout/index.ejs create mode 100644 themes/suka/layout/layout.ejs create mode 100644 themes/suka/layout/post.ejs create mode 100644 themes/suka/layout/tag.ejs create mode 100644 themes/suka/lint.sh create mode 100644 themes/suka/package.json create mode 100644 themes/suka/renovate.json create mode 100644 themes/suka/scripts/index.js create mode 100644 themes/suka/site_config.yml create mode 100644 themes/suka/source/css/highlight/agate.min.css create mode 100644 themes/suka/source/css/highlight/an-old-hope.min.css create mode 100644 themes/suka/source/css/highlight/androidstudio.min.css create mode 100644 themes/suka/source/css/highlight/arduino-light.min.css create mode 100644 themes/suka/source/css/highlight/arta.min.css create mode 100644 themes/suka/source/css/highlight/ascetic.min.css create mode 100644 themes/suka/source/css/highlight/atelier-cave-dark.min.css create mode 100644 themes/suka/source/css/highlight/atelier-cave-light.min.css create mode 100644 themes/suka/source/css/highlight/atelier-dune-dark.min.css create mode 100644 themes/suka/source/css/highlight/atelier-dune-light.min.css create mode 100644 themes/suka/source/css/highlight/atelier-estuary-dark.min.css create mode 100644 themes/suka/source/css/highlight/atelier-estuary-light.min.css create mode 100644 themes/suka/source/css/highlight/atelier-forest-dark.min.css create mode 100644 themes/suka/source/css/highlight/atelier-forest-light.min.css create mode 100644 themes/suka/source/css/highlight/atelier-heath-dark.min.css create mode 100644 themes/suka/source/css/highlight/atelier-heath-light.min.css create mode 100644 themes/suka/source/css/highlight/atelier-lakeside-dark.min.css create mode 100644 themes/suka/source/css/highlight/atelier-lakeside-light.min.css create mode 100644 themes/suka/source/css/highlight/atelier-plateau-dark.min.css create mode 100644 themes/suka/source/css/highlight/atelier-plateau-light.min.css create mode 100644 themes/suka/source/css/highlight/atelier-savanna-dark.min.css create mode 100644 themes/suka/source/css/highlight/atelier-savanna-light.min.css create mode 100644 themes/suka/source/css/highlight/atelier-seaside-dark.min.css create mode 100644 themes/suka/source/css/highlight/atelier-seaside-light.min.css create mode 100644 themes/suka/source/css/highlight/atelier-sulphurpool-dark.min.css create mode 100644 themes/suka/source/css/highlight/atelier-sulphurpool-light.min.css create mode 100644 themes/suka/source/css/highlight/atom-one-dark.min.css create mode 100644 themes/suka/source/css/highlight/atom-one-light.min.css create mode 100644 themes/suka/source/css/highlight/brown-paper.min.css create mode 100644 themes/suka/source/css/highlight/codepen-embed.min.css create mode 100644 themes/suka/source/css/highlight/color-brewer.min.css create mode 100644 themes/suka/source/css/highlight/darcula.min.css create mode 100644 themes/suka/source/css/highlight/dark.min.css create mode 100644 themes/suka/source/css/highlight/darkula.min.css create mode 100644 themes/suka/source/css/highlight/default.min.css create mode 100644 themes/suka/source/css/highlight/docco.min.css create mode 100644 themes/suka/source/css/highlight/dracula.min.css create mode 100644 themes/suka/source/css/highlight/far.min.css create mode 100644 themes/suka/source/css/highlight/foundation.min.css create mode 100644 themes/suka/source/css/highlight/github-gist.min.css create mode 100644 themes/suka/source/css/highlight/github.min.css create mode 100644 themes/suka/source/css/highlight/googlecode.min.css create mode 100644 themes/suka/source/css/highlight/grayscale.min.css create mode 100644 themes/suka/source/css/highlight/gruvbox-dark.min.css create mode 100644 themes/suka/source/css/highlight/gruvbox-light.min.css create mode 100644 themes/suka/source/css/highlight/hopscotch.min.css create mode 100644 themes/suka/source/css/highlight/hybrid.min.css create mode 100644 themes/suka/source/css/highlight/idea.min.css create mode 100644 themes/suka/source/css/highlight/ir-black.min.css create mode 100644 themes/suka/source/css/highlight/kimbie.dark.min.css create mode 100644 themes/suka/source/css/highlight/kimbie.light.min.css create mode 100644 themes/suka/source/css/highlight/lightfair.min.css create mode 100644 themes/suka/source/css/highlight/magula.min.css create mode 100644 themes/suka/source/css/highlight/mono-blue.min.css create mode 100644 themes/suka/source/css/highlight/monokai-sublime.min.css create mode 100644 themes/suka/source/css/highlight/monokai.min.css create mode 100644 themes/suka/source/css/highlight/obsidian.min.css create mode 100644 themes/suka/source/css/highlight/ocean.min.css create mode 100644 themes/suka/source/css/highlight/paraiso-dark.min.css create mode 100644 themes/suka/source/css/highlight/paraiso-light.min.css create mode 100644 themes/suka/source/css/highlight/pojoaque.min.css create mode 100644 themes/suka/source/css/highlight/purebasic.min.css create mode 100644 themes/suka/source/css/highlight/qtcreator_dark.min.css create mode 100644 themes/suka/source/css/highlight/qtcreator_light.min.css create mode 100644 themes/suka/source/css/highlight/railscasts.min.css create mode 100644 themes/suka/source/css/highlight/rainbow.min.css create mode 100644 themes/suka/source/css/highlight/routeros.min.css create mode 100644 themes/suka/source/css/highlight/school-book.min.css create mode 100644 themes/suka/source/css/highlight/shades-of-purple.min.css create mode 100644 themes/suka/source/css/highlight/solarized-dark.min.css create mode 100644 themes/suka/source/css/highlight/solarized-light.min.css create mode 100644 themes/suka/source/css/highlight/solarized-white.min.css create mode 100644 themes/suka/source/css/highlight/sunburst.min.css create mode 100644 themes/suka/source/css/highlight/tomorrow-night-blue.min.css create mode 100644 themes/suka/source/css/highlight/tomorrow-night-bright.min.css create mode 100644 themes/suka/source/css/highlight/tomorrow-night-eighties.min.css create mode 100644 themes/suka/source/css/highlight/tomorrow-night.min.css create mode 100644 themes/suka/source/css/highlight/tomorrow.min.css create mode 100644 themes/suka/source/css/highlight/vs.min.css create mode 100644 themes/suka/source/css/highlight/vs2015.min.css create mode 100644 themes/suka/source/css/highlight/xcode.min.css create mode 100644 themes/suka/source/css/highlight/xt256.min.css create mode 100644 themes/suka/source/css/highlight/zenburn.min.css create mode 100644 themes/suka/source/css/style.min.css create mode 100644 themes/suka/source/img/default_avatar.png create mode 100644 themes/suka/source/img/suka-favicon.ico create mode 100644 themes/suka/source/img/suka-favicon.png create mode 100644 themes/suka/source/img/suka-lazyload.gif create mode 100644 themes/suka/source/js/hanabi-browser.min.js create mode 100644 themes/suka/source/js/local-search.min.js create mode 100644 themes/suka/source/js/lsloader.min.js create mode 100644 themes/suka/source/lib/hanabi/hanabi.js create mode 100644 themes/suka/source/lib/hanabi/hanabi.min.js create mode 100644 themes/suka/source/lib/hanabi/hanabi.min.js.map create mode 100644 themes/suka/source/lib/prettify/prettify.css create mode 100644 themes/suka/source/lib/prettify/prettify.js create mode 100644 themes/suka/source/lib/prettify/themes/atelier-cave-dark.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-cave-light.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-dune-dark.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-dune-light.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-estuary-dark.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-estuary-light.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-forest-dark.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-forest-light.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-heath-dark.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-heath-light.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-lakeside-dark.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-lakeside-light.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-plateau-dark.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-plateau-light.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-savanna-dark.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-savanna-light.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-seaside-dark.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-seaside-light.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-sulphurpool-dark.min.css create mode 100644 themes/suka/source/lib/prettify/themes/atelier-sulphurpool-light.min.css create mode 100644 themes/suka/source/lib/prettify/themes/github-v2.min.css create mode 100644 themes/suka/source/lib/prettify/themes/github.min.css create mode 100644 themes/suka/source/lib/prettify/themes/hemisu-dark.min.css create mode 100644 themes/suka/source/lib/prettify/themes/hemisu-light.min.css create mode 100644 themes/suka/source/lib/prettify/themes/tomorrow-night-blue.min.css create mode 100644 themes/suka/source/lib/prettify/themes/tomorrow-night-bright.min.css create mode 100644 themes/suka/source/lib/prettify/themes/tomorrow-night-eighties.min.css create mode 100644 themes/suka/source/lib/prettify/themes/tomorrow-night.min.css create mode 100644 themes/suka/source/lib/prettify/themes/tomorrow.min.css create mode 100644 themes/suka/source/lib/prettify/themes/tranquil-heart.min.css create mode 100644 themes/suka/source/lib/prettify/themes/vibrant-ink.min.css create mode 100644 themes/suka/source/lib/prism/prism-a11y-dark.min.css create mode 100644 themes/suka/source/lib/prism/prism-atom-dark.min.css create mode 100644 themes/suka/source/lib/prism/prism-base16-ateliersulphurpool.light.min.css create mode 100644 themes/suka/source/lib/prism/prism-cb.min.css create mode 100644 themes/suka/source/lib/prism/prism-coy.min.css create mode 100644 themes/suka/source/lib/prism/prism-darcula.min.css create mode 100644 themes/suka/source/lib/prism/prism-dark.min.css create mode 100644 themes/suka/source/lib/prism/prism-default.min.css create mode 100644 themes/suka/source/lib/prism/prism-duotone-dark.min.css create mode 100644 themes/suka/source/lib/prism/prism-duotone-earth.min.css create mode 100644 themes/suka/source/lib/prism/prism-duotone-forest.min.css create mode 100644 themes/suka/source/lib/prism/prism-duotone-light.min.css create mode 100644 themes/suka/source/lib/prism/prism-duotone-sea.min.css create mode 100644 themes/suka/source/lib/prism/prism-duotone-space.min.css create mode 100644 themes/suka/source/lib/prism/prism-funky.min.css create mode 100644 themes/suka/source/lib/prism/prism-ghcolors.min.css create mode 100644 themes/suka/source/lib/prism/prism-hopscotch.min.css create mode 100644 themes/suka/source/lib/prism/prism-line-numbers.min.css create mode 100644 themes/suka/source/lib/prism/prism-okaidia.min.css create mode 100644 themes/suka/source/lib/prism/prism-pojoaque.min.css create mode 100644 themes/suka/source/lib/prism/prism-solarizedlight.min.css create mode 100644 themes/suka/source/lib/prism/prism-tomorrow.min.css create mode 100644 themes/suka/source/lib/prism/prism-twilight.min.css create mode 100644 themes/suka/source/lib/prism/prism-vs.min.css create mode 100644 themes/suka/source/lib/prism/prism-xonokai.min.css create mode 100644 themes/suka/source/lib/spectre/spectre-exp.css create mode 100644 themes/suka/source/lib/spectre/spectre-exp.min.css create mode 100644 themes/suka/source/lib/spectre/spectre-icons.css create mode 100644 themes/suka/source/lib/spectre/spectre-icons.min.css create mode 100644 themes/suka/source/lib/spectre/spectre.css create mode 100644 themes/suka/source/lib/spectre/spectre.min.css create mode 100644 themes/suka/source/lib/vanilla-lazyload/lazyload.min.js create mode 100644 themes/suka/src/css/highlight/agate.css create mode 100644 themes/suka/src/css/highlight/an-old-hope.css create mode 100644 themes/suka/src/css/highlight/androidstudio.css create mode 100644 themes/suka/src/css/highlight/arduino-light.css create mode 100644 themes/suka/src/css/highlight/arta.css create mode 100644 themes/suka/src/css/highlight/ascetic.css create mode 100644 themes/suka/src/css/highlight/atelier-cave-dark.css create mode 100644 themes/suka/src/css/highlight/atelier-cave-light.css create mode 100644 themes/suka/src/css/highlight/atelier-dune-dark.css create mode 100644 themes/suka/src/css/highlight/atelier-dune-light.css create mode 100644 themes/suka/src/css/highlight/atelier-estuary-dark.css create mode 100644 themes/suka/src/css/highlight/atelier-estuary-light.css create mode 100644 themes/suka/src/css/highlight/atelier-forest-dark.css create mode 100644 themes/suka/src/css/highlight/atelier-forest-light.css create mode 100644 themes/suka/src/css/highlight/atelier-heath-dark.css create mode 100644 themes/suka/src/css/highlight/atelier-heath-light.css create mode 100644 themes/suka/src/css/highlight/atelier-lakeside-dark.css create mode 100644 themes/suka/src/css/highlight/atelier-lakeside-light.css create mode 100644 themes/suka/src/css/highlight/atelier-plateau-dark.css create mode 100644 themes/suka/src/css/highlight/atelier-plateau-light.css create mode 100644 themes/suka/src/css/highlight/atelier-savanna-dark.css create mode 100644 themes/suka/src/css/highlight/atelier-savanna-light.css create mode 100644 themes/suka/src/css/highlight/atelier-seaside-dark.css create mode 100644 themes/suka/src/css/highlight/atelier-seaside-light.css create mode 100644 themes/suka/src/css/highlight/atelier-sulphurpool-dark.css create mode 100644 themes/suka/src/css/highlight/atelier-sulphurpool-light.css create mode 100644 themes/suka/src/css/highlight/atom-one-dark.css create mode 100644 themes/suka/src/css/highlight/atom-one-light.css create mode 100644 themes/suka/src/css/highlight/brown-paper.css create mode 100644 themes/suka/src/css/highlight/brown-papersq.png create mode 100644 themes/suka/src/css/highlight/codepen-embed.css create mode 100644 themes/suka/src/css/highlight/color-brewer.css create mode 100644 themes/suka/src/css/highlight/darcula.css create mode 100644 themes/suka/src/css/highlight/dark.css create mode 100644 themes/suka/src/css/highlight/darkula.css create mode 100644 themes/suka/src/css/highlight/default.css create mode 100644 themes/suka/src/css/highlight/docco.css create mode 100644 themes/suka/src/css/highlight/dracula.css create mode 100644 themes/suka/src/css/highlight/far.css create mode 100644 themes/suka/src/css/highlight/foundation.css create mode 100644 themes/suka/src/css/highlight/github-gist.css create mode 100644 themes/suka/src/css/highlight/github.css create mode 100644 themes/suka/src/css/highlight/googlecode.css create mode 100644 themes/suka/src/css/highlight/grayscale.css create mode 100644 themes/suka/src/css/highlight/gruvbox-dark.css create mode 100644 themes/suka/src/css/highlight/gruvbox-light.css create mode 100644 themes/suka/src/css/highlight/hopscotch.css create mode 100644 themes/suka/src/css/highlight/hybrid.css create mode 100644 themes/suka/src/css/highlight/idea.css create mode 100644 themes/suka/src/css/highlight/ir-black.css create mode 100644 themes/suka/src/css/highlight/kimbie.dark.css create mode 100644 themes/suka/src/css/highlight/kimbie.light.css create mode 100644 themes/suka/src/css/highlight/lightfair.css create mode 100644 themes/suka/src/css/highlight/magula.css create mode 100644 themes/suka/src/css/highlight/mono-blue.css create mode 100644 themes/suka/src/css/highlight/monokai-sublime.css create mode 100644 themes/suka/src/css/highlight/monokai.css create mode 100644 themes/suka/src/css/highlight/obsidian.css create mode 100644 themes/suka/src/css/highlight/ocean.css create mode 100644 themes/suka/src/css/highlight/paraiso-dark.css create mode 100644 themes/suka/src/css/highlight/paraiso-light.css create mode 100644 themes/suka/src/css/highlight/pojoaque.css create mode 100644 themes/suka/src/css/highlight/pojoaque.jpg create mode 100644 themes/suka/src/css/highlight/purebasic.css create mode 100644 themes/suka/src/css/highlight/qtcreator_dark.css create mode 100644 themes/suka/src/css/highlight/qtcreator_light.css create mode 100644 themes/suka/src/css/highlight/railscasts.css create mode 100644 themes/suka/src/css/highlight/rainbow.css create mode 100644 themes/suka/src/css/highlight/routeros.css create mode 100644 themes/suka/src/css/highlight/school-book.css create mode 100644 themes/suka/src/css/highlight/school-book.png create mode 100644 themes/suka/src/css/highlight/shades-of-purple.css create mode 100644 themes/suka/src/css/highlight/solarized-dark.css create mode 100644 themes/suka/src/css/highlight/solarized-light.css create mode 100644 themes/suka/src/css/highlight/solarized-white.css create mode 100644 themes/suka/src/css/highlight/sunburst.css create mode 100644 themes/suka/src/css/highlight/tomorrow-night-blue.css create mode 100644 themes/suka/src/css/highlight/tomorrow-night-bright.css create mode 100644 themes/suka/src/css/highlight/tomorrow-night-eighties.css create mode 100644 themes/suka/src/css/highlight/tomorrow-night.css create mode 100644 themes/suka/src/css/highlight/tomorrow.css create mode 100644 themes/suka/src/css/highlight/vs.css create mode 100644 themes/suka/src/css/highlight/vs2015.css create mode 100644 themes/suka/src/css/highlight/xcode.css create mode 100644 themes/suka/src/css/highlight/xt256.css create mode 100644 themes/suka/src/css/highlight/zenburn.css create mode 100644 themes/suka/src/css/style.css create mode 100644 themes/suka/src/js/hanabi-browser.js create mode 100644 themes/suka/src/js/local-search.js create mode 100644 themes/suka/src/js/lsloader.js create mode 100644 themes/suka/src/lib/prism/prism-a11y-dark.css create mode 100644 themes/suka/src/lib/prism/prism-atom-dark.css create mode 100644 themes/suka/src/lib/prism/prism-base16-ateliersulphurpool.light.css create mode 100644 themes/suka/src/lib/prism/prism-cb.css create mode 100644 themes/suka/src/lib/prism/prism-coy.css create mode 100644 themes/suka/src/lib/prism/prism-darcula.css create mode 100644 themes/suka/src/lib/prism/prism-dark.css create mode 100644 themes/suka/src/lib/prism/prism-default.css create mode 100644 themes/suka/src/lib/prism/prism-duotone-dark.css create mode 100644 themes/suka/src/lib/prism/prism-duotone-earth.css create mode 100644 themes/suka/src/lib/prism/prism-duotone-forest.css create mode 100644 themes/suka/src/lib/prism/prism-duotone-light.css create mode 100644 themes/suka/src/lib/prism/prism-duotone-sea.css create mode 100644 themes/suka/src/lib/prism/prism-duotone-space.css create mode 100644 themes/suka/src/lib/prism/prism-funky.css create mode 100644 themes/suka/src/lib/prism/prism-ghcolors.css create mode 100644 themes/suka/src/lib/prism/prism-hopscotch.css create mode 100644 themes/suka/src/lib/prism/prism-line-numbers.css create mode 100644 themes/suka/src/lib/prism/prism-okaidia.css create mode 100644 themes/suka/src/lib/prism/prism-pojoaque.css create mode 100644 themes/suka/src/lib/prism/prism-solarizedlight.css create mode 100644 themes/suka/src/lib/prism/prism-tomorrow.css create mode 100644 themes/suka/src/lib/prism/prism-twilight.css create mode 100644 themes/suka/src/lib/prism/prism-vs.css create mode 100644 themes/suka/src/lib/prism/prism-xonokai.css diff --git a/_config.icarus.yml b/_config.icarus.yml index c224433..f843f46 100644 --- a/_config.icarus.yml +++ b/_config.icarus.yml @@ -105,7 +105,7 @@ navbar: 分类: /categories 标签: /tags 媒体: /media - 友链: /friend + 友链: /friends 关于: /about 导航: http://nofated.gitee.io/edgelight # Page footer configurations diff --git a/_config.post.yml b/_config.post.yml new file mode 100644 index 0000000..9c8c20f --- /dev/null +++ b/_config.post.yml @@ -0,0 +1,339 @@ +# Version of the configuration file +version: 4.0.0 +# Icarus theme variant, can be "default" or "cyberpunk" +variant: default +# Path or URL to the website's logo +logo: + text: Nofated's Blog +# Page metadata configurations +head: + # URL or path to the website's icon + favicon: https://cravatar.eu/helmavatar/Nofated + # Web application manifests configuration + # https://developer.mozilla.org/en-US/docs/Web/Manifest + manifest: + # Name of the web application (default to the site title) + name: + # The displayed name of the web application + # when there is not enough space to display full name + short_name: + # The start URL of the web application + start_url: + # The default theme color for the application + theme_color: + # A placeholder background color for the application page to display + # before its stylesheet is loaded + background_color: + # The preferred display mode for the website + display: standalone + # Image files that can serve as application icons for different contexts + icons: + - + # The path to the image file + src: '' + # A string containing space-separated image dimensions + sizes: '' + # A hint as to the media type of the image + type: + # Open Graph metadata + # https://hexo.io/docs/helpers.html#open-graph + open_graph: + # Page title (og:title) (optional) + # You should leave this blank for most of the time + title: + # Page type (og:type) (optional) + # You should leave this blank for most of the time + type: blog + # Page URL (og:url) (optional) + # You should leave this blank for most of the time + url: + # Page cover (og:image) (optional) + # You should leave this blank for most of the time + image: + # Site name (og:site_name) (optional) + # You should leave this blank for most of the time + site_name: + # Page author (article:author) (optional) + # You should leave this blank for most of the time + author: + # Page description (og:description) (optional) + # You should leave this blank for most of the time + description: + # Twitter card type (twitter:card) + twitter_card: + # Twitter ID (twitter:creator) + twitter_id: + # Twitter Site (twitter:site) + twitter_site: + # Google+ profile link (deprecated) + google_plus: + # Facebook admin ID + fb_admins: + # Facebook App ID + fb_app_id: + # Structured data of the page + # https://developers.google.com/search/docs/guides/intro-structured-data + structured_data: + # Page title (optional) + # You should leave this blank for most of the time + title: + # Page description (optional) + # You should leave this blank for most of the time + description: + # Page URL (optional) + # You should leave this blank for most of the time + url: + # Page author (article:author) (optional) + # You should leave this blank for most of the time + author: + # Page images (optional) + # You should leave this blank for most of the time + image: + # Additional HTML meta tags in an array + meta: + # Meta tag specified in = style + # E.g., name=theme-color;content=#123456 => + - '' + # URL or path to the website's RSS atom.xml + rss: +# Page top navigation bar configurations +navbar: + # Navigation menu items + menu: + 首页: / + 归档: /archives + 分类: /categories + 标签: /tags + 媒体: /media + 友链: /friends + 关于: /about + 导航: http://nofated.gitee.io/edgelight +# Page footer configurations +footer: + # Links to be shown on the right of the footer section + links: + Creative Commons: + icon: fab fa-creative-commons + url: 'https://creativecommons.org/' + Attribution 4.0 International: + icon: fab fa-creative-commons-by + url: 'https://creativecommons.org/licenses/by/4.0/' + Download on GitHub: + icon: fab fa-github + url: 'https://github.com/ppoffice/hexo-theme-icarus' +# Article related configurations +article: + # Code highlight settings + highlight: + # Code highlight themes + # https://github.com/highlightjs/highlight.js/tree/master/src/styles + theme: atom-one-light + # Show copy code button + clipboard: true + # Default folding status of the code blocks. Can be "", "folded", "unfolded" + fold: unfolded + # Whether to show estimated article reading time + readtime: true + # Article licensing block + licenses: + Creative Commons: + icon: fab fa-creative-commons + url: 'https://creativecommons.org/' + Attribution: + icon: fab fa-creative-commons-by + url: 'https://creativecommons.org/licenses/by/4.0/' + Noncommercial: + icon: fab fa-creative-commons-nc + url: 'https://creativecommons.org/licenses/by-nc/4.0/' +# Search plugin configurations +# https://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Search/ +search: + type: insight +# Comment plugin configurations +# https://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Comment/ +comment: + type: valine + app_id: L7bg4EcXDh2SSIwYGu8fU9p5-MdYXbMMI + app_key: Iwbdj09b8tI7DXkKYz7sMbfc + placeholder: "" # 可选填 + avatar: mm # 可选填 + avatar_force: false # 可选填 + meta: ["nick", "mail", "link"] # 可选填 + page_size: 10 # 可选填 + lang: zh-CN # 可选填 + visitor: false # 可选填 + highlight: true # 可选填 + record_ip: false # 可选填 + server_urls: # 可选填 + emoji_cdn: # 可选填 + emoji_maps: # 可选填 + enable_qq: false # 可选填 + required_fields: [] # 可选填 +# Donate plugin configurations +# https://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Donation/ +donates: + - + type: alipay + # Alipay qrcode image URL + qrcode: 'https://pic.rmb.bdstatic.com/bjh/e773e4c7da6f039ecbe0b3536ca16119.jpeg' + - + type: wechat + # Wechat qrcode image URL + qrcode: 'https://pic.rmb.bdstatic.com/bjh/caae30e75d185555d0518690e5ea101a.png' +# Share plugin configurations +# https://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Share/ +# Sidebar configurations. +# Please be noted that a sidebar is only visible when it has at least one widget +sidebar: + # Left sidebar configurations + left: + # Whether the sidebar sticks to the top when page scrolls + sticky: true + # Right sidebar configurations + right: + # Whether the sidebar sticks to the top when page scrolls + sticky: true +# Sidebar widget configurations +# http://ppoffice.github.io/hexo-theme-icarus/categories/Widgets/ +widgets: + # Profile widget configurations + - + # Where should the widget be placed, left sidebar or right sidebar + position: left + type: profile + # Author name + author: Nofated + # Author title + author_title: Student + # Author's current location + location: Beijing, China + # URL or path to the avatar image + avatar: https://pic.rmb.bdstatic.com/bjh/020a46e8318d66b55d73afe31805d653.jpeg + # Whether show the rounded avatar image + avatar_rounded: false + # Email address for the Gravatar + gravatar: + # URL or path for the follow button + follow_link: 'https://space.bilibili.com/351951550' + # Links to be shown on the bottom of the profile widget + social_links: + Github: + icon: fab fa-github + url: 'https://github.com/Nofated095' + QQ: + icon: fab fa-qq + url: 'tencent://message/?uin=2032025551&Menu=yes' + Email: + icon: fas fa-envelope + url: 'mailto:nofated095@outlook.com' + RSS: + icon: fas fa-rss + url: /atom.xml + - + position: left + type: categories + - + # Where should the widget be placed, left sidebar or right sidebar + position: left + type: tags + # Table of contents widget configurations + - + # Where should the widget be placed, left sidebar or right sidebar + position: left + type: toc + # Whether to show the index of each heading + index: true + # Whether to collapse sub-headings when they are out-of-view + collapsed: true + # Maximum level of headings to show (1-6) + depth: 3 + - + # Where should the widget be placed, left sidebar or right sidebar + position: left + type: recent_posts + # Recommendation links widget configurations + +# Plugin configurations +# https://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/ +plugins: + # Enable page startup animations + animejs: true + # Show the "back to top" button + back_to_top: true + # Baidu Analytics plugin settings + # https://tongji.baidu.com + baidu_analytics: + # Baidu Analytics tracking ID + tracking_id: + # Bing Webmaster Tools plugin settings + # https://www.bing.com/toolbox/webmaster/ + bing_webmaster: + # Bing Webmaster Tools tracking ID in the tag + tracking_id: + # BuSuanZi site/page view counter + # https://busuanzi.ibruce.info + busuanzi: true + # CNZZ statistics + # https://www.umeng.com/web + cnzz: + # CNZZ tracker id + id: + # CNZZ website id + web_id: + # Alerting users about the use of cookies + # https://www.osano.com/cookieconsent/ + cookie_consent: + # The compliance type. Can be "info", "opt-in", or "opt-out" + type: opt-in + # Theme of the popup. Can be "block", "edgeless", or "classic" + theme: edgeless + # Whether the popup should stay static regardless of the page scrolls + static: false + # Where on the screen the consent popup should display + position: bottom-left + # URL to your site's cookie policy + policyLink: 'https://www.cookiesandyou.com/' + # Enable the lightGallery and Justified Gallery plugins + gallery: true + # Google Analytics plugin settings + # https://analytics.google.com + google_analytics: + # Google Analytics tracking ID + tracking_id: + # Hotjar user feedback plugin + # https://www.hotjar.com/ + hotjar: + # Hotjar site id + site_id: + # Enable the KaTeX math typesetting support + # https://katex.org/ + katex: false + # Enable the MathJax math typesetting support + # https://www.mathjax.org/ + mathjax: false + # Enable the Outdated Browser plugin + # http://outdatedbrowser.com/ + outdated_browser: false + # Show a progress bar at top of the page on page loading + progressbar: true + # Statcounter statistics + # https://statcounter.com/ + statcounter: + # Statcounter project id + project: + # Statcounter project security code + security: + # Twitter conversion tracking plugin settings + # https://business.twitter.com/en/help/campaign-measurement-and-analytics/conversion-tracking-for-websites.html + twitter_conversion_tracking: + # Twitter Pixel ID + pixel_id: +# CDN provider settings +# https://ppoffice.github.io/hexo-theme-icarus/Configuration/Theme/speed-up-your-site-with-custom-cdn/ +providers: + # Name or URL template of the JavaScript and/or stylesheet CDN provider + cdn: jsdelivr + # Name or URL template of the webfont CDN provider + fontcdn: loli + # Name or URL of the fontawesome icon font CDN provider + iconcdn: https://cdn.bootcdn.net/ajax/libs/font-awesome/5.15.2/css/all.css diff --git a/_config.yml b/_config.yml index 67aa8bb..3b398fc 100644 --- a/_config.yml +++ b/_config.yml @@ -4,8 +4,8 @@ # Site title: Nofated's Blog -subtitle: '' -description: '' +subtitle: 'I hope to be with you everyday.' +description: 'A little blog' keywords: author: Nofated language: zh-CN diff --git a/db.json b/db.json index c6d5974..86866ab 100644 --- a/db.json +++ b/db.json @@ -1 +1 @@ -{"meta":{"version":1,"warehouse":"4.0.0"},"models":{"Asset":[{"_id":"themes/icarus/source/css/cyberpunk.styl","path":"css/cyberpunk.styl","modified":0,"renderable":1},{"_id":"themes/icarus/source/css/default.styl","path":"css/default.styl","modified":0,"renderable":1},{"_id":"themes/icarus/source/css/style.styl","path":"css/style.styl","modified":0,"renderable":1},{"_id":"themes/icarus/source/img/avatar.png","path":"img/avatar.png","modified":0,"renderable":1},{"_id":"themes/icarus/source/img/favicon.svg","path":"img/favicon.svg","modified":0,"renderable":1},{"_id":"themes/icarus/source/img/logo.svg","path":"img/logo.svg","modified":0,"renderable":1},{"_id":"themes/icarus/source/img/og_image.png","path":"img/og_image.png","modified":0,"renderable":1},{"_id":"themes/icarus/source/img/razor-bottom-black.svg","path":"img/razor-bottom-black.svg","modified":0,"renderable":1},{"_id":"themes/icarus/source/img/razor-top-black.svg","path":"img/razor-top-black.svg","modified":0,"renderable":1},{"_id":"themes/icarus/source/js/animation.js","path":"js/animation.js","modified":0,"renderable":1},{"_id":"themes/icarus/source/js/back_to_top.js","path":"js/back_to_top.js","modified":0,"renderable":1},{"_id":"themes/icarus/source/js/column.js","path":"js/column.js","modified":0,"renderable":1},{"_id":"themes/icarus/source/js/main.js","path":"js/main.js","modified":0,"renderable":1}],"Cache":[{"_id":"source/.DS_Store","hash":"17ff009fb5c675de4dbcddd76c45e63ec84689c7","modified":1624186893462},{"_id":"source/_drafts/2021.md","hash":"95fcb4584f744973dee8a8c8291e2d1a6057989a","modified":1623650606924},{"_id":"source/_drafts/OSX-KVM.md","hash":"8d1d409d873a5ab3269aae8643b81c7d74946ea3","modified":1623205483213},{"_id":"source/_drafts/ubuntu-to-go.md","hash":"3bd7684b1620c79bac957ad308dfde8837a364d2","modified":1623283755166},{"_id":"source/_drafts/ubuntu-using.md","hash":"b30d547390c4dcddac558c09cc13c8fdffe32ae0","modified":1623205483214},{"_id":"source/about/index.md","hash":"dba5a9aa487d239482255ddd60ae347f09ad3e0e","modified":1623205483217},{"_id":"source/_posts/android-x86.md","hash":"7dbb5f436a780c8a4c0383eb9c2dd8ddccb69851","modified":1623205483214},{"_id":"source/_posts/bilibili-player.md","hash":"0e5467b2b6d144801eaf7b91a2b541d58ae8ed79","modified":1623205483215},{"_id":"source/_posts/bulma.md","hash":"0b1cf4c1bb2a5b67169c3a90615f2863289ab794","modified":1623205483215},{"_id":"source/_posts/gridea.md","hash":"32bc8528ec7a83e729ae60054bd6577c48213aac","modified":1623205483216},{"_id":"source/_posts/old-macbook-bigsur.md","hash":"efa8c9b8dba42da2990d62b361339875d2b57c90","modified":1623208615294},{"_id":"source/_posts/tis.md","hash":"ff4fc3509be00c2f0288c5f2fd9a5bd133273a97","modified":1623205483216},{"_id":"source/_posts/win-sw.md","hash":"f0818aa999d63e1c51e0ac64c8604f18714a1576","modified":1623205483217},{"_id":"source/_posts/ubuntu-aria2.md","hash":"f6ebb76adbf8f3b6dc0e6aa5d86aa567e232b743","modified":1623205483216},{"_id":"source/friend/index.md","hash":"2833e5bb4cd9b9511f4e6d03031572062bf82c1b","modified":1623205483218},{"_id":"source/media/index.md","hash":"c0ddc8609a0ac9db342cc746d7b866ebbd947140","modified":1623205483218},{"_id":"themes/icarus/layout/comment/.gitkeep","hash":"da39a3ee5e6b4b0d3255bfef95601890afd80709","modified":1623205483261},{"_id":"themes/icarus/layout/donate/.gitkeep","hash":"da39a3ee5e6b4b0d3255bfef95601890afd80709","modified":1623205483267},{"_id":"themes/icarus/layout/misc/.gitkeep","hash":"da39a3ee5e6b4b0d3255bfef95601890afd80709","modified":1623205483269},{"_id":"themes/icarus/layout/search/.gitkeep","hash":"da39a3ee5e6b4b0d3255bfef95601890afd80709","modified":1623205483271},{"_id":"themes/icarus/layout/share/.gitkeep","hash":"da39a3ee5e6b4b0d3255bfef95601890afd80709","modified":1623205483272},{"_id":"themes/icarus/include/schema/comment/.gitkeep","hash":"da39a3ee5e6b4b0d3255bfef95601890afd80709","modified":1623205483234},{"_id":"themes/icarus/include/schema/donate/.gitkeep","hash":"da39a3ee5e6b4b0d3255bfef95601890afd80709","modified":1623205483240},{"_id":"themes/icarus/include/schema/misc/.gitkeep","hash":"da39a3ee5e6b4b0d3255bfef95601890afd80709","modified":1623205483240},{"_id":"themes/icarus/include/schema/search/.gitkeep","hash":"da39a3ee5e6b4b0d3255bfef95601890afd80709","modified":1623205483241},{"_id":"themes/icarus/include/schema/share/.gitkeep","hash":"da39a3ee5e6b4b0d3255bfef95601890afd80709","modified":1623205483241},{"_id":"themes/icarus/.eslintignore","hash":"5410a1bef9807f666cd92a0d2020f700e67e4096","modified":1623205483219},{"_id":"themes/icarus/.eslintrc.json","hash":"43c7740158c8690242720b4ff7fa11426fc20c79","modified":1623205483220},{"_id":"themes/icarus/.gitignore","hash":"36084c0851a22bfd393933abb8e262562ffc6802","modified":1623205483227},{"_id":"themes/icarus/.npmignore","hash":"42242c8da7a020a3295e7dd3d18bf022cb08b661","modified":1623205483227},{"_id":"themes/icarus/CONTRIBUTING.md","hash":"70254c6778c1e41bb2ff222bbf3a70b2239b9bc1","modified":1623205483228},{"_id":"themes/icarus/LICENSE","hash":"86037e5335a49321fa73b7815cab542057fac944","modified":1623205483229},{"_id":"themes/icarus/package.json","hash":"064248639a5e05d804865e0c185d4135e6f677fd","modified":1623205483274},{"_id":"themes/icarus/README.md","hash":"247ec8047ee3105d31099dd8e6ca498b6bff1336","modified":1623205483229},{"_id":"themes/icarus/.github/dependabot.yml","hash":"d532d0db30e42211f35823b9885f3ed1b2d51777","modified":1623205483223},{"_id":"themes/icarus/.github/stale.yml","hash":"88c73f6216c5666d2f60b1e8fe690a3f6e561e42","modified":1623205483223},{"_id":"themes/icarus/include/config.js","hash":"1ff0f174e9670074ad2bee890d5b6da486800c9a","modified":1623205483230},{"_id":"themes/icarus/include/dependency.js","hash":"d30dbcefd58619f6705d6369b644bc7ba44d2421","modified":1623205483231},{"_id":"themes/icarus/include/register.js","hash":"a974b56a1fbb254f1ae048cc2221363faaccec25","modified":1623205483233},{"_id":"themes/icarus/languages/de.yml","hash":"01d9c27c3c9224d8c58b1cf7099ef008b9411a45","modified":1623205483253},{"_id":"themes/icarus/languages/en.yml","hash":"1bdb74288808c4d306b46630860e586a1fcd88a7","modified":1623205483253},{"_id":"themes/icarus/languages/es.yml","hash":"48fe3d7d304239b5e5e93f63600093700d6f0fed","modified":1623205483254},{"_id":"themes/icarus/languages/fr.yml","hash":"14765cc6216b4af5a05341315c9f6ee54d636a78","modified":1623205483254},{"_id":"themes/icarus/languages/id.yml","hash":"c04fca89e536d539a8bf95980bff7dff79125ba3","modified":1623205483255},{"_id":"themes/icarus/languages/ja.yml","hash":"7568f246a21813527ccea8a1da72a9526aa2d233","modified":1623205483255},{"_id":"themes/icarus/languages/ko.yml","hash":"f2211a8ca1d73f05a1c931aa11accb4e34c483c4","modified":1623205483255},{"_id":"themes/icarus/languages/pl.yml","hash":"612639b0e0a15185c12eecfe3e8913b629ecdfdf","modified":1623205483256},{"_id":"themes/icarus/languages/pt-BR.yml","hash":"531b22c71fab8aae60ddc7599aaa5f46140cf2c1","modified":1623205483256},{"_id":"themes/icarus/languages/ru.yml","hash":"bf784c6f31e8fb7ed78509468bddecd447c3b73b","modified":1623205483257},{"_id":"themes/icarus/languages/tk.yml","hash":"e5b9b369bbcf90c199a65a877eb75fba05cd7f90","modified":1623205483257},{"_id":"themes/icarus/languages/tr.yml","hash":"96d94f7a5d56b2682ae2792f0808139d4b950704","modified":1623205483258},{"_id":"themes/icarus/languages/vn.yml","hash":"64307bfa16d851334e2f37a29a84d644624c2060","modified":1623205483258},{"_id":"themes/icarus/languages/zh-CN.yml","hash":"82ff607b1671b88d259d10b6ce8ca1bb05b2cff4","modified":1623205483259},{"_id":"themes/icarus/languages/zh-TW.yml","hash":"92f8cf599ad06bb14f79f4806ac4c695f60044d7","modified":1623205483259},{"_id":"themes/icarus/layout/archive.jsx","hash":"05677e93d4a43f417dbbf0d63ca37a99e6349e3b","modified":1623205483260},{"_id":"themes/icarus/layout/categories.jsx","hash":"b8ad43e28a4990d222bfbb95b032f88555492347","modified":1623205483260},{"_id":"themes/icarus/layout/category.jsx","hash":"fd15e4eac32de9ac8687aeb3dbe179ab61375700","modified":1623205483261},{"_id":"themes/icarus/layout/index.jsx","hash":"0a84a2348394fa9fc5080dd396bd28d357594f47","modified":1623205483268},{"_id":"themes/icarus/layout/layout.jsx","hash":"a5829907b219e95266f7ed5ee6203e60e2273f93","modified":1623205483269},{"_id":"themes/icarus/layout/page.jsx","hash":"d26c2db57e5a88d6483a03aeb51cda9d191d8cea","modified":1623205483269},{"_id":"themes/icarus/layout/post.jsx","hash":"d26c2db57e5a88d6483a03aeb51cda9d191d8cea","modified":1623205483271},{"_id":"themes/icarus/layout/tag.jsx","hash":"d2f18cac32ca2725d34ccff3f2051c623be6c892","modified":1623205483272},{"_id":"themes/icarus/layout/tags.jsx","hash":"2c42cb64778235dd220c563a27a92108ddc50cc4","modified":1623205483273},{"_id":"themes/icarus/scripts/index.js","hash":"0c666db6fcb4ffc4d300f4e108c00ee42b1cbbe6","modified":1623205483275},{"_id":"themes/icarus/.github/ISSUE_TEMPLATE/Bug反馈.md","hash":"d801be6937df21e63113be8840b2e23c465db87b","modified":1623205483221},{"_id":"themes/icarus/.github/ISSUE_TEMPLATE/bug_report.md","hash":"5d3abdc1a2a79ef9822865184eced6e31066d8f6","modified":1623205483221},{"_id":"themes/icarus/.github/ISSUE_TEMPLATE/config.yml","hash":"42afb69546eae522e340e3adb99f7bfc4cc4c397","modified":1623205483221},{"_id":"themes/icarus/.github/ISSUE_TEMPLATE/feature_request.md","hash":"05313e241a3d43fdadb0f74390b562c07c25d4d0","modified":1623205483222},{"_id":"themes/icarus/.github/ISSUE_TEMPLATE/功能建议.md","hash":"c6f60f37e6cd0bc21a81b3b07f84e04e9e80fb57","modified":1623205483222},{"_id":"themes/icarus/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md","hash":"e106fa240c24c8bfbdd623549651600c6d786c9c","modified":1623205483223},{"_id":"themes/icarus/.github/workflows/github-release.yml","hash":"48b6bd2cc567687a7b1648c55c8f9de9d44fa9e1","modified":1623205483224},{"_id":"themes/icarus/.github/workflows/lint.yml","hash":"71f04b66e48f065285ba109939999876ef411598","modified":1623205483224},{"_id":"themes/icarus/.github/workflows/npm-publish.yml","hash":"4eabc0c60cb7102fdd5e4b0fbd8c0ac4c17cc8d0","modified":1623205483225},{"_id":"themes/icarus/.github/workflows/test.yml","hash":"69046b3b5c3d12cdca26380b7458cebeb2546dae","modified":1623205483225},{"_id":"themes/icarus/include/migration/head.js","hash":"269ba172013cbd2f10b9bc51af0496628081329b","modified":1623205483231},{"_id":"themes/icarus/include/migration/v3_v4.js","hash":"9faf2184d7fe87debfbe007f3fc9079dcbcafcfe","modified":1623205483232},{"_id":"themes/icarus/include/migration/v2_v3.js","hash":"3ccb2d2ce11018bebd7172da66faecc3983bff00","modified":1623205483232},{"_id":"themes/icarus/include/schema/config.json","hash":"ac633f9d349bca4f089d59d2c3738b57376f1b31","modified":1623205483239},{"_id":"themes/icarus/include/style/article.styl","hash":"580b1e9bd356ed6781c32ccc49c6fa3486b94620","modified":1623205483245},{"_id":"themes/icarus/include/style/base.styl","hash":"2bca6ad099949d52236c87db8db1002ffb99774c","modified":1623205483245},{"_id":"themes/icarus/include/style/button.styl","hash":"0fb35b4786be1b387c751fa2849bc71523fcedd4","modified":1623205483246},{"_id":"themes/icarus/include/style/card.styl","hash":"f78674422eb408cd17c17bbdc3ee1ebe4a453e05","modified":1623205483246},{"_id":"themes/icarus/include/style/codeblock.styl","hash":"30bee4cf6792e9665eb648cc20b352d9eaff1207","modified":1623205483246},{"_id":"themes/icarus/include/style/donate.styl","hash":"8d0af00628c13134b5f30a558608e7bebf18c2ec","modified":1623205483247},{"_id":"themes/icarus/include/style/footer.styl","hash":"a4ad715dee38b249538ac6cce94efc9b355a904b","modified":1623205483247},{"_id":"themes/icarus/include/style/helper.styl","hash":"9f3393e6122cc9f351091bfab960674e962da343","modified":1623205483247},{"_id":"themes/icarus/include/style/navbar.styl","hash":"ecc73c8ad504c0fa4bb910eb51500c14e0a8d662","modified":1623205483248},{"_id":"themes/icarus/include/style/pagination.styl","hash":"b81bcd7ff915b4e9299533addc01bc4575ec35e3","modified":1623205483249},{"_id":"themes/icarus/include/style/plugin.styl","hash":"679b61b5fc5b3281735a21c37aeb64229d9c51ea","modified":1623205483250},{"_id":"themes/icarus/include/style/responsive.styl","hash":"207083fe287612cddee6608b541861b14ac8de81","modified":1623205483250},{"_id":"themes/icarus/include/style/search.styl","hash":"416737e1da4e7e907bd03609b0fee9e2aacfe56c","modified":1623205483250},{"_id":"themes/icarus/include/style/timeline.styl","hash":"ea61798a09bffdda07efb93c2ff800b63bddc4c4","modified":1623205483251},{"_id":"themes/icarus/include/style/widget.styl","hash":"c746902251136544eb3fe523235b3183f4189460","modified":1623205483251},{"_id":"themes/icarus/include/util/console.js","hash":"59cf9d277d3ac85a496689bd811b1c316001641d","modified":1623205483252},{"_id":"themes/icarus/layout/common/article.jsx","hash":"16513ab1745533d0f4cdbdee323339ebab6d02c1","modified":1623205483262},{"_id":"themes/icarus/layout/common/comment.jsx","hash":"427089c33002707b76e2f38709459a6824fd0f9b","modified":1623205483263},{"_id":"themes/icarus/layout/common/donates.jsx","hash":"889fb0a7ccc502f0a43b4a18eb330e351e50493c","modified":1623205483263},{"_id":"themes/icarus/layout/common/footer.jsx","hash":"baa8e40e036a3ec0114d96893b708435104b4ba9","modified":1623205483264},{"_id":"themes/icarus/layout/common/head.jsx","hash":"37f2f2efcb102c706e2460dc9cdeaa302366d318","modified":1623205483264},{"_id":"themes/icarus/layout/common/navbar.jsx","hash":"fcd9fd4624dee49207ef09ea2a1c63f524f3710c","modified":1623205483265},{"_id":"themes/icarus/layout/common/plugins.jsx","hash":"f6826c1a5f5f59f4a0aa00c63bdb0ad4ff4eab69","modified":1623205483265},{"_id":"themes/icarus/layout/common/search.jsx","hash":"6f244a37293031670a2964fe424ecd062e591d7b","modified":1623205483266},{"_id":"themes/icarus/layout/common/scripts.jsx","hash":"0fe1fddab431fb9f63906d8c480d5cd6b33abc32","modified":1623205483266},{"_id":"themes/icarus/layout/common/share.jsx","hash":"c9fb0319ad5e5a10ad3636b26a6c2afed14c590f","modified":1623205483266},{"_id":"themes/icarus/layout/common/widgets.jsx","hash":"689cf4a6b79337b11d1d56afa9dda09223a809a1","modified":1623205483267},{"_id":"themes/icarus/layout/plugin/animejs.jsx","hash":"e2aa27c3501a58ef1e91e511557b77395c2c02aa","modified":1623205483270},{"_id":"themes/icarus/layout/plugin/back_to_top.jsx","hash":"7fc0c5aaabd7d0eaff04cb68ec139442dc3414e8","modified":1623205483270},{"_id":"themes/icarus/layout/widget/profile.jsx","hash":"0d3a7fd922c12cc45d2c8d26a8f4d3a9a6ed0ae0","modified":1623205483273},{"_id":"themes/icarus/source/css/cyberpunk.styl","hash":"ae17d3528df0c3f089df14a06b7bd82f1bc5fed9","modified":1623205483278},{"_id":"themes/icarus/source/css/default.styl","hash":"b01da3028e5a1267a40aaae5c86a11187a2259e3","modified":1623205483279},{"_id":"themes/icarus/source/css/style.styl","hash":"5b9815586e993a6ccbe8cdcfc0c65ea38fc315ac","modified":1623205483279},{"_id":"themes/icarus/source/img/avatar.png","hash":"0d8236dcca871735500e9d06bbdbe0853ed6775b","modified":1623205483280},{"_id":"themes/icarus/source/img/favicon.svg","hash":"16fd847265845063a16596761cddb32926073dd2","modified":1623205483280},{"_id":"themes/icarus/source/img/logo.svg","hash":"e9b5c1438ddb576693a15d0713b2a1d9ceda4be9","modified":1623205483281},{"_id":"themes/icarus/source/img/razor-bottom-black.svg","hash":"a3eda07b1c605b456da9cdf335a1075db5e5d72c","modified":1623205483283},{"_id":"themes/icarus/source/img/og_image.png","hash":"b03f163096ca9c350ec962feee9836277b5c2509","modified":1623205483282},{"_id":"themes/icarus/source/img/razor-top-black.svg","hash":"201f1171a43ce667a39091fe47c0f278857f18f0","modified":1623205483284},{"_id":"themes/icarus/source/js/.eslintrc.json","hash":"6bf0641cb69dffac97f69baea192d7fa3ab612cb","modified":1623205483285},{"_id":"themes/icarus/source/js/animation.js","hash":"12cedd5caaf9109eed97e50eeab8f883f6e49be3","modified":1623205483285},{"_id":"themes/icarus/source/js/back_to_top.js","hash":"d91f10c08c726135a13dfa1f422c49d8764ef03f","modified":1623205483286},{"_id":"themes/icarus/source/js/column.js","hash":"0baee024ab67474c073a4c41b495f3e7f0df4505","modified":1623205483286},{"_id":"themes/icarus/source/js/main.js","hash":"13e4b1c4fa287f3db61aae329ad093a81992f23d","modified":1623205483286},{"_id":"themes/icarus/include/schema/common/article.json","hash":"8d78149f44629d0848921c6fb9c008b03cef3116","modified":1623205483234},{"_id":"themes/icarus/include/schema/common/comment.json","hash":"bd30bd9ffc84e88e704384acdfcaab09019a744f","modified":1623205483235},{"_id":"themes/icarus/include/schema/common/donates.json","hash":"ae86e6f177bedf4afbe638502c12635027539305","modified":1623205483235},{"_id":"themes/icarus/include/schema/common/footer.json","hash":"09d706cbb94d6da9a0d15c719ce7139325cae1c7","modified":1623205483236},{"_id":"themes/icarus/include/schema/common/head.json","hash":"98889f059c635e6bdbd51effd04cf1cf44968a66","modified":1623205483236},{"_id":"themes/icarus/include/schema/common/navbar.json","hash":"6691e587284c4cf450e0288680d5ff0f3565f090","modified":1623205483237},{"_id":"themes/icarus/include/schema/common/plugins.json","hash":"6036a805749816416850d944f7d64aaae62e5e75","modified":1623205483237},{"_id":"themes/icarus/include/schema/common/providers.json","hash":"97ec953d497fb53594227ae98acaef8a8baa91da","modified":1623205483237},{"_id":"themes/icarus/include/schema/common/search.json","hash":"985fbcbf47054af714ead1a124869d54f2a8b607","modified":1623205483238},{"_id":"themes/icarus/include/schema/common/share.json","hash":"cf4f9ff4fb27c3541b35f57db355c228fa6873e4","modified":1623205483238},{"_id":"themes/icarus/include/schema/common/sidebar.json","hash":"eb241beaec4c73e3085dfb3139ce72e827e20549","modified":1623205483238},{"_id":"themes/icarus/include/schema/common/widgets.json","hash":"d000b4d1d09bdd64756265aa4cd2ea980ab7ddc7","modified":1623205483239},{"_id":"themes/icarus/include/schema/plugin/animejs.json","hash":"e62ab6e20bd8862efa1ed32e7c0db0f8acbcfdec","modified":1623205483240},{"_id":"themes/icarus/include/schema/plugin/back_to_top.json","hash":"dc0febab7e7b67075d0ad3f80f5ec8b798b68dea","modified":1623205483241},{"_id":"themes/icarus/include/schema/widget/profile.json","hash":"690ee1b0791cab47ea03cf42b5b4932ed2aa5675","modified":1623205483242},{"_id":"source/_posts/office-2021-setup.md","hash":"caa14022b0232d7bf53bd31403f4b1ae8e7257c5","modified":1624195215950},{"_id":"public/js/algolia.js","hash":"a8df0c0abeeb4ee1d2d720161f3aea7339380704","modified":1624195252179},{"_id":"public/js/google_cse.js","hash":"1a9881669dfdeb2b3214074eee0d3e01e52db2c4","modified":1624195252179},{"_id":"public/js/insight.js","hash":"86bbdb7305d9bf19ad62d2ca2cf169fc8d9f9d31","modified":1624195252179},{"_id":"public/js/toc.js","hash":"da6fb757a1b083b8ed138bf29aad3a7bf8ec4f11","modified":1624195252179},{"_id":"public/content.json","hash":"7418a17a137dfb3371ee0e6de058197cce5f0531","modified":1624195252179},{"_id":"public/manifest.json","hash":"bc8b974f9556ba55c557557d86e087d17ee938e9","modified":1624195252179},{"_id":"public/about/index.html","hash":"3508ec24a76d59d7acca4dae184b52dd1a7ad723","modified":1624195252179},{"_id":"public/friend/index.html","hash":"2268f0e6eda36c6cb525fc8dec3c071117ae10d9","modified":1624195252179},{"_id":"public/media/index.html","hash":"d2568e9de547e6bee2539b328b314b9ba1152a8c","modified":1624195252179},{"_id":"public/2021/06/20/office-2021-setup/index.html","hash":"0949d6e30aec621750e52da1540b7bb23563fede","modified":1624195252179},{"_id":"public/2021/06/08/old-macbook-bigsur/index.html","hash":"36e0041a2700b985f3f6c05e5495ec6404736746","modified":1624195252179},{"_id":"public/2021/02/27/ubuntu-aria2/index.html","hash":"d3abdd1c4567d67d7c517eae0ad79ad4411704f7","modified":1624195252179},{"_id":"public/2020/10/15/bulma/index.html","hash":"5ff6f4596644c9335ea1fd1a2e0905a5869a8664","modified":1624195252179},{"_id":"public/2020/10/01/android-x86/index.html","hash":"f76ca5681dbd6c9b95092b4255fbe3c51ec26c25","modified":1624195252179},{"_id":"public/2020/09/21/bilibili-player/index.html","hash":"296c52a8351a0c25e5120b435c95c1c0cb06e90d","modified":1624195252179},{"_id":"public/2020/06/05/win-sw/index.html","hash":"366dd11cccc7eeab7514a6946e789c178ffc4f3c","modified":1624195252179},{"_id":"public/2020/05/15/tis/index.html","hash":"80ecab5ad661d146529ebf6fb19c82e3e021bf8c","modified":1624195252179},{"_id":"public/2020/05/09/gridea/index.html","hash":"e14f68700552a6e9a4ff8a33da28ee8b6e8a356f","modified":1624195252179},{"_id":"public/categories/日常生活/index.html","hash":"4155c3e1ea5390a7ebfc371b1a7a4d6367a88787","modified":1624195252179},{"_id":"public/categories/写BUG日常/index.html","hash":"12fb0eed4928f05d3816129d22fce261c23d32b0","modified":1624195252179},{"_id":"public/categories/写BUG日常/教程/index.html","hash":"572a12ff9f52cf0a3da4d5e70b826e5c5207f701","modified":1624195252179},{"_id":"public/categories/写BUG日常/资源/index.html","hash":"2eadf3b44feb41b4e324dae4e16ff21fcfb2d45a","modified":1624195252179},{"_id":"public/categories/日常生活/玩游戏/index.html","hash":"bbe202461375cc87324eee437ca12f0a0bd1d734","modified":1624195252179},{"_id":"public/archives/index.html","hash":"ede4952eaf4b540d8ff80cb805925cffc5975be5","modified":1624195252179},{"_id":"public/archives/2020/index.html","hash":"bf20687aaa8dec0e2dbd1e1a79f3c8d1e2cf7914","modified":1624195252179},{"_id":"public/archives/2020/05/index.html","hash":"7a0c8318ae6d61a5e5b84baecbecd1ab6557a67f","modified":1624195252179},{"_id":"public/archives/2020/06/index.html","hash":"1636a2ee512552be14e4aaf222324a4c2619ee55","modified":1624195252179},{"_id":"public/archives/2020/09/index.html","hash":"7b6da29a3dc7c56cc50fa5958e350867cdcf65ab","modified":1624195252179},{"_id":"public/archives/2020/10/index.html","hash":"89929f98b8e4f1623efe3c83f21a78df0ce0c49b","modified":1624195252179},{"_id":"public/archives/2021/index.html","hash":"8d256852db8e74a7f090a9573e27e3453c4fb1fb","modified":1624195252179},{"_id":"public/archives/2021/02/index.html","hash":"ab364c7261c822f060da433e4a301e942ea40ffd","modified":1624195252179},{"_id":"public/archives/2021/06/index.html","hash":"068a5bf096f9a22183e4a45a8f61efb113814885","modified":1624195252179},{"_id":"public/index.html","hash":"a5f42f2161e88bf3b6ec7826ce573d7e8fec172e","modified":1624195252179},{"_id":"public/tags/Ubuntu/index.html","hash":"e52f3c853eb03703af855285dee62424f7988e60","modified":1624195252179},{"_id":"public/tags/android/index.html","hash":"c516f17ff097ee2b22148a4f04362a31de4e2bf3","modified":1624195252179},{"_id":"public/tags/虚拟机/index.html","hash":"d242a0be05780d63cd02fb6443b3cf68e5c652a2","modified":1624195252179},{"_id":"public/tags/HTML5/index.html","hash":"468dac15a814baedcf1309beb89c45becf39214a","modified":1624195252179},{"_id":"public/tags/Bilibili/index.html","hash":"a724510815d9fb3de8a78dc0bfaeb9b6836fa2ce","modified":1624195252179},{"_id":"public/tags/Hexo/index.html","hash":"214f493274f64c017bf67b0df53294681fd16152","modified":1624195252179},{"_id":"public/tags/Icarus/index.html","hash":"e4130863b4135a4459b2a858d825eeed5946a143","modified":1624195252179},{"_id":"public/tags/Bulma/index.html","hash":"82795193e16fb666dedc182b5f34ddcc656cc7fa","modified":1624195252179},{"_id":"public/tags/Gridea/index.html","hash":"d13403889a664d897cf395cbf6ab0600ac39de6a","modified":1624195252179},{"_id":"public/tags/Mac/index.html","hash":"867b84a803806f4d4e3053c4ff82979866450617","modified":1624195252179},{"_id":"public/tags/Big-Sur/index.html","hash":"a85341e3aa98861cb0c0fe02a321b23bf5b4eb34","modified":1624195252179},{"_id":"public/tags/Minecraft/index.html","hash":"e4812e29ce8e6983f498f7ebaf88cd5a95a21b18","modified":1624195252179},{"_id":"public/tags/Windows/index.html","hash":"d9695ddf6694af110fc788e75e85a83c472cabc9","modified":1624195252179},{"_id":"public/tags/aria2/index.html","hash":"3b896e425ac4b03116b59d4bd18ea6e71301697f","modified":1624195252179},{"_id":"public/tags/下载/index.html","hash":"654a945144b1d62a23d7412f17710a38b683c59d","modified":1624195252179},{"_id":"public/tags/Office/index.html","hash":"75622ed6b603c7d418b95f29819c574b6d42a180","modified":1624195252179},{"_id":"public/tags/Office-2021/index.html","hash":"2f8f583d61784e282e827091565b354b754acb2f","modified":1624195252179},{"_id":"public/tags/KMS/index.html","hash":"061df26f8c6c8d535c0c68fa75203ed05aefc3d7","modified":1624195252179},{"_id":"public/categories/index.html","hash":"a52486d7b7895b26f9f935cafa366aa6e33269f7","modified":1624195252179},{"_id":"public/tags/index.html","hash":"c78bff3c4e8cfc8d8ee68fa9c5fedce6ca2ad1ee","modified":1624195252179},{"_id":"public/img/favicon.svg","hash":"16fd847265845063a16596761cddb32926073dd2","modified":1624195252179},{"_id":"public/img/avatar.png","hash":"0d8236dcca871735500e9d06bbdbe0853ed6775b","modified":1624195252179},{"_id":"public/img/logo.svg","hash":"e9b5c1438ddb576693a15d0713b2a1d9ceda4be9","modified":1624195252179},{"_id":"public/img/razor-bottom-black.svg","hash":"a3eda07b1c605b456da9cdf335a1075db5e5d72c","modified":1624195252179},{"_id":"public/img/razor-top-black.svg","hash":"201f1171a43ce667a39091fe47c0f278857f18f0","modified":1624195252179},{"_id":"public/assets/js/APlayer.min.js","hash":"22caa28ff6b41a16ff40f15d38f1739e22359478","modified":1624195252179},{"_id":"public/assets/js/Meting.min.js","hash":"a0585220b918d78649a7893279e1ec4fb5abe835","modified":1624195252179},{"_id":"public/img/og_image.png","hash":"b03f163096ca9c350ec962feee9836277b5c2509","modified":1624195252179},{"_id":"public/assets/css/APlayer.min.css","hash":"07372a2ba507388d0fed166d761b1c2c2a659dce","modified":1624195252179},{"_id":"public/js/animation.js","hash":"12cedd5caaf9109eed97e50eeab8f883f6e49be3","modified":1624195252179},{"_id":"public/js/column.js","hash":"0baee024ab67474c073a4c41b495f3e7f0df4505","modified":1624195252179},{"_id":"public/js/main.js","hash":"13e4b1c4fa287f3db61aae329ad093a81992f23d","modified":1624195252179},{"_id":"public/js/back_to_top.js","hash":"d91f10c08c726135a13dfa1f422c49d8764ef03f","modified":1624195252179},{"_id":"public/css/default.css","hash":"d1be246b56d96525ef38324dd769a4d70b932124","modified":1624195252179},{"_id":"public/css/style.css","hash":"d1be246b56d96525ef38324dd769a4d70b932124","modified":1624195252179},{"_id":"public/css/cyberpunk.css","hash":"33cb6e6c54af1717a2447f527d0ccf1a06502cb1","modified":1624195252179}],"Category":[{"name":"日常生活","_id":"ckpqen51a0004rpfy4dk828n2"},{"name":"写BUG日常","_id":"ckpqen51k000arpfy63ywgiox"},{"name":"记录","parent":"ckpqen51a0004rpfy4dk828n2","_id":"ckpqen51y000krpfy2b45gxuh"},{"name":"教程","parent":"ckpqen51k000arpfy63ywgiox","_id":"ckpqen527000srpfycdgjh8fe"},{"name":"资源","parent":"ckpqen51k000arpfy63ywgiox","_id":"ckpqen52e001arpfy3s9nhxx9"},{"name":"玩游戏","parent":"ckpqen51a0004rpfy4dk828n2","_id":"ckpqen52h001jrpfy061e4r8q"}],"Data":[],"Page":[{"title":"关于","cover":"https://bing.biturl.top/?resolution=1920&format=image&index=0&mkt=zh-CN","date":"2020-09-30T16:00:00.000Z","_content":"想了又想,决定还是把关于博客和关于我分开写\n\n{% meting \"1398631166\" \"netease\" \"song\" %}\n\n## 关于博客\n\n这个小博客历经了很多次改版。原定的是一个基于 WordPress 的资源站或者镜像站。但很后来认清事实后还是老老实实写博客。选用 Gridea,但最终因为没有我喜欢的主题并且我不会构建重写的 Gridea,我最终选择了 Hexo + Icarus 进行写作并沿用至今。\n\n2020年年末时由于种种原因,原先写博客的电脑坏了,虽然文件没有丢失,但是我没有给博客的源文件做备份,我也暂时碰不到它,于是在2021年初的寒假,我开始着手进行博客的重写恢复工作。这期间一开始使用一台 Samsung Galaxy S6,但又因为这个手机后来也坏了,我没备份,我就又用 Ubuntu To Go 和我爸爸原来的老电脑重新写博客。\n\n目前博客有两个域名 https://nofated095.github.io 和 http://nofated.gitee.io 这两个站点分别架设在国际的 Github Pages 和国内的 Gitee Pages上。正在考虑将来购买一个域名并租用服务器进行域名跳转服务。\n\n## 关于我\n\nHi, 我是 Nofated,很高兴可以在这里见到你!\n\n### 名称\n\n`Nofated` 是我的正式名称,当然有时你也可能看到诸如 `Nofated095` 等其他名称。目前不统一的的名称存在于我的百度和 MCBBS 账号。\n\n### 学业\n\n我居住在北京,正在准备中考,很快在2021年下半学期我就要参加生物和地理的中考,结束时候我就升入初三该开始没日没夜的学习了。所以可能我会在网络上消失一段时间。\n\n### 游戏\n\n最喜欢的游戏是 Minecraft,没有什么理由,最开始接触到它是大概小学三四年级的时候。目前热衷于生电领域,但是我还很弱,目前是两个服务器的成员(也许很快就不是了)。\n\n### 编程\n\n我接触的语言很少很少,目前正在学习 Python3。我最开始正式学习的语言是 HTML5,但我现在有时还需要看看菜鸟编程(。目前我还没有独自写过任何项目,也没有参与编写过任何项目,也许这还需要一段时间。\n\n### 习惯\n\n目前日常使用的操作系统是 Ubuntu To Go(Ubuntu 20.10),有时也会用 Windows 系的操作系统或者 macOS。手机是一台 Nokia 230,平时就拿来打电话和听音乐,闲的没事会看看番剧。\n\n### 番剧\n\n- 《魔物娘的同居生活》\\\n- 《工作细胞》\\\n- 《JOJO的奇妙冒险》/\n- 《四月是你的谎言》\\\n- 《工作细胞 BLACK》/\n- 《工作细胞第二季》/\n\n\\:已刷完\n/:没刷完或正在刷\n\n### 性格\n\n不好说,也许是最近刚进入青春期的原因,人比较nt,也不太会安慰人。不喜欢被别人控制,想法比较中立。我的话经常不过脑子就说出来。","source":"about/index.md","raw":"---\ntitle: 关于\ncover: https://bing.biturl.top/?resolution=1920&format=image&index=0&mkt=zh-CN\ndate: 2020-10-01 00:00:00\n---\n想了又想,决定还是把关于博客和关于我分开写\n\n{% meting \"1398631166\" \"netease\" \"song\" %}\n\n## 关于博客\n\n这个小博客历经了很多次改版。原定的是一个基于 WordPress 的资源站或者镜像站。但很后来认清事实后还是老老实实写博客。选用 Gridea,但最终因为没有我喜欢的主题并且我不会构建重写的 Gridea,我最终选择了 Hexo + Icarus 进行写作并沿用至今。\n\n2020年年末时由于种种原因,原先写博客的电脑坏了,虽然文件没有丢失,但是我没有给博客的源文件做备份,我也暂时碰不到它,于是在2021年初的寒假,我开始着手进行博客的重写恢复工作。这期间一开始使用一台 Samsung Galaxy S6,但又因为这个手机后来也坏了,我没备份,我就又用 Ubuntu To Go 和我爸爸原来的老电脑重新写博客。\n\n目前博客有两个域名 https://nofated095.github.io 和 http://nofated.gitee.io 这两个站点分别架设在国际的 Github Pages 和国内的 Gitee Pages上。正在考虑将来购买一个域名并租用服务器进行域名跳转服务。\n\n## 关于我\n\nHi, 我是 Nofated,很高兴可以在这里见到你!\n\n### 名称\n\n`Nofated` 是我的正式名称,当然有时你也可能看到诸如 `Nofated095` 等其他名称。目前不统一的的名称存在于我的百度和 MCBBS 账号。\n\n### 学业\n\n我居住在北京,正在准备中考,很快在2021年下半学期我就要参加生物和地理的中考,结束时候我就升入初三该开始没日没夜的学习了。所以可能我会在网络上消失一段时间。\n\n### 游戏\n\n最喜欢的游戏是 Minecraft,没有什么理由,最开始接触到它是大概小学三四年级的时候。目前热衷于生电领域,但是我还很弱,目前是两个服务器的成员(也许很快就不是了)。\n\n### 编程\n\n我接触的语言很少很少,目前正在学习 Python3。我最开始正式学习的语言是 HTML5,但我现在有时还需要看看菜鸟编程(。目前我还没有独自写过任何项目,也没有参与编写过任何项目,也许这还需要一段时间。\n\n### 习惯\n\n目前日常使用的操作系统是 Ubuntu To Go(Ubuntu 20.10),有时也会用 Windows 系的操作系统或者 macOS。手机是一台 Nokia 230,平时就拿来打电话和听音乐,闲的没事会看看番剧。\n\n### 番剧\n\n- 《魔物娘的同居生活》\\\n- 《工作细胞》\\\n- 《JOJO的奇妙冒险》/\n- 《四月是你的谎言》\\\n- 《工作细胞 BLACK》/\n- 《工作细胞第二季》/\n\n\\:已刷完\n/:没刷完或正在刷\n\n### 性格\n\n不好说,也许是最近刚进入青春期的原因,人比较nt,也不太会安慰人。不喜欢被别人控制,想法比较中立。我的话经常不过脑子就说出来。","updated":"2021-06-09T02:24:43.217Z","path":"about/index.html","comments":1,"layout":"page","_id":"ckpqen50u0000rpfygnz65l0d","content":"

想了又想,决定还是把关于博客和关于我分开写

\n\n
\n\n

关于博客

这个小博客历经了很多次改版。原定的是一个基于 WordPress 的资源站或者镜像站。但很后来认清事实后还是老老实实写博客。选用 Gridea,但最终因为没有我喜欢的主题并且我不会构建重写的 Gridea,我最终选择了 Hexo + Icarus 进行写作并沿用至今。

\n

2020年年末时由于种种原因,原先写博客的电脑坏了,虽然文件没有丢失,但是我没有给博客的源文件做备份,我也暂时碰不到它,于是在2021年初的寒假,我开始着手进行博客的重写恢复工作。这期间一开始使用一台 Samsung Galaxy S6,但又因为这个手机后来也坏了,我没备份,我就又用 Ubuntu To Go 和我爸爸原来的老电脑重新写博客。

\n

目前博客有两个域名 https://nofated095.github.iohttp://nofated.gitee.io 这两个站点分别架设在国际的 Github Pages 和国内的 Gitee Pages上。正在考虑将来购买一个域名并租用服务器进行域名跳转服务。

\n

关于我

Hi, 我是 Nofated,很高兴可以在这里见到你!

\n

名称

Nofated 是我的正式名称,当然有时你也可能看到诸如 Nofated095 等其他名称。目前不统一的的名称存在于我的百度和 MCBBS 账号。

\n

学业

我居住在北京,正在准备中考,很快在2021年下半学期我就要参加生物和地理的中考,结束时候我就升入初三该开始没日没夜的学习了。所以可能我会在网络上消失一段时间。

\n

游戏

最喜欢的游戏是 Minecraft,没有什么理由,最开始接触到它是大概小学三四年级的时候。目前热衷于生电领域,但是我还很弱,目前是两个服务器的成员(也许很快就不是了)。

\n

编程

我接触的语言很少很少,目前正在学习 Python3。我最开始正式学习的语言是 HTML5,但我现在有时还需要看看菜鸟编程(。目前我还没有独自写过任何项目,也没有参与编写过任何项目,也许这还需要一段时间。

\n

习惯

目前日常使用的操作系统是 Ubuntu To Go(Ubuntu 20.10),有时也会用 Windows 系的操作系统或者 macOS。手机是一台 Nokia 230,平时就拿来打电话和听音乐,闲的没事会看看番剧。

\n

番剧

    \n
  • 《魔物娘的同居生活》\\
  • \n
  • 《工作细胞》\\
  • \n
  • 《JOJO的奇妙冒险》/
  • \n
  • 《四月是你的谎言》\\
  • \n
  • 《工作细胞 BLACK》/
  • \n
  • 《工作细胞第二季》/
  • \n
\n

\\:已刷完
/:没刷完或正在刷

\n

性格

不好说,也许是最近刚进入青春期的原因,人比较nt,也不太会安慰人。不喜欢被别人控制,想法比较中立。我的话经常不过脑子就说出来。

\n","site":{"data":{}},"excerpt":"","more":"

想了又想,决定还是把关于博客和关于我分开写

\n\n
\n\n

关于博客

这个小博客历经了很多次改版。原定的是一个基于 WordPress 的资源站或者镜像站。但很后来认清事实后还是老老实实写博客。选用 Gridea,但最终因为没有我喜欢的主题并且我不会构建重写的 Gridea,我最终选择了 Hexo + Icarus 进行写作并沿用至今。

\n

2020年年末时由于种种原因,原先写博客的电脑坏了,虽然文件没有丢失,但是我没有给博客的源文件做备份,我也暂时碰不到它,于是在2021年初的寒假,我开始着手进行博客的重写恢复工作。这期间一开始使用一台 Samsung Galaxy S6,但又因为这个手机后来也坏了,我没备份,我就又用 Ubuntu To Go 和我爸爸原来的老电脑重新写博客。

\n

目前博客有两个域名 https://nofated095.github.iohttp://nofated.gitee.io 这两个站点分别架设在国际的 Github Pages 和国内的 Gitee Pages上。正在考虑将来购买一个域名并租用服务器进行域名跳转服务。

\n

关于我

Hi, 我是 Nofated,很高兴可以在这里见到你!

\n

名称

Nofated 是我的正式名称,当然有时你也可能看到诸如 Nofated095 等其他名称。目前不统一的的名称存在于我的百度和 MCBBS 账号。

\n

学业

我居住在北京,正在准备中考,很快在2021年下半学期我就要参加生物和地理的中考,结束时候我就升入初三该开始没日没夜的学习了。所以可能我会在网络上消失一段时间。

\n

游戏

最喜欢的游戏是 Minecraft,没有什么理由,最开始接触到它是大概小学三四年级的时候。目前热衷于生电领域,但是我还很弱,目前是两个服务器的成员(也许很快就不是了)。

\n

编程

我接触的语言很少很少,目前正在学习 Python3。我最开始正式学习的语言是 HTML5,但我现在有时还需要看看菜鸟编程(。目前我还没有独自写过任何项目,也没有参与编写过任何项目,也许这还需要一段时间。

\n

习惯

目前日常使用的操作系统是 Ubuntu To Go(Ubuntu 20.10),有时也会用 Windows 系的操作系统或者 macOS。手机是一台 Nokia 230,平时就拿来打电话和听音乐,闲的没事会看看番剧。

\n

番剧

    \n
  • 《魔物娘的同居生活》\\
  • \n
  • 《工作细胞》\\
  • \n
  • 《JOJO的奇妙冒险》/
  • \n
  • 《四月是你的谎言》\\
  • \n
  • 《工作细胞 BLACK》/
  • \n
  • 《工作细胞第二季》/
  • \n
\n

\\:已刷完
/:没刷完或正在刷

\n

性格

不好说,也许是最近刚进入青春期的原因,人比较nt,也不太会安慰人。不喜欢被别人控制,想法比较中立。我的话经常不过脑子就说出来。

\n"},{"title":"友情链接","cover":"https://bing.biturl.top/?resolution=1920&format=image&index=0&mkt=zh-CN","date":"2020-09-30T16:00:00.000Z","_content":"欢迎来和我互换友链呐,从今天起我们就是朋友啦2333\n\n当然想要互换也是有一定规则的哦\n\n- 欢迎技术类博客交换,但我可是会对你的博客审查的哦,你的博客可不能含有和色情、暴力、政治敏感的元素哦。\n- 切忌,你的文章可以有转载,但是不能剽窃别人的文章哦。转载别忘了声明一下2333,虽然这个我不会查但是我觉得这是我们写博客的原则。如果你的博客原创内容较多我会优先考虑哦。\n\n看完了?如果你确定要申请的话,就在评论留言提供你的站点名称、站点链接、站点描述、站点LOGO。\n排名不分先后,如果你要更新信息后请留言告知。\n当然你要保持你的博客更新哦。会酌情清理很久很久不更新的、不符合要求的友链,我就不再另行通知啦。\n\n这是我的站点信息\n\n|key|value|\n|:-:|:-:|\n|站点名称|Nofated's Blog|\n|站点链接|https://nofated095.github.io 或 http://nofated.gitee.io|\n|站点描述|I hope to be with you everyday.|\n|站点LOGO|https://pic.rmb.bdstatic.com/bjh/020a46e8318d66b55d73afe31805d653.jpeg|\n\n\n\n\n\n \n\n\n该页面采用了 `Material Design` 的设计,下面是示例\n\n``` HTML MDUI>folded\n // 加载主题文件\n\n\n\n \n\n```","source":"friend/index.md","raw":"---\ntitle: 友情链接\ncover: https://bing.biturl.top/?resolution=1920&format=image&index=0&mkt=zh-CN\ndate: 2020-10-01 00:00:00\n---\n欢迎来和我互换友链呐,从今天起我们就是朋友啦2333\n\n当然想要互换也是有一定规则的哦\n\n- 欢迎技术类博客交换,但我可是会对你的博客审查的哦,你的博客可不能含有和色情、暴力、政治敏感的元素哦。\n- 切忌,你的文章可以有转载,但是不能剽窃别人的文章哦。转载别忘了声明一下2333,虽然这个我不会查但是我觉得这是我们写博客的原则。如果你的博客原创内容较多我会优先考虑哦。\n\n看完了?如果你确定要申请的话,就在评论留言提供你的站点名称、站点链接、站点描述、站点LOGO。\n排名不分先后,如果你要更新信息后请留言告知。\n当然你要保持你的博客更新哦。会酌情清理很久很久不更新的、不符合要求的友链,我就不再另行通知啦。\n\n这是我的站点信息\n\n|key|value|\n|:-:|:-:|\n|站点名称|Nofated's Blog|\n|站点链接|https://nofated095.github.io 或 http://nofated.gitee.io|\n|站点描述|I hope to be with you everyday.|\n|站点LOGO|https://pic.rmb.bdstatic.com/bjh/020a46e8318d66b55d73afe31805d653.jpeg|\n\n\n\n\n\n \n\n\n该页面采用了 `Material Design` 的设计,下面是示例\n\n``` HTML MDUI>folded\n // 加载主题文件\n\n\n\n \n\n```","updated":"2021-06-09T02:24:43.218Z","path":"friend/index.html","comments":1,"layout":"page","_id":"ckpqen5150002rpfy0o6y4nbm","content":"

欢迎来和我互换友链呐,从今天起我们就是朋友啦2333

\n

当然想要互换也是有一定规则的哦

\n
    \n
  • 欢迎技术类博客交换,但我可是会对你的博客审查的哦,你的博客可不能含有和色情、暴力、政治敏感的元素哦。
  • \n
  • 切忌,你的文章可以有转载,但是不能剽窃别人的文章哦。转载别忘了声明一下2333,虽然这个我不会查但是我觉得这是我们写博客的原则。如果你的博客原创内容较多我会优先考虑哦。
  • \n
\n

看完了?如果你确定要申请的话,就在评论留言提供你的站点名称、站点链接、站点描述、站点LOGO。
排名不分先后,如果你要更新信息后请留言告知。
当然你要保持你的博客更新哦。会酌情清理很久很久不更新的、不符合要求的友链,我就不再另行通知啦。

\n

这是我的站点信息

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
keyvalue
站点名称Nofated’s Blog
站点链接https://nofated095.github.iohttp://nofated.gitee.io
站点描述I hope to be with you everyday.
站点LOGOhttps://pic.rmb.bdstatic.com/bjh/020a46e8318d66b55d73afe31805d653.jpeg
\n\n\n\n\n \n\n\n

该页面采用了 Material Design 的设计,下面是示例

\n
MDUI>folded
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/mdui@1.0.0/dist/css/mdui.min.css"> // 加载主题文件
<script src="https://cdn.jsdelivr.net/npm/mdui@1.0.0/dist/js/mdui.min.js"></script>

<body class="mdui-loaded">
<div class="mdui-container-fluid">
<div class="mdui-row">
<div class="mdui-col-xs-12 mdui-col-sm-6"><br>
<a href="https://example.com" target="_blank">
<div class="mdui-card mdui-hoverable mdui-ripple">
<div class="mdui-card-header">
<img class="mdui-card-header-avatar" src="https://example.com/images/avatar.png">
<div class="mdui-card-header-title">YourNamehere</div>
<div class="mdui-card-header-subtitle">YourTexthere</div>
</div>
</div>
</a>
</div>
<div class="mdui-col-xs-12 mdui-col-sm-6"><br>
<a href="https://example1.com" target="_blank">
<div class="mdui-card mdui-hoverable mdui-ripple">
<div class="mdui-card-header">
<img class="mdui-card-header-avatar" src="https://example1.com/images/avatar.png">
<div class="mdui-card-header-title">YourNamehere</div>
<div class="mdui-card-header-subtitle">YourTexthere</div>
</div>
</div>
</a>
</div>
</div>
</div>
</body>
","site":{"data":{}},"excerpt":"","more":"

欢迎来和我互换友链呐,从今天起我们就是朋友啦2333

\n

当然想要互换也是有一定规则的哦

\n
    \n
  • 欢迎技术类博客交换,但我可是会对你的博客审查的哦,你的博客可不能含有和色情、暴力、政治敏感的元素哦。
  • \n
  • 切忌,你的文章可以有转载,但是不能剽窃别人的文章哦。转载别忘了声明一下2333,虽然这个我不会查但是我觉得这是我们写博客的原则。如果你的博客原创内容较多我会优先考虑哦。
  • \n
\n

看完了?如果你确定要申请的话,就在评论留言提供你的站点名称、站点链接、站点描述、站点LOGO。
排名不分先后,如果你要更新信息后请留言告知。
当然你要保持你的博客更新哦。会酌情清理很久很久不更新的、不符合要求的友链,我就不再另行通知啦。

\n

这是我的站点信息

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
keyvalue
站点名称Nofated’s Blog
站点链接https://nofated095.github.iohttp://nofated.gitee.io
站点描述I hope to be with you everyday.
站点LOGOhttps://pic.rmb.bdstatic.com/bjh/020a46e8318d66b55d73afe31805d653.jpeg
\n\n\n\n\n \n\n\n

该页面采用了 Material Design 的设计,下面是示例

\n
MDUI>folded
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/mdui@1.0.0/dist/css/mdui.min.css"> // 加载主题文件
<script src="https://cdn.jsdelivr.net/npm/mdui@1.0.0/dist/js/mdui.min.js"></script>

<body class="mdui-loaded">
<div class="mdui-container-fluid">
<div class="mdui-row">
<div class="mdui-col-xs-12 mdui-col-sm-6"><br>
<a href="https://example.com" target="_blank">
<div class="mdui-card mdui-hoverable mdui-ripple">
<div class="mdui-card-header">
<img class="mdui-card-header-avatar" src="https://example.com/images/avatar.png">
<div class="mdui-card-header-title">YourNamehere</div>
<div class="mdui-card-header-subtitle">YourTexthere</div>
</div>
</div>
</a>
</div>
<div class="mdui-col-xs-12 mdui-col-sm-6"><br>
<a href="https://example1.com" target="_blank">
<div class="mdui-card mdui-hoverable mdui-ripple">
<div class="mdui-card-header">
<img class="mdui-card-header-avatar" src="https://example1.com/images/avatar.png">
<div class="mdui-card-header-title">YourNamehere</div>
<div class="mdui-card-header-subtitle">YourTexthere</div>
</div>
</div>
</a>
</div>
</div>
</div>
</body>
"},{"title":"媒体","cover":"https://bing.biturl.top/?resolution=1920&format=image&index=0&mkt=zh-CN","date":"2020-09-30T16:00:00.000Z","_content":"\n## 我喜欢的音乐\n\n{% meting \"5299711328\" \"netease\" \"playlist\" %}\n\n## 随便收藏的歌\n\n{% meting \"2893951019\" \"netease\" \"playlist\" %}\n\n## 来玩游戏啊awa\n\n{% meting \"3051358227\" \"netease\" \"playlist\" %}","source":"media/index.md","raw":"---\ntitle: 媒体\ncover: https://bing.biturl.top/?resolution=1920&format=image&index=0&mkt=zh-CN\ndate: 2020-10-01 00:00:00\n---\n\n## 我喜欢的音乐\n\n{% meting \"5299711328\" \"netease\" \"playlist\" %}\n\n## 随便收藏的歌\n\n{% meting \"2893951019\" \"netease\" \"playlist\" %}\n\n## 来玩游戏啊awa\n\n{% meting \"3051358227\" \"netease\" \"playlist\" %}","updated":"2021-06-09T02:24:43.218Z","path":"media/index.html","comments":1,"layout":"page","_id":"ckpqen51d0006rpfy1jwqc3qv","content":"

我喜欢的音乐

\n
\n\n

随便收藏的歌

\n
\n\n

来玩游戏啊awa

\n
","site":{"data":{}},"excerpt":"","more":"

我喜欢的音乐

\n
\n\n

随便收藏的歌

\n
\n\n

来玩游戏啊awa

\n
"}],"Post":[{"title":"总结 2021","time":"2021-12-31T16:00:00.000Z","_content":"2022 要来力\n\n第一次写总结性的文章,写得不好请见谅。\n\n## January\n\n跨年没看B站跨年祭,有点可惜,但说实在是我不感兴趣。元旦假期复习了复习,4号5号考了期末模拟,前女友和我一个考场所以我信心满满,结果分数惨不忍睹,也不敢问班主任排名,被爸爸妈妈狠批了一顿,特别难过。大概是因为考试把脑子考糊涂了,我就提出了分手。6号和前女友分手,初恋草草地结束了。第二天又因为作业没带被数学老师狠批一顿到快7点,心里很难受,想着求复合,但是最终失败。有复习了一段时间,就迎来了区里的区统考。虽然说分数和排名还是不太理想,但总规还凑和。\n\n|科目|满分|成绩|\n|:-:|:-:|:-:|\n|语文|100|81|\n|数学|100|91|\n|英语|60+40|60+39.65=99.65(约合100)|\n|物理|70|64|\n|历史|70|70|\n|地理|70|62|\n|道德与法治|70|61|\n|生物|70|68|\n|总分|598.65|班排5 级部54|\n\n操蛋的是,物理我白丢3分,因为多选题用了专门涂卡的自动铅笔。结果我给填淡了,机器不认,哭力。第二天讲评卷子更离谱的是我们的英语老师念成绩时候偏偏把我和我前女友一起念了,全班掌声激励,我直接自闭。然后我炫耀了一波英语和历史成绩就进入寒假了。\n\n## February\n\n寒假开头是好好利用了一下手里的 Samsung Galaxy S6,本来想重新构建博客结果按照网上用 Termux 整活各种权限不足就放弃了。过年前还把前女友惹急了,反正是证明了我们之间再也没有可能了。不过也好,增进了我和班长之间的友谊(稳赚不赔2333)。开开心心度过了除夕。初一爸爸妈妈不在家,我趁着机会整了一个 Ubuntu To Go 和 一个可移动的 Minecraft JE。之后刚才说的 Samsung Galaxy S6 就坏了。不过也促进了我利用 Ubuntu To Go 重写博客,还养成了经常备份的好习惯2333。最后一星期赶了赶作业就开学了。\n\n## March\n\n之前学校搞得英才计划开始有动静了。什么建班啊之类的都开始了。并且每周六还得去学校上数学。学校还推荐我和CAZ去参加一个区里的信息课,讲的是C++和数据结构。反正听不懂就是了。剩下我报了一个生物的班(也是英才的),周二就得留下来到6:30一直上课。讲的大都是高中的生物知识(也听不懂)。月底接着考月考。这次还行,就是数学没太考好,写到后面心态有点崩了。\n|科目|满分|成绩|\n|:-:|:-:|:-:|\n|语文|100|81|\n|数学|100|90|\n|英语|100|95|\n|物理|70|64|\n|历史|70|70|\n|地理|70|62|\n|道德与法治|70|61|\n|生物|70|68|\n|总分|598.65|班排3 级部40|\n\n## April\n\n开始重新刷四月是你的谎言,不得不说这种催泪治愈的番剧怎么刷也不会厌烦。各种英才班的课也都进行着,很快就习惯了。月底期中考。依旧是很拉,尤其是语文,一半多都是语文扣的,基本上阅读题写了字的地方,都没给分。剩下的都还好\n\n|科目|满分|成绩|\n|:-:|:-:|:-:|\n|语文|100|74|\n|数学|100|96|\n|英语|60+40|59+39.2=98.2(约合98)|\n|物理|70|68|\n|历史|70|68|\n|地理|70|62|\n|道德与法治|70|67|\n|生物|70|69|\n|总分|602.2|班排5 级部54|","source":"_drafts/2021.md","raw":"---\ntitle: 总结 2021\ntime: 2022-01-01 00:00:00\ncategories:\n- 日常生活\n- 记录\ntags:\n- 总结\n---\n2022 要来力\n\n第一次写总结性的文章,写得不好请见谅。\n\n## January\n\n跨年没看B站跨年祭,有点可惜,但说实在是我不感兴趣。元旦假期复习了复习,4号5号考了期末模拟,前女友和我一个考场所以我信心满满,结果分数惨不忍睹,也不敢问班主任排名,被爸爸妈妈狠批了一顿,特别难过。大概是因为考试把脑子考糊涂了,我就提出了分手。6号和前女友分手,初恋草草地结束了。第二天又因为作业没带被数学老师狠批一顿到快7点,心里很难受,想着求复合,但是最终失败。有复习了一段时间,就迎来了区里的区统考。虽然说分数和排名还是不太理想,但总规还凑和。\n\n|科目|满分|成绩|\n|:-:|:-:|:-:|\n|语文|100|81|\n|数学|100|91|\n|英语|60+40|60+39.65=99.65(约合100)|\n|物理|70|64|\n|历史|70|70|\n|地理|70|62|\n|道德与法治|70|61|\n|生物|70|68|\n|总分|598.65|班排5 级部54|\n\n操蛋的是,物理我白丢3分,因为多选题用了专门涂卡的自动铅笔。结果我给填淡了,机器不认,哭力。第二天讲评卷子更离谱的是我们的英语老师念成绩时候偏偏把我和我前女友一起念了,全班掌声激励,我直接自闭。然后我炫耀了一波英语和历史成绩就进入寒假了。\n\n## February\n\n寒假开头是好好利用了一下手里的 Samsung Galaxy S6,本来想重新构建博客结果按照网上用 Termux 整活各种权限不足就放弃了。过年前还把前女友惹急了,反正是证明了我们之间再也没有可能了。不过也好,增进了我和班长之间的友谊(稳赚不赔2333)。开开心心度过了除夕。初一爸爸妈妈不在家,我趁着机会整了一个 Ubuntu To Go 和 一个可移动的 Minecraft JE。之后刚才说的 Samsung Galaxy S6 就坏了。不过也促进了我利用 Ubuntu To Go 重写博客,还养成了经常备份的好习惯2333。最后一星期赶了赶作业就开学了。\n\n## March\n\n之前学校搞得英才计划开始有动静了。什么建班啊之类的都开始了。并且每周六还得去学校上数学。学校还推荐我和CAZ去参加一个区里的信息课,讲的是C++和数据结构。反正听不懂就是了。剩下我报了一个生物的班(也是英才的),周二就得留下来到6:30一直上课。讲的大都是高中的生物知识(也听不懂)。月底接着考月考。这次还行,就是数学没太考好,写到后面心态有点崩了。\n|科目|满分|成绩|\n|:-:|:-:|:-:|\n|语文|100|81|\n|数学|100|90|\n|英语|100|95|\n|物理|70|64|\n|历史|70|70|\n|地理|70|62|\n|道德与法治|70|61|\n|生物|70|68|\n|总分|598.65|班排3 级部40|\n\n## April\n\n开始重新刷四月是你的谎言,不得不说这种催泪治愈的番剧怎么刷也不会厌烦。各种英才班的课也都进行着,很快就习惯了。月底期中考。依旧是很拉,尤其是语文,一半多都是语文扣的,基本上阅读题写了字的地方,都没给分。剩下的都还好\n\n|科目|满分|成绩|\n|:-:|:-:|:-:|\n|语文|100|74|\n|数学|100|96|\n|英语|60+40|59+39.2=98.2(约合98)|\n|物理|70|68|\n|历史|70|68|\n|地理|70|62|\n|道德与法治|70|67|\n|生物|70|69|\n|总分|602.2|班排5 级部54|","slug":"2021","published":0,"date":"2021-06-09T02:24:43.212Z","updated":"2021-06-14T06:03:26.924Z","_id":"ckpqen50z0001rpfyebam599m","comments":1,"layout":"post","photos":[],"link":"","content":"

2022 要来力

\n\n

第一次写总结性的文章,写得不好请见谅。

\n

January

跨年没看B站跨年祭,有点可惜,但说实在是我不感兴趣。元旦假期复习了复习,4号5号考了期末模拟,前女友和我一个考场所以我信心满满,结果分数惨不忍睹,也不敢问班主任排名,被爸爸妈妈狠批了一顿,特别难过。大概是因为考试把脑子考糊涂了,我就提出了分手。6号和前女友分手,初恋草草地结束了。第二天又因为作业没带被数学老师狠批一顿到快7点,心里很难受,想着求复合,但是最终失败。有复习了一段时间,就迎来了区里的区统考。虽然说分数和排名还是不太理想,但总规还凑和。

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
科目满分成绩
语文10081
数学10091
英语60+4060+39.65=99.65(约合100)
物理7064
历史7070
地理7062
道德与法治7061
生物7068
总分598.65班排5 级部54
\n

操蛋的是,物理我白丢3分,因为多选题用了专门涂卡的自动铅笔。结果我给填淡了,机器不认,哭力。第二天讲评卷子更离谱的是我们的英语老师念成绩时候偏偏把我和我前女友一起念了,全班掌声激励,我直接自闭。然后我炫耀了一波英语和历史成绩就进入寒假了。

\n

February

寒假开头是好好利用了一下手里的 Samsung Galaxy S6,本来想重新构建博客结果按照网上用 Termux 整活各种权限不足就放弃了。过年前还把前女友惹急了,反正是证明了我们之间再也没有可能了。不过也好,增进了我和班长之间的友谊(稳赚不赔2333)。开开心心度过了除夕。初一爸爸妈妈不在家,我趁着机会整了一个 Ubuntu To Go 和 一个可移动的 Minecraft JE。之后刚才说的 Samsung Galaxy S6 就坏了。不过也促进了我利用 Ubuntu To Go 重写博客,还养成了经常备份的好习惯2333。最后一星期赶了赶作业就开学了。

\n

March

之前学校搞得英才计划开始有动静了。什么建班啊之类的都开始了。并且每周六还得去学校上数学。学校还推荐我和CAZ去参加一个区里的信息课,讲的是C++和数据结构。反正听不懂就是了。剩下我报了一个生物的班(也是英才的),周二就得留下来到6:30一直上课。讲的大都是高中的生物知识(也听不懂)。月底接着考月考。这次还行,就是数学没太考好,写到后面心态有点崩了。
|科目|满分|成绩|
|:-:|:-:|:-:|
|语文|100|81|
|数学|100|90|
|英语|100|95|
|物理|70|64|
|历史|70|70|
|地理|70|62|
|道德与法治|70|61|
|生物|70|68|
|总分|598.65|班排3 级部40|

\n

April

开始重新刷四月是你的谎言,不得不说这种催泪治愈的番剧怎么刷也不会厌烦。各种英才班的课也都进行着,很快就习惯了。月底期中考。依旧是很拉,尤其是语文,一半多都是语文扣的,基本上阅读题写了字的地方,都没给分。剩下的都还好

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
科目满分成绩
语文10074
数学10096
英语60+4059+39.2=98.2(约合98)
物理7068
历史7068
地理7062
道德与法治7067
生物7069
总分602.2班排5 级部54
\n","site":{"data":{}},"excerpt":"

2022 要来力

","more":"

第一次写总结性的文章,写得不好请见谅。

\n

January

跨年没看B站跨年祭,有点可惜,但说实在是我不感兴趣。元旦假期复习了复习,4号5号考了期末模拟,前女友和我一个考场所以我信心满满,结果分数惨不忍睹,也不敢问班主任排名,被爸爸妈妈狠批了一顿,特别难过。大概是因为考试把脑子考糊涂了,我就提出了分手。6号和前女友分手,初恋草草地结束了。第二天又因为作业没带被数学老师狠批一顿到快7点,心里很难受,想着求复合,但是最终失败。有复习了一段时间,就迎来了区里的区统考。虽然说分数和排名还是不太理想,但总规还凑和。

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
科目满分成绩
语文10081
数学10091
英语60+4060+39.65=99.65(约合100)
物理7064
历史7070
地理7062
道德与法治7061
生物7068
总分598.65班排5 级部54
\n

操蛋的是,物理我白丢3分,因为多选题用了专门涂卡的自动铅笔。结果我给填淡了,机器不认,哭力。第二天讲评卷子更离谱的是我们的英语老师念成绩时候偏偏把我和我前女友一起念了,全班掌声激励,我直接自闭。然后我炫耀了一波英语和历史成绩就进入寒假了。

\n

February

寒假开头是好好利用了一下手里的 Samsung Galaxy S6,本来想重新构建博客结果按照网上用 Termux 整活各种权限不足就放弃了。过年前还把前女友惹急了,反正是证明了我们之间再也没有可能了。不过也好,增进了我和班长之间的友谊(稳赚不赔2333)。开开心心度过了除夕。初一爸爸妈妈不在家,我趁着机会整了一个 Ubuntu To Go 和 一个可移动的 Minecraft JE。之后刚才说的 Samsung Galaxy S6 就坏了。不过也促进了我利用 Ubuntu To Go 重写博客,还养成了经常备份的好习惯2333。最后一星期赶了赶作业就开学了。

\n

March

之前学校搞得英才计划开始有动静了。什么建班啊之类的都开始了。并且每周六还得去学校上数学。学校还推荐我和CAZ去参加一个区里的信息课,讲的是C++和数据结构。反正听不懂就是了。剩下我报了一个生物的班(也是英才的),周二就得留下来到6:30一直上课。讲的大都是高中的生物知识(也听不懂)。月底接着考月考。这次还行,就是数学没太考好,写到后面心态有点崩了。
|科目|满分|成绩|
|:-:|:-:|:-:|
|语文|100|81|
|数学|100|90|
|英语|100|95|
|物理|70|64|
|历史|70|70|
|地理|70|62|
|道德与法治|70|61|
|生物|70|68|
|总分|598.65|班排3 级部40|

\n

April

开始重新刷四月是你的谎言,不得不说这种催泪治愈的番剧怎么刷也不会厌烦。各种英才班的课也都进行着,很快就习惯了。月底期中考。依旧是很拉,尤其是语文,一半多都是语文扣的,基本上阅读题写了字的地方,都没给分。剩下的都还好

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
科目满分成绩
语文10074
数学10096
英语60+4059+39.2=98.2(约合98)
物理7068
历史7068
地理7062
道德与法治7067
生物7069
总分602.2班排5 级部54
"},{"title":"OSX-KVM","date":"2021-05-09T15:05:18.000Z","cover":null,"_content":"\n","source":"_drafts/OSX-KVM.md","raw":"---\ntitle: OSX-KVM\ndate: 2021-05-09 23:05:18\ncover:\ntags:\ncategories:\n---\n\n","slug":"OSX-KVM","published":0,"updated":"2021-06-09T02:24:43.213Z","comments":1,"layout":"post","photos":[],"link":"","_id":"ckpqen5160003rpfyf81bdfz6","content":"","site":{"data":{}},"excerpt":"","more":""},{"title":"Ubuntu To Go 制作教程","date":"2021-05-04T22:31:04.000Z","cover":null,"_content":"把 Ubuntu 装进移动硬盘\n\n\n{% raw %}
{% endraw %}\n特别鸣谢 \n- [StevenQiu](https://www.littlqiu.net)\n- [Ubuntu团队](https://www.ubuntu.com)\n{% raw %}
{% endraw %}\n\n## 准备\n\n- 一个大于8GB的U盘或者移动硬盘\n- [Vmware Workstation](https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html)\n- Ubuntu [安装盘](https://mirrors.163.com/ubuntu-releases)\n- 一个可以联网的计算机\n\n## 安装\n\n","source":"_drafts/ubuntu-to-go.md","raw":"---\ntitle: Ubuntu To Go 制作教程\ndate: 2021-05-05 06:31:04\ncover:\ntags:\n- Ubuntu\ncategories:\n- 写BUG日常\n- 教程\n---\n把 Ubuntu 装进移动硬盘\n\n\n{% raw %}
{% endraw %}\n特别鸣谢 \n- [StevenQiu](https://www.littlqiu.net)\n- [Ubuntu团队](https://www.ubuntu.com)\n{% raw %}
{% endraw %}\n\n## 准备\n\n- 一个大于8GB的U盘或者移动硬盘\n- [Vmware Workstation](https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html)\n- Ubuntu [安装盘](https://mirrors.163.com/ubuntu-releases)\n- 一个可以联网的计算机\n\n## 安装\n\n","slug":"ubuntu-to-go","published":0,"updated":"2021-06-10T00:09:15.166Z","comments":1,"layout":"post","photos":[],"link":"","_id":"ckpqen51e0007rpfy8a8dao7y","content":"

把 Ubuntu 装进移动硬盘

\n\n\n\n\n\n\n

准备

\n

安装

","site":{"data":{}},"excerpt":"

把 Ubuntu 装进移动硬盘

","more":"\n\n\n\n

准备

\n

安装

"},{"title":"Ubuntu 的正确使用方式","date":"2021-05-05T10:33:22.000Z","cover":null,"_content":"准备真的把 Ubuntu 当作日常操作系统?也许这篇文章可以帮助你\n\n\n## 软件安装\n\n### 浏览器\n* Chromium 网页浏览器\n\n```bash\nsudo snap install chromium\n```\n\n### 邮件\n* Geary 邮件\n\n```bash\nsudo apt-get install geary\n```\n\n### 虚拟机\n* VMware Workstastion\n\n[下载](https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html)\n```bash\nsudo chmod +x *.bundle\nsudo ./*.bundle\n```\n\n## 依赖安装\n\n### NPM\n```bash\nsudo apt-get install npm\nsudo npm install -g npm\nnpm config set registry https://registry.npm.taobao.org #换源\n```\n### Nodejs\n```bash\ncurl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash\nexit\nnvm install node\n```\n## 系统设置\n\n### 8小时时差\n```bash\nsudo timedatectl set-local-rtc 1\n```","source":"_drafts/ubuntu-using.md","raw":"---\ntitle: Ubuntu 的正确使用方式\ndate: 2021-05-05 18:33:22\ncover:\ntags:\n- Ubuntu\ncategories:\n- 写BUG日常\n- 资源\n---\n准备真的把 Ubuntu 当作日常操作系统?也许这篇文章可以帮助你\n\n\n## 软件安装\n\n### 浏览器\n* Chromium 网页浏览器\n\n```bash\nsudo snap install chromium\n```\n\n### 邮件\n* Geary 邮件\n\n```bash\nsudo apt-get install geary\n```\n\n### 虚拟机\n* VMware Workstastion\n\n[下载](https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html)\n```bash\nsudo chmod +x *.bundle\nsudo ./*.bundle\n```\n\n## 依赖安装\n\n### NPM\n```bash\nsudo apt-get install npm\nsudo npm install -g npm\nnpm config set registry https://registry.npm.taobao.org #换源\n```\n### Nodejs\n```bash\ncurl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash\nexit\nnvm install node\n```\n## 系统设置\n\n### 8小时时差\n```bash\nsudo timedatectl set-local-rtc 1\n```","slug":"ubuntu-using","published":0,"updated":"2021-06-09T02:24:43.214Z","comments":1,"layout":"post","photos":[],"link":"","_id":"ckpqen51h0008rpfy8om906t7","content":"

准备真的把 Ubuntu 当作日常操作系统?也许这篇文章可以帮助你

\n\n\n

软件安装

浏览器

    \n
  • Chromium 网页浏览器
  • \n
\n
1
sudo snap install chromium
\n

邮件

    \n
  • Geary 邮件
  • \n
\n
1
sudo apt-get install geary
\n

虚拟机

    \n
  • VMware Workstastion
  • \n
\n

下载

\n
1
2
sudo chmod +x *.bundle
sudo ./*.bundle
\n

依赖安装

NPM

1
2
3
sudo apt-get install npm
sudo npm install -g npm
npm config set registry https://registry.npm.taobao.org #换源
\n

Nodejs

1
2
3
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
exit
nvm install node
\n

系统设置

8小时时差

1
sudo timedatectl set-local-rtc 1
","site":{"data":{}},"excerpt":"

准备真的把 Ubuntu 当作日常操作系统?也许这篇文章可以帮助你

","more":"

软件安装

浏览器

    \n
  • Chromium 网页浏览器
  • \n
\n
1
sudo snap install chromium
\n

邮件

    \n
  • Geary 邮件
  • \n
\n
1
sudo apt-get install geary
\n

虚拟机

    \n
  • VMware Workstastion
  • \n
\n

下载

\n
1
2
sudo chmod +x *.bundle
sudo ./*.bundle
\n

依赖安装

NPM

1
2
3
sudo apt-get install npm
sudo npm install -g npm
npm config set registry https://registry.npm.taobao.org #换源
\n

Nodejs

1
2
3
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
exit
nvm install node
\n

系统设置

8小时时差

1
sudo timedatectl set-local-rtc 1
"},{"title":"虚拟机安装 android-x86","date":"2020-10-01T09:00:00.000Z","cover":"https://pic.rmb.bdstatic.com/bjh/38969b26e37f770d59195c27d73ddfcb.jpeg","_content":"看到我的 Parallels Desktop ,发现好久好久没有用过了,今天刚好趁着国庆捣鼓亿下(但实际文章是国庆假期后月考完了写的)。\n\n{% raw %}
{% endraw %}\n关于虚拟机的使用、创建我就直接跳过了。如果你不知道去哪里寻找需要的 android-x86,你可以点击[清华大学开源软件镜像站下载](https://mirrors.tuna.tsinghua.edu.cn) 或 [北京外国语大学开源软件镜像站下载](https://mirrors.bfsu.edu.cn) 右侧的`获取下载链接`,选择`操作系统`,再选择 `Android-x86`,然后你就可以选择适合你的版本进行下载。不同的版本可能操作方式不同\n{% raw %}
{% endraw %}\n\n## 安装\n\n![打开你的虚拟机软件,创建新的虚拟机并载入刚刚下载的ISO镜像,开机](https://pic.rmb.bdstatic.com/bjh/a60eb584d2b95e3837d06dcee64b0d70.png)\n![按 TAP](https://pic.rmb.bdstatic.com/bjh/9d154ae657f448943a8c9d5ff1b24922.png)\n![在最后面加 INSTALL=1 并回车](https://pic.rmb.bdstatic.com/bjh/6beb1b556f45693562a68df4bae1507a.png)\n![选第一个](https://pic.rmb.bdstatic.com/bjh/4d80b5cb3ad070d0f32e256d5e0d2833.png)\n![传统引导选择 NO,若不是,则反之](https://pic.rmb.bdstatic.com/bjh/fea208fb4c56f9968a5d6244c25609b3.png)\n![选择 New,并回车](https://pic.rmb.bdstatic.com/bjh/f29f7a12aa4cdf20133e2d50f3a56a19.png)\n![选择 Primary,并回车](https://pic.rmb.bdstatic.com/bjh/8b28c0375801b0bfb4b24b80528a7759.png)\n![空间大小选默认,回车](https://pic.rmb.bdstatic.com/bjh/388ae95b0b4ae1c01f08b4c3911d38c3.png)\n![选择 Bootable,回车](https://pic.rmb.bdstatic.com/bjh/e1a480439efc216ebfe1cbbb85b1fe4a.png)\n![选择 Write,回车](https://pic.rmb.bdstatic.com/bjh/6c632d5f9ec38217a901bc01c019325b.png)\n![输入 yes 确认,回车](https://pic.rmb.bdstatic.com/bjh/d21ab94f358733d437b822289e5d01e8.png)\n![选择 Quit,回车](https://pic.rmb.bdstatic.com/bjh/e2c370ddaa0f1d79cef397175b9762f7.png)\n![选用第一个没格式化的,回车](https://pic.rmb.bdstatic.com/bjh/73cc0b145feb51087d19110c9ed0ba07.png)\n![格式选 ext4,回车](https://pic.rmb.bdstatic.com/bjh/8b9b7694076bf2b86966dd9b69c73e31.png)\n![确认格式化并回车](https://pic.rmb.bdstatic.com/bjh/c3337c2548f01c2a939e07900e5f124e.png)\n![等待格式化](https://pic.rmb.bdstatic.com/bjh/2ba4ddb50b155121a7a5312b5f10dbf9.png)\n![建议安装](https://pic.rmb.bdstatic.com/bjh/2f5e1ff3be8238397a4710286a9543bd.png)\n![是否将/system目录设为可读写,毕竟只是玩玩,我就不设置了]https://pic.rmb.bdstatic.com/bjh/a108e8d8d64fe8d22d3f619d5114bbf6.png)\n![等待写入](https://pic.rmb.bdstatic.com/bjh/7b005e34aa3875210f834be5bc71df39.png)\n![选择 Reboot,回车](https://pic.rmb.bdstatic.com/bjh/beba012ffdccb833a75c01361cb8f989.png)\n![可以回车实验性进系统,如果没有开机LOGO往下看](https://pic.rmb.bdstatic.com/bjh/da67e97fc803fe5265c8c58bdf92a23f.png)\n![选择第二个选项,回车](https://pic.rmb.bdstatic.com/bjh/5dafea468bdbd4faf320cea0c5124885.png)\n![滚完代码后回车](https://pic.rmb.bdstatic.com/bjh/8197687a94f49eeab0015958c7c6ef91.png)\n![输入 mount –o remount,rw /mnt 后回车](https://pic.rmb.bdstatic.com/bjh/cc88bb757e6474b7ec1baca25a01fda7.png)\n![按I键进入编辑模式,把第一个title下面的 root=/dev/ram0 改成 nomodeset_root=/dev/ram0,然后重启](https://pic.rmb.bdstatic.com/bjh/4c92f6bf9e73d91c26741e449d09bc44.png)\n![看到LOGO代表安装成功,耐心等待进系统](https://pic.rmb.bdstatic.com/bjh/4c92f6bf9e73d91c26741e449d09bc44.png)\n![我选的简体中文](https://pic.rmb.bdstatic.com/bjh/7fe21556d79b5a1adb5ef3fe251097b3.png)\n![同意协议](https://pic.rmb.bdstatic.com/bjh/ddd2e81f5309d730aa8def9ef673b45c.png)\n![整个安装过程结束](https://pic.rmb.bdstatic.com/bjh/bee7256ea68d7b8be8417c6688333a24.png)","source":"_posts/android-x86.md","raw":"---\ntitle: 虚拟机安装 android-x86\ndate: 2020-10-01 17:00:00\ncover: https://pic.rmb.bdstatic.com/bjh/38969b26e37f770d59195c27d73ddfcb.jpeg\ntags:\n- android\n- 虚拟机\ncategories:\n- 写BUG日常\n- 教程\n---\n看到我的 Parallels Desktop ,发现好久好久没有用过了,今天刚好趁着国庆捣鼓亿下(但实际文章是国庆假期后月考完了写的)。\n\n{% raw %}
{% endraw %}\n关于虚拟机的使用、创建我就直接跳过了。如果你不知道去哪里寻找需要的 android-x86,你可以点击[清华大学开源软件镜像站下载](https://mirrors.tuna.tsinghua.edu.cn) 或 [北京外国语大学开源软件镜像站下载](https://mirrors.bfsu.edu.cn) 右侧的`获取下载链接`,选择`操作系统`,再选择 `Android-x86`,然后你就可以选择适合你的版本进行下载。不同的版本可能操作方式不同\n{% raw %}
{% endraw %}\n\n## 安装\n\n![打开你的虚拟机软件,创建新的虚拟机并载入刚刚下载的ISO镜像,开机](https://pic.rmb.bdstatic.com/bjh/a60eb584d2b95e3837d06dcee64b0d70.png)\n![按 TAP](https://pic.rmb.bdstatic.com/bjh/9d154ae657f448943a8c9d5ff1b24922.png)\n![在最后面加 INSTALL=1 并回车](https://pic.rmb.bdstatic.com/bjh/6beb1b556f45693562a68df4bae1507a.png)\n![选第一个](https://pic.rmb.bdstatic.com/bjh/4d80b5cb3ad070d0f32e256d5e0d2833.png)\n![传统引导选择 NO,若不是,则反之](https://pic.rmb.bdstatic.com/bjh/fea208fb4c56f9968a5d6244c25609b3.png)\n![选择 New,并回车](https://pic.rmb.bdstatic.com/bjh/f29f7a12aa4cdf20133e2d50f3a56a19.png)\n![选择 Primary,并回车](https://pic.rmb.bdstatic.com/bjh/8b28c0375801b0bfb4b24b80528a7759.png)\n![空间大小选默认,回车](https://pic.rmb.bdstatic.com/bjh/388ae95b0b4ae1c01f08b4c3911d38c3.png)\n![选择 Bootable,回车](https://pic.rmb.bdstatic.com/bjh/e1a480439efc216ebfe1cbbb85b1fe4a.png)\n![选择 Write,回车](https://pic.rmb.bdstatic.com/bjh/6c632d5f9ec38217a901bc01c019325b.png)\n![输入 yes 确认,回车](https://pic.rmb.bdstatic.com/bjh/d21ab94f358733d437b822289e5d01e8.png)\n![选择 Quit,回车](https://pic.rmb.bdstatic.com/bjh/e2c370ddaa0f1d79cef397175b9762f7.png)\n![选用第一个没格式化的,回车](https://pic.rmb.bdstatic.com/bjh/73cc0b145feb51087d19110c9ed0ba07.png)\n![格式选 ext4,回车](https://pic.rmb.bdstatic.com/bjh/8b9b7694076bf2b86966dd9b69c73e31.png)\n![确认格式化并回车](https://pic.rmb.bdstatic.com/bjh/c3337c2548f01c2a939e07900e5f124e.png)\n![等待格式化](https://pic.rmb.bdstatic.com/bjh/2ba4ddb50b155121a7a5312b5f10dbf9.png)\n![建议安装](https://pic.rmb.bdstatic.com/bjh/2f5e1ff3be8238397a4710286a9543bd.png)\n![是否将/system目录设为可读写,毕竟只是玩玩,我就不设置了]https://pic.rmb.bdstatic.com/bjh/a108e8d8d64fe8d22d3f619d5114bbf6.png)\n![等待写入](https://pic.rmb.bdstatic.com/bjh/7b005e34aa3875210f834be5bc71df39.png)\n![选择 Reboot,回车](https://pic.rmb.bdstatic.com/bjh/beba012ffdccb833a75c01361cb8f989.png)\n![可以回车实验性进系统,如果没有开机LOGO往下看](https://pic.rmb.bdstatic.com/bjh/da67e97fc803fe5265c8c58bdf92a23f.png)\n![选择第二个选项,回车](https://pic.rmb.bdstatic.com/bjh/5dafea468bdbd4faf320cea0c5124885.png)\n![滚完代码后回车](https://pic.rmb.bdstatic.com/bjh/8197687a94f49eeab0015958c7c6ef91.png)\n![输入 mount –o remount,rw /mnt 后回车](https://pic.rmb.bdstatic.com/bjh/cc88bb757e6474b7ec1baca25a01fda7.png)\n![按I键进入编辑模式,把第一个title下面的 root=/dev/ram0 改成 nomodeset_root=/dev/ram0,然后重启](https://pic.rmb.bdstatic.com/bjh/4c92f6bf9e73d91c26741e449d09bc44.png)\n![看到LOGO代表安装成功,耐心等待进系统](https://pic.rmb.bdstatic.com/bjh/4c92f6bf9e73d91c26741e449d09bc44.png)\n![我选的简体中文](https://pic.rmb.bdstatic.com/bjh/7fe21556d79b5a1adb5ef3fe251097b3.png)\n![同意协议](https://pic.rmb.bdstatic.com/bjh/ddd2e81f5309d730aa8def9ef673b45c.png)\n![整个安装过程结束](https://pic.rmb.bdstatic.com/bjh/bee7256ea68d7b8be8417c6688333a24.png)","slug":"android-x86","published":1,"updated":"2021-06-09T02:24:43.214Z","comments":1,"layout":"post","photos":[],"link":"","_id":"ckpqen51j0009rpfy8esu0oq5","content":"

看到我的 Parallels Desktop ,发现好久好久没有用过了,今天刚好趁着国庆捣鼓亿下(但实际文章是国庆假期后月考完了写的)。

\n\n\n\n

安装

\"打开你的虚拟机软件,创建新的虚拟机并载入刚刚下载的ISO镜像,开机\"
\"按
\"在最后面加
\"选第一个\"
\"传统引导选择
\"选择
\"选择
\"空间大小选默认,回车\"
\"选择
\"选择
\"输入
\"选择
\"选用第一个没格式化的,回车\"
\"格式选
\"确认格式化并回车\"
\"等待格式化\"
\"建议安装\"
![是否将/system目录设为可读写,毕竟只是玩玩,我就不设置了]https://pic.rmb.bdstatic.com/bjh/a108e8d8d64fe8d22d3f619d5114bbf6.png)
\"等待写入\"
\"选择
\"可以回车实验性进系统,如果没有开机LOGO往下看\"
\"选择第二个选项,回车\"
\"滚完代码后回车\"
\"输入
\"按I键进入编辑模式,把第一个title下面的
\"看到LOGO代表安装成功,耐心等待进系统\"
\"我选的简体中文\"
\"同意协议\"
\"整个安装过程结束\"

\n","site":{"data":{}},"excerpt":"

看到我的 Parallels Desktop ,发现好久好久没有用过了,今天刚好趁着国庆捣鼓亿下(但实际文章是国庆假期后月考完了写的)。

","more":"\n\n

安装

\"打开你的虚拟机软件,创建新的虚拟机并载入刚刚下载的ISO镜像,开机\"
\"按
\"在最后面加
\"选第一个\"
\"传统引导选择
\"选择
\"选择
\"空间大小选默认,回车\"
\"选择
\"选择
\"输入
\"选择
\"选用第一个没格式化的,回车\"
\"格式选
\"确认格式化并回车\"
\"等待格式化\"
\"建议安装\"
![是否将/system目录设为可读写,毕竟只是玩玩,我就不设置了]https://pic.rmb.bdstatic.com/bjh/a108e8d8d64fe8d22d3f619d5114bbf6.png)
\"等待写入\"
\"选择
\"可以回车实验性进系统,如果没有开机LOGO往下看\"
\"选择第二个选项,回车\"
\"滚完代码后回车\"
\"输入
\"按I键进入编辑模式,把第一个title下面的
\"看到LOGO代表安装成功,耐心等待进系统\"
\"我选的简体中文\"
\"同意协议\"
\"整个安装过程结束\"

"},{"title":"B站外嵌视频播放器防踩坑","date":"2020-09-21T02:08:09.000Z","cover":"https://pic.rmb.bdstatic.com/bjh/c6d5d344aef87ec4511ff2521dd304bd.jpeg","_content":"B站有一个神奇的`嵌入代码`的功能,但是这个功能不经过我们加工后直接放出来很丑。问了问度娘并简单研究了一下,我把我遇到的一些问题和解决方法贴出来。\n\n{% raw %}
{% endraw %}\n我们拿 [BV1PC4y1t77X](https://www.bilibili.com/video/BV1PC4y1t77X) 这个视频来进行测试。\n{% raw %}
{% endraw %}\n\n## 视频下面给出的嵌入代码的问题\n\n![嵌入代码](https://pic.rmb.bdstatic.com/bjh/83e5afc3e50b52eff95825a9024d8e2b.jpeg)\n\n在这里把代码原封不动复制过来,得到了下面的这个玩意。\n\n\n\n``` HTML 点击展开代码>folded\n\n```\n\n这是未经我们自定义得到的外嵌播放器,问题很多,清晰度不是我们想要的,没法自适应屏幕。\n\n但是网络上的大佬多啊,很快就找到了大佬给的说明。\n\n|变量|说明|\n|:-:|:-:|\n|cid|chat id,每个chat id对应一组弹幕池。如果填了aid这个字段不填也没关系|\n|aid|article id, 视频的av号。就是视频链接结尾 avxxxx 后面的数字。如果填了bvid这个字段不填也没关系|\n|bvid|bilibili video id, 视频的bv号。就是视频链接结尾 BVxxxx 后面的字符。2020.03 时候, B站把 AV 号根据一定的算法转成这个了|\n|page|第几个视频, 起始下标为 1 (默认值也是为1)。就是B站视频选集里的第几个视频,俗称p1、p2|\n|as_wide|是否宽屏。1: 宽屏, 0: 小屏|\n|high_quality|是否高清。1: 高清, 0: 最低视频质量(默认)/如视频有 360p 720p 1080p 三种, 默认或者 high_quality=0 是最低 360p。high_quality=1 是最高1080p|\n|danmaku|是否开启弹幕。1: 开启(默认), 0: 关闭|\n|t|打开时, 自动跳转到某个时间, 并且自动播放(单位秒)。比如 t=60, 那么自动跳转到1分钟, 且自动播放|\n\n{% raw %}
{% endraw %}\n这个说明具有时效性,可能随着B站修改播放器,这个说明会失效\n{% raw %}
{% endraw %}\n\n我照着这个又简单改了改 iframe 模块,得到了这个。\n\n\n\n``` HTML 点击展开代码>folded\n\n```\n\n可以看到,它没有自适应屏幕,问了问度娘,看大佬给的解决方案,最后得到了这个。\n\n
\n \n
\n\n``` HTML 点击展开代码>folded\n
\n \n
\n```\n\n可以说非常完美,基本可以适应各类大小。顺便我还找到了可以屏蔽链接跳转的一个小玩意。\n\n
\n \n
\n\n``` HTML 点击展开代码>folded\n
\n \n
\n```\n\n但是目前由于播放器改版,上面的“去bilibili观看”去不掉。","source":"_posts/bilibili-player.md","raw":"---\ntitle: B站外嵌视频播放器防踩坑\ndate: 2020-09-21 10:08:09\ncover: https://pic.rmb.bdstatic.com/bjh/c6d5d344aef87ec4511ff2521dd304bd.jpeg\ntags:\n- HTML5\n- Bilibili\ncategories:\n- 写BUG日常\n- 教程\n---\nB站有一个神奇的`嵌入代码`的功能,但是这个功能不经过我们加工后直接放出来很丑。问了问度娘并简单研究了一下,我把我遇到的一些问题和解决方法贴出来。\n\n{% raw %}
{% endraw %}\n我们拿 [BV1PC4y1t77X](https://www.bilibili.com/video/BV1PC4y1t77X) 这个视频来进行测试。\n{% raw %}
{% endraw %}\n\n## 视频下面给出的嵌入代码的问题\n\n![嵌入代码](https://pic.rmb.bdstatic.com/bjh/83e5afc3e50b52eff95825a9024d8e2b.jpeg)\n\n在这里把代码原封不动复制过来,得到了下面的这个玩意。\n\n\n\n``` HTML 点击展开代码>folded\n\n```\n\n这是未经我们自定义得到的外嵌播放器,问题很多,清晰度不是我们想要的,没法自适应屏幕。\n\n但是网络上的大佬多啊,很快就找到了大佬给的说明。\n\n|变量|说明|\n|:-:|:-:|\n|cid|chat id,每个chat id对应一组弹幕池。如果填了aid这个字段不填也没关系|\n|aid|article id, 视频的av号。就是视频链接结尾 avxxxx 后面的数字。如果填了bvid这个字段不填也没关系|\n|bvid|bilibili video id, 视频的bv号。就是视频链接结尾 BVxxxx 后面的字符。2020.03 时候, B站把 AV 号根据一定的算法转成这个了|\n|page|第几个视频, 起始下标为 1 (默认值也是为1)。就是B站视频选集里的第几个视频,俗称p1、p2|\n|as_wide|是否宽屏。1: 宽屏, 0: 小屏|\n|high_quality|是否高清。1: 高清, 0: 最低视频质量(默认)/如视频有 360p 720p 1080p 三种, 默认或者 high_quality=0 是最低 360p。high_quality=1 是最高1080p|\n|danmaku|是否开启弹幕。1: 开启(默认), 0: 关闭|\n|t|打开时, 自动跳转到某个时间, 并且自动播放(单位秒)。比如 t=60, 那么自动跳转到1分钟, 且自动播放|\n\n{% raw %}
{% endraw %}\n这个说明具有时效性,可能随着B站修改播放器,这个说明会失效\n{% raw %}
{% endraw %}\n\n我照着这个又简单改了改 iframe 模块,得到了这个。\n\n\n\n``` HTML 点击展开代码>folded\n\n```\n\n可以看到,它没有自适应屏幕,问了问度娘,看大佬给的解决方案,最后得到了这个。\n\n
\n \n
\n\n``` HTML 点击展开代码>folded\n
\n \n
\n```\n\n可以说非常完美,基本可以适应各类大小。顺便我还找到了可以屏蔽链接跳转的一个小玩意。\n\n
\n \n
\n\n``` HTML 点击展开代码>folded\n
\n \n
\n```\n\n但是目前由于播放器改版,上面的“去bilibili观看”去不掉。","slug":"bilibili-player","published":1,"updated":"2021-06-09T02:24:43.215Z","comments":1,"layout":"post","photos":[],"link":"","_id":"ckpqen51m000drpfy45zt02yp","content":"

B站有一个神奇的嵌入代码的功能,但是这个功能不经过我们加工后直接放出来很丑。问了问度娘并简单研究了一下,我把我遇到的一些问题和解决方法贴出来。

\n\n\n\n

视频下面给出的嵌入代码的问题

\"嵌入代码\"

\n

在这里把代码原封不动复制过来,得到了下面的这个玩意。

\n\n\n
点击展开代码>folded
1
<iframe src="//player.bilibili.com/player.html?aid=796700174&bvid=BV1PC4y1t77X&cid=223520581&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
\n

这是未经我们自定义得到的外嵌播放器,问题很多,清晰度不是我们想要的,没法自适应屏幕。

\n

但是网络上的大佬多啊,很快就找到了大佬给的说明。

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
变量说明
cidchat id,每个chat id对应一组弹幕池。如果填了aid这个字段不填也没关系
aidarticle id, 视频的av号。就是视频链接结尾 avxxxx 后面的数字。如果填了bvid这个字段不填也没关系
bvidbilibili video id, 视频的bv号。就是视频链接结尾 BVxxxx 后面的字符。2020.03 时候, B站把 AV 号根据一定的算法转成这个了
page第几个视频, 起始下标为 1 (默认值也是为1)。就是B站视频选集里的第几个视频,俗称p1、p2
as_wide是否宽屏。1: 宽屏, 0: 小屏
high_quality是否高清。1: 高清, 0: 最低视频质量(默认)/如视频有 360p 720p 1080p 三种, 默认或者 high_quality=0 是最低 360p。high_quality=1 是最高1080p
danmaku是否开启弹幕。1: 开启(默认), 0: 关闭
t打开时, 自动跳转到某个时间, 并且自动播放(单位秒)。比如 t=60, 那么自动跳转到1分钟, 且自动播放
\n
\n

这个说明具有时效性,可能随着B站修改播放器,这个说明会失效

\n
\n\n

我照着这个又简单改了改 iframe 模块,得到了这个。

\n\n\n
点击展开代码>folded
1
<iframe src="//player.bilibili.com/player.html?bvid=BV1PC4y1t77X&page=1&danmaku=0&high_quality=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
\n

可以看到,它没有自适应屏幕,问了问度娘,看大佬给的解决方案,最后得到了这个。

\n
\n \n
\n\n
点击展开代码>folded
1
2
3
<div style="position: relative; width: 100%; height: 0; padding-bottom: 75%;">
<iframe src="//player.bilibili.com/player.html?bvid=BV1PC4y1t77X&page=1&danmaku=0&high_quality=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;"></iframe>
</div>
\n

可以说非常完美,基本可以适应各类大小。顺便我还找到了可以屏蔽链接跳转的一个小玩意。

\n
\n \n
\n\n
点击展开代码>folded
1
2
3
<div style="position: relative; width: 100%; height: 0; padding-bottom: 75%;">
<iframe src="//player.bilibili.com/player.html?bvid=BV1PC4y1t77X&page=1&danmaku=0&high_quality=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;" sandbox="allow-top-navigation allow-same-origin allow-forms allow-scripts"></iframe>
</div>
\n

但是目前由于播放器改版,上面的“去bilibili观看”去不掉。

\n","site":{"data":{}},"excerpt":"

B站有一个神奇的嵌入代码的功能,但是这个功能不经过我们加工后直接放出来很丑。问了问度娘并简单研究了一下,我把我遇到的一些问题和解决方法贴出来。

","more":"\n\n

视频下面给出的嵌入代码的问题

\"嵌入代码\"

\n

在这里把代码原封不动复制过来,得到了下面的这个玩意。

\n\n\n
点击展开代码>folded
1
<iframe src="//player.bilibili.com/player.html?aid=796700174&bvid=BV1PC4y1t77X&cid=223520581&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
\n

这是未经我们自定义得到的外嵌播放器,问题很多,清晰度不是我们想要的,没法自适应屏幕。

\n

但是网络上的大佬多啊,很快就找到了大佬给的说明。

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
变量说明
cidchat id,每个chat id对应一组弹幕池。如果填了aid这个字段不填也没关系
aidarticle id, 视频的av号。就是视频链接结尾 avxxxx 后面的数字。如果填了bvid这个字段不填也没关系
bvidbilibili video id, 视频的bv号。就是视频链接结尾 BVxxxx 后面的字符。2020.03 时候, B站把 AV 号根据一定的算法转成这个了
page第几个视频, 起始下标为 1 (默认值也是为1)。就是B站视频选集里的第几个视频,俗称p1、p2
as_wide是否宽屏。1: 宽屏, 0: 小屏
high_quality是否高清。1: 高清, 0: 最低视频质量(默认)/如视频有 360p 720p 1080p 三种, 默认或者 high_quality=0 是最低 360p。high_quality=1 是最高1080p
danmaku是否开启弹幕。1: 开启(默认), 0: 关闭
t打开时, 自动跳转到某个时间, 并且自动播放(单位秒)。比如 t=60, 那么自动跳转到1分钟, 且自动播放
\n
\n

这个说明具有时效性,可能随着B站修改播放器,这个说明会失效

\n
\n\n

我照着这个又简单改了改 iframe 模块,得到了这个。

\n\n\n
点击展开代码>folded
1
<iframe src="//player.bilibili.com/player.html?bvid=BV1PC4y1t77X&page=1&danmaku=0&high_quality=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
\n

可以看到,它没有自适应屏幕,问了问度娘,看大佬给的解决方案,最后得到了这个。

\n
\n \n
\n\n
点击展开代码>folded
1
2
3
<div style="position: relative; width: 100%; height: 0; padding-bottom: 75%;">
<iframe src="//player.bilibili.com/player.html?bvid=BV1PC4y1t77X&page=1&danmaku=0&high_quality=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;"></iframe>
</div>
\n

可以说非常完美,基本可以适应各类大小。顺便我还找到了可以屏蔽链接跳转的一个小玩意。

\n
\n \n
\n\n
点击展开代码>folded
1
2
3
<div style="position: relative; width: 100%; height: 0; padding-bottom: 75%;">
<iframe src="//player.bilibili.com/player.html?bvid=BV1PC4y1t77X&page=1&danmaku=0&high_quality=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;" sandbox="allow-top-navigation allow-same-origin allow-forms allow-scripts"></iframe>
</div>
\n

但是目前由于播放器改版,上面的“去bilibili观看”去不掉。

"},{"title":"活用 Bulma 美化文章","date":"2020-10-15T02:34:46.000Z","cover":"https://pic.rmb.bdstatic.com/bjh/2902fadc80bff86b1f657a77e15e2cf1.png","_content":"怎么让自己光秃秃的 MarkDown 文章变得更好看呢?\n\n{% raw %}
{% endraw %}\n特别鸣谢\n- [iMaeGoo](https://www.imaegoo.com/)\n{% raw %}
{% endraw %}\n\n## 按钮\n\n
\n \n \n \n \n
\n\n``` js 点击展开代码>folded\n
\n \n \n \n \n
\n```\n\n光有按钮肯定是不行的,一般我们还需要给按钮增加事件,比如点击下面的按钮,可以计算你的身份证效验码。\n\n\n\n\n\n``` js 点击展开代码>folded\n\n```\n\n显示一言\n\n\n
↑↑↑ 试着点击“显示一言”!
\n\n\n\n``` js 点击展开代码>folded\n\n
↑↑↑ 试着点击“显示一言”!
\n\n\n```\n\n## 标签页\n\n\n\n{% raw %}
{% endraw %}\n[Pixabay](https://pixabay.com/zh/) 是全球知名的图库网站及充满活力的创意社区,拥有上百万张免费正版高清照片素材,涵盖风景、人物、动态、静物等多种分类,你可以在任何地方使用 Pixabay 图库中的素材...\n{% raw %}
{% endraw %}\n{% raw %}
{% endraw %}\n[网易云音乐](https://music.163.com/) 是一款专注于发现与分享的音乐产品,依托专业音乐人、DJ、好友推荐及社交功能,为用户打造全新的音乐生活。\n{% raw %}
{% endraw %}\n{% raw %}
{% endraw %}\n[哔哩哔哩](https://www.bilibili.com/) 是国内知名的视频弹幕网站,这里有最及时的动漫新番,最棒的ACG氛围,最有创意的Up主。大家可以在这里找到许多欢乐。\n{% raw %}
{% endraw %}\n{% raw %}
{% endraw %}\n[石墨文档](https://shimo.im/) 是全新一代云 Office 办公软件,支持多人在线协作编辑文档和表格,独有内容级安全,全过程留痕可追溯。PC 端和移动端全覆盖,随时随地远程办公。即写即存...\n{% raw %}
{% endraw %}\n\n\n\n\n\n``` js 点击展开代码>folded\n\n\n{% raw %}
{% endraw %}\n[Pixabay](https://pixabay.com/zh/) 是全球知名的图库网站及充满活力的创意社区,拥有上百万张免费正版高清照片素材,涵盖风景、人物、动态、静物等多种分类,你可以在任何地方使用 Pixabay 图库中的素材...\n{% raw %}
{% endraw %}\n{% raw %}
{% endraw %}\n[网易云音乐](https://music.163.com/) 是一款专注于发现与分享的音乐产品,依托专业音乐人、DJ、好友推荐及社交功能,为用户打造全新的音乐生活。\n{% raw %}
{% endraw %}\n{% raw %}
{% endraw %}\n[哔哩哔哩](https://www.bilibili.com/) 是国内知名的视频弹幕网站,这里有最及时的动漫新番,最棒的ACG氛围,最有创意的Up主。大家可以在这里找到许多欢乐。\n{% raw %}
{% endraw %}\n{% raw %}
{% endraw %}\n[石墨文档](https://shimo.im/) 是全新一代云 Office 办公软件,支持多人在线协作编辑文档和表格,独有内容级安全,全过程留痕可追溯。PC 端和移动端全覆盖,随时随地远程办公。即写即存...\n{% raw %}
{% endraw %}\n\n\n\n\n```\n\n## 彩色突出\n\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n\n``` js 点击展开代码>folded\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n```\n\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n\n``` js 点击展开代码>folded\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n```\n\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n\n``` js 点击展开代码>folded\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n```\n\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n\n``` js 点击展开代码>folded\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n```\n\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n\n``` js 点击展开代码>folded\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n```\n\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n\n``` js 点击展开代码>folded\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n```\n\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n\n``` js 点击展开代码>folded\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n```\n\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n\n``` js 点击展开代码>folded\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n```\n\n{% raw %}
{% endraw %}\n活用 Bulma 美化文章\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n\n``` js 点击展开代码>folded\n{% raw %}
{% endraw %}\n活用 Bulma 美化文章\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n```\n\n## 你知道的太多了\n\n{% raw %}\n\n{% endraw %}\n我们要科学利用网络,提高媒介素养,积极利用网络获取新知。学会信息节食,不沉迷于网络 {% raw %}就像我一样2333{% endraw %},还可以积极利用网络为国家和社会发展建言献策{% raw %}我就参加过{% endraw %}。\n\n``` js 点击展开代码>folded\n{% raw %}\n\n{% endraw %}\n我们要科学利用网络,提高媒介素养,积极利用网络获取新知。学会信息节食,不沉迷于网络 {% raw %}就像我一样2333{% endraw %},还可以积极利用网络为国家和社会发展建言献策{% raw %}我就参加过{% endraw %}。\n```\n\n## 点击展开代码\n\n``` js 点击展开代码>folded\n``` js 点击展开代码>folded\n

Hello, Bulma!

\n```\n\n## 封面来源声明\n\n\n  \nBulma Docs\n\n\n``` js 点击展开代码>folded\n\n  \nBulma Docs\n\n```","source":"_posts/bulma.md","raw":"---\ntitle: 活用 Bulma 美化文章\ndate: 2020-10-15 10:34:46\ncover: https://pic.rmb.bdstatic.com/bjh/2902fadc80bff86b1f657a77e15e2cf1.png\ntags:\n- Hexo\n- Icarus\n- Bulma\ncategories:\n- 写BUG日常\n- 教程\n---\n怎么让自己光秃秃的 MarkDown 文章变得更好看呢?\n\n{% raw %}
{% endraw %}\n特别鸣谢\n- [iMaeGoo](https://www.imaegoo.com/)\n{% raw %}
{% endraw %}\n\n## 按钮\n\n
\n \n \n \n \n
\n\n``` js 点击展开代码>folded\n
\n \n \n \n \n
\n```\n\n光有按钮肯定是不行的,一般我们还需要给按钮增加事件,比如点击下面的按钮,可以计算你的身份证效验码。\n\n\n\n\n\n``` js 点击展开代码>folded\n\n```\n\n显示一言\n\n\n
↑↑↑ 试着点击“显示一言”!
\n\n\n\n``` js 点击展开代码>folded\n\n
↑↑↑ 试着点击“显示一言”!
\n\n\n```\n\n## 标签页\n\n\n\n{% raw %}
{% endraw %}\n[Pixabay](https://pixabay.com/zh/) 是全球知名的图库网站及充满活力的创意社区,拥有上百万张免费正版高清照片素材,涵盖风景、人物、动态、静物等多种分类,你可以在任何地方使用 Pixabay 图库中的素材...\n{% raw %}
{% endraw %}\n{% raw %}
{% endraw %}\n[网易云音乐](https://music.163.com/) 是一款专注于发现与分享的音乐产品,依托专业音乐人、DJ、好友推荐及社交功能,为用户打造全新的音乐生活。\n{% raw %}
{% endraw %}\n{% raw %}
{% endraw %}\n[哔哩哔哩](https://www.bilibili.com/) 是国内知名的视频弹幕网站,这里有最及时的动漫新番,最棒的ACG氛围,最有创意的Up主。大家可以在这里找到许多欢乐。\n{% raw %}
{% endraw %}\n{% raw %}
{% endraw %}\n[石墨文档](https://shimo.im/) 是全新一代云 Office 办公软件,支持多人在线协作编辑文档和表格,独有内容级安全,全过程留痕可追溯。PC 端和移动端全覆盖,随时随地远程办公。即写即存...\n{% raw %}
{% endraw %}\n\n\n\n\n\n``` js 点击展开代码>folded\n\n\n{% raw %}
{% endraw %}\n[Pixabay](https://pixabay.com/zh/) 是全球知名的图库网站及充满活力的创意社区,拥有上百万张免费正版高清照片素材,涵盖风景、人物、动态、静物等多种分类,你可以在任何地方使用 Pixabay 图库中的素材...\n{% raw %}
{% endraw %}\n{% raw %}
{% endraw %}\n[网易云音乐](https://music.163.com/) 是一款专注于发现与分享的音乐产品,依托专业音乐人、DJ、好友推荐及社交功能,为用户打造全新的音乐生活。\n{% raw %}
{% endraw %}\n{% raw %}
{% endraw %}\n[哔哩哔哩](https://www.bilibili.com/) 是国内知名的视频弹幕网站,这里有最及时的动漫新番,最棒的ACG氛围,最有创意的Up主。大家可以在这里找到许多欢乐。\n{% raw %}
{% endraw %}\n{% raw %}
{% endraw %}\n[石墨文档](https://shimo.im/) 是全新一代云 Office 办公软件,支持多人在线协作编辑文档和表格,独有内容级安全,全过程留痕可追溯。PC 端和移动端全覆盖,随时随地远程办公。即写即存...\n{% raw %}
{% endraw %}\n\n\n\n\n```\n\n## 彩色突出\n\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n\n``` js 点击展开代码>folded\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n```\n\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n\n``` js 点击展开代码>folded\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n```\n\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n\n``` js 点击展开代码>folded\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n```\n\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n\n``` js 点击展开代码>folded\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n```\n\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n\n``` js 点击展开代码>folded\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n```\n\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n\n``` js 点击展开代码>folded\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n```\n\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n\n``` js 点击展开代码>folded\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n```\n\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n\n``` js 点击展开代码>folded\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n```\n\n{% raw %}
{% endraw %}\n活用 Bulma 美化文章\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n\n``` js 点击展开代码>folded\n{% raw %}
{% endraw %}\n活用 Bulma 美化文章\n{% raw %}
{% endraw %}\n[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。\n{% raw %}
{% endraw %}\n```\n\n## 你知道的太多了\n\n{% raw %}\n\n{% endraw %}\n我们要科学利用网络,提高媒介素养,积极利用网络获取新知。学会信息节食,不沉迷于网络 {% raw %}就像我一样2333{% endraw %},还可以积极利用网络为国家和社会发展建言献策{% raw %}我就参加过{% endraw %}。\n\n``` js 点击展开代码>folded\n{% raw %}\n\n{% endraw %}\n我们要科学利用网络,提高媒介素养,积极利用网络获取新知。学会信息节食,不沉迷于网络 {% raw %}就像我一样2333{% endraw %},还可以积极利用网络为国家和社会发展建言献策{% raw %}我就参加过{% endraw %}。\n```\n\n## 点击展开代码\n\n``` js 点击展开代码>folded\n``` js 点击展开代码>folded\n

Hello, Bulma!

\n```\n\n## 封面来源声明\n\n\n  \nBulma Docs\n\n\n``` js 点击展开代码>folded\n\n  \nBulma Docs\n\n```","slug":"bulma","published":1,"updated":"2021-06-09T02:24:43.215Z","comments":1,"layout":"post","photos":[],"link":"","_id":"ckpqen51p000erpfy5jzy7wr8","content":"

怎么让自己光秃秃的 MarkDown 文章变得更好看呢?

\n\n\n\n\n\n

按钮

\n \n \n \n \n
\n\n
点击展开代码>folded
1
2
3
4
5
6
<div class="buttons">
<button class="button is-info">Info</button>
<button class="button is-success">Success</button>
<button class="button is-warning">Warning</button>
<button class="button is-danger">Danger</button>
</div>
\n

光有按钮肯定是不行的,一般我们还需要给按钮增加事件,比如点击下面的按钮,可以计算你的身份证效验码。

\n

\n\n\n
点击展开代码>folded
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<script>function calc(str)
{
/*
*/
\tvar coeff = [7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2,1];
\tvar suffix = ['1','0','x','9','8','7','6','5','4','3','2'];
\tvar sum = 0;
\tfor(var i=0;i<17;i++)
\t\tsum += coeff[i] * parseInt(str.charCodeAt(i)-48);
\tsum %= 11;
\tstr = str.substr(0,17) + suffix[sum];
\treturn str;
}
</script>
\n

显示一言

\n

\n
↑↑↑ 试着点击“显示一言”!
\n\n\n\n
点击展开代码>folded
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<button class="button is-info" onclick="showHitokoto(event)">显示一言</button>
<blockquote class="hitokoto">↑↑↑ 试着点击“显示一言”!</blockquote>

<script>
function showHitokoto (event) {
event.target.classList.add('is-loading');
$.ajax({
type: 'GET',
url: 'https://v1.hitokoto.cn/',
success: function (data) {
$('.hitokoto').text(data.hitokoto);
event.target.classList.remove('is-loading');
}
});
}
</script>
\n

标签页

\n\n
\n

Pixabay 是全球知名的图库网站及充满活力的创意社区,拥有上百万张免费正版高清照片素材,涵盖风景、人物、动态、静物等多种分类,你可以在任何地方使用 Pixabay 图库中的素材…

\n
\n
\n

网易云音乐 是一款专注于发现与分享的音乐产品,依托专业音乐人、DJ、好友推荐及社交功能,为用户打造全新的音乐生活。

\n
\n
\n

哔哩哔哩 是国内知名的视频弹幕网站,这里有最及时的动漫新番,最棒的ACG氛围,最有创意的Up主。大家可以在这里找到许多欢乐。

\n
\n
\n

石墨文档 是全新一代云 Office 办公软件,支持多人在线协作编辑文档和表格,独有内容级安全,全过程留痕可追溯。PC 端和移动端全覆盖,随时随地远程办公。即写即存…

\n
\n\n\n\n\n\n
点击展开代码>folded
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<div class="tabs is-toggle"><ul>
<li class="is-active"><a onclick="onTabClick(event)">
<span class="icon is-small"><i class="fas fa-image" aria-hidden="true"></i></span>
<span>Pictures</span>
</a></li>
<li><a onclick="onTabClick(event)">
<span class="icon is-small"><i class="fas fa-music" aria-hidden="true"></i></span>
<span>Music</span>
</a></li>
<li><a onclick="onTabClick(event)">
<span class="icon is-small"><i class="fas fa-film" aria-hidden="true"></i></span>
<span>Videos</span>
</a></li>
<li><a onclick="onTabClick(event)">
<span class="icon is-small"><i class="far fa-file-alt" aria-hidden="true"></i></span>
<span>Documents</span>
</a></li>
</ul></div>

{% raw %}<div id="Pictures" class="tab-content" style="display: block;">{% endraw %}
[Pixabay](https://pixabay.com/zh/) 是全球知名的图库网站及充满活力的创意社区,拥有上百万张免费正版高清照片素材,涵盖风景、人物、动态、静物等多种分类,你可以在任何地方使用 Pixabay 图库中的素材...
{% raw %}</div>{% endraw %}
{% raw %}<div id="Music" class="tab-content">{% endraw %}
[网易云音乐](https://music.163.com/) 是一款专注于发现与分享的音乐产品,依托专业音乐人、DJ、好友推荐及社交功能,为用户打造全新的音乐生活。
{% raw %}</div>{% endraw %}
{% raw %}<div id="Videos" class="tab-content">{% endraw %}
[哔哩哔哩](https://www.bilibili.com/) 是国内知名的视频弹幕网站,这里有最及时的动漫新番,最棒的ACG氛围,最有创意的Up主。大家可以在这里找到许多欢乐。
{% raw %}</div>{% endraw %}
{% raw %}<div id="Documents" class="tab-content">{% endraw %}
[石墨文档](https://shimo.im/) 是全新一代云 Office 办公软件,支持多人在线协作编辑文档和表格,独有内容级安全,全过程留痕可追溯。PC 端和移动端全覆盖,随时随地远程办公。即写即存...
{% raw %}</div>{% endraw %}

<style type="text/css">
.content .tabs ul { margin: 0; }
.tab-content { display: none; }
</style>

<script>
function onTabClick (event) {
var tabTitle = $(event.currentTarget).children('span:last-child').text();
$('.article .content .tab-content').css('display', 'none');
$('.article .content .tabs li').removeClass('is-active');
$('#' + tabTitle).css('display', 'block');
$(event.currentTarget).parent().addClass('is-active');
}
</script>
\n

彩色突出

\n

Icarus 主题以白色的简洁为主,但有时候我们希望在文章中用特别的样式注明一些内容,markdown 语法就不够用了,所以在此分享一下我的高级玩法。

\n
\n\n
点击展开代码>folded
1
2
3
{% raw %}<div class="notification is-info">{% endraw %}
[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。
{% raw %}</div>{% endraw %}
\n
\n

Icarus 主题以白色的简洁为主,但有时候我们希望在文章中用特别的样式注明一些内容,markdown 语法就不够用了,所以在此分享一下我的高级玩法。

\n
\n\n
点击展开代码>folded
1
2
3
{% raw %}<div class="notification is-success">{% endraw %}
[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。
{% raw %}</div>{% endraw %}
\n
\n

Icarus 主题以白色的简洁为主,但有时候我们希望在文章中用特别的样式注明一些内容,markdown 语法就不够用了,所以在此分享一下我的高级玩法。

\n
\n\n
点击展开代码>folded
1
2
3
{% raw %}<div class="notification is-warning">{% endraw %}
[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。
{% raw %}</div>{% endraw %}
\n
\n

Icarus 主题以白色的简洁为主,但有时候我们希望在文章中用特别的样式注明一些内容,markdown 语法就不够用了,所以在此分享一下我的高级玩法。

\n
\n\n
点击展开代码>folded
1
2
3
{% raw %}<div class="notification is-danger">{% endraw %}
[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。
{% raw %}</div>{% endraw %}
\n
\n

Icarus 主题以白色的简洁为主,但有时候我们希望在文章中用特别的样式注明一些内容,markdown 语法就不够用了,所以在此分享一下我的高级玩法。

\n
\n\n
点击展开代码>folded
1
2
3
{% raw %}<article class="message is-info"><div class="message-body">{% endraw %}
[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。
{% raw %}</div></article>{% endraw %}
\n
\n

Icarus 主题以白色的简洁为主,但有时候我们希望在文章中用特别的样式注明一些内容,markdown 语法就不够用了,所以在此分享一下我的高级玩法。

\n
\n\n
点击展开代码>folded
1
2
3
{% raw %}<article class="message is-success"><div class="message-body">{% endraw %}
[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。
{% raw %}</div></article>{% endraw %}
\n
\n

Icarus 主题以白色的简洁为主,但有时候我们希望在文章中用特别的样式注明一些内容,markdown 语法就不够用了,所以在此分享一下我的高级玩法。

\n
\n\n
点击展开代码>folded
1
2
3
{% raw %}<article class="message is-warning"><div class="message-body">{% endraw %}
[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。
{% raw %}</div></article>{% endraw %}
\n
\n

Icarus 主题以白色的简洁为主,但有时候我们希望在文章中用特别的样式注明一些内容,markdown 语法就不够用了,所以在此分享一下我的高级玩法。

\n
\n\n
点击展开代码>folded
1
2
3
{% raw %}<article class="message is-danger"><div class="message-body">{% endraw %}
[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。
{% raw %}</div></article>{% endraw %}
\n
\n

活用 Bulma 美化文章

\n
\n

Icarus 主题以白色的简洁为主,但有时候我们希望在文章中用特别的样式注明一些内容,markdown 语法就不够用了,所以在此分享一下我的高级玩法。

\n
\n\n
点击展开代码>folded
1
2
3
4
5
{% raw %}<article class="message is-info"><div class="message-header">{% endraw %}
活用 Bulma 美化文章
{% raw %}</div><div class="message-body">{% endraw %}
[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。
{% raw %}</div></article>{% endraw %}
\n

你知道的太多了

\n\n\n

我们要科学利用网络,提高媒介素养,积极利用网络获取新知。学会信息节食,不沉迷于网络 就像我一样2333,还可以积极利用网络为国家和社会发展建言献策我就参加过

\n
点击展开代码>folded
1
2
3
4
5
6
7
{% raw %}
<style type="text/css">
.heimu { color: #000; background-color: #000; }
.heimu:hover { color: #fff; }
</style>
{% endraw %}
我们要科学利用网络,提高媒介素养,积极利用网络获取新知。学会信息节食,不沉迷于网络 {% raw %}<span class="heimu">就像我一样2333</span>{% endraw %},还可以积极利用网络为国家和社会发展建言献策{% raw %}<span class="heimu">我就参加过</span>{% endraw %}。
\n

点击展开代码

点击展开代码>folded
1
2
``` js 点击展开代码>folded
<p>Hello, Bulma!</p>
\n

封面来源声明

\n  \nBulma Docs\n\n\n
点击展开代码>folded
1
2
3
4
<a class="tag is-dark is-medium" href="https://bulma.io" target="_blank">
<span class="icon"><i class="fas fa-camera"></i></span>&nbsp;&nbsp;
Bulma Docs
</a>
","site":{"data":{}},"excerpt":"

怎么让自己光秃秃的 MarkDown 文章变得更好看呢?

","more":"\n\n\n\n

按钮

\n \n \n \n \n
\n\n
点击展开代码>folded
1
2
3
4
5
6
<div class="buttons">
<button class="button is-info">Info</button>
<button class="button is-success">Success</button>
<button class="button is-warning">Warning</button>
<button class="button is-danger">Danger</button>
</div>
\n

光有按钮肯定是不行的,一般我们还需要给按钮增加事件,比如点击下面的按钮,可以计算你的身份证效验码。

\n

\n\n\n
点击展开代码>folded
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<script>function calc(str)
{
/*
*/
\tvar coeff = [7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2,1];
\tvar suffix = ['1','0','x','9','8','7','6','5','4','3','2'];
\tvar sum = 0;
\tfor(var i=0;i<17;i++)
\t\tsum += coeff[i] * parseInt(str.charCodeAt(i)-48);
\tsum %= 11;
\tstr = str.substr(0,17) + suffix[sum];
\treturn str;
}
</script>
\n

显示一言

\n

\n
↑↑↑ 试着点击“显示一言”!
\n\n\n\n
点击展开代码>folded
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<button class="button is-info" onclick="showHitokoto(event)">显示一言</button>
<blockquote class="hitokoto">↑↑↑ 试着点击“显示一言”!</blockquote>

<script>
function showHitokoto (event) {
event.target.classList.add('is-loading');
$.ajax({
type: 'GET',
url: 'https://v1.hitokoto.cn/',
success: function (data) {
$('.hitokoto').text(data.hitokoto);
event.target.classList.remove('is-loading');
}
});
}
</script>
\n

标签页

\n\n
\n

Pixabay 是全球知名的图库网站及充满活力的创意社区,拥有上百万张免费正版高清照片素材,涵盖风景、人物、动态、静物等多种分类,你可以在任何地方使用 Pixabay 图库中的素材…

\n
\n
\n

网易云音乐 是一款专注于发现与分享的音乐产品,依托专业音乐人、DJ、好友推荐及社交功能,为用户打造全新的音乐生活。

\n
\n
\n

哔哩哔哩 是国内知名的视频弹幕网站,这里有最及时的动漫新番,最棒的ACG氛围,最有创意的Up主。大家可以在这里找到许多欢乐。

\n
\n
\n

石墨文档 是全新一代云 Office 办公软件,支持多人在线协作编辑文档和表格,独有内容级安全,全过程留痕可追溯。PC 端和移动端全覆盖,随时随地远程办公。即写即存…

\n
\n\n\n\n\n\n
点击展开代码>folded
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<div class="tabs is-toggle"><ul>
<li class="is-active"><a onclick="onTabClick(event)">
<span class="icon is-small"><i class="fas fa-image" aria-hidden="true"></i></span>
<span>Pictures</span>
</a></li>
<li><a onclick="onTabClick(event)">
<span class="icon is-small"><i class="fas fa-music" aria-hidden="true"></i></span>
<span>Music</span>
</a></li>
<li><a onclick="onTabClick(event)">
<span class="icon is-small"><i class="fas fa-film" aria-hidden="true"></i></span>
<span>Videos</span>
</a></li>
<li><a onclick="onTabClick(event)">
<span class="icon is-small"><i class="far fa-file-alt" aria-hidden="true"></i></span>
<span>Documents</span>
</a></li>
</ul></div>

{% raw %}<div id="Pictures" class="tab-content" style="display: block;">{% endraw %}
[Pixabay](https://pixabay.com/zh/) 是全球知名的图库网站及充满活力的创意社区,拥有上百万张免费正版高清照片素材,涵盖风景、人物、动态、静物等多种分类,你可以在任何地方使用 Pixabay 图库中的素材...
{% raw %}</div>{% endraw %}
{% raw %}<div id="Music" class="tab-content">{% endraw %}
[网易云音乐](https://music.163.com/) 是一款专注于发现与分享的音乐产品,依托专业音乐人、DJ、好友推荐及社交功能,为用户打造全新的音乐生活。
{% raw %}</div>{% endraw %}
{% raw %}<div id="Videos" class="tab-content">{% endraw %}
[哔哩哔哩](https://www.bilibili.com/) 是国内知名的视频弹幕网站,这里有最及时的动漫新番,最棒的ACG氛围,最有创意的Up主。大家可以在这里找到许多欢乐。
{% raw %}</div>{% endraw %}
{% raw %}<div id="Documents" class="tab-content">{% endraw %}
[石墨文档](https://shimo.im/) 是全新一代云 Office 办公软件,支持多人在线协作编辑文档和表格,独有内容级安全,全过程留痕可追溯。PC 端和移动端全覆盖,随时随地远程办公。即写即存...
{% raw %}</div>{% endraw %}

<style type="text/css">
.content .tabs ul { margin: 0; }
.tab-content { display: none; }
</style>

<script>
function onTabClick (event) {
var tabTitle = $(event.currentTarget).children('span:last-child').text();
$('.article .content .tab-content').css('display', 'none');
$('.article .content .tabs li').removeClass('is-active');
$('#' + tabTitle).css('display', 'block');
$(event.currentTarget).parent().addClass('is-active');
}
</script>
\n

彩色突出

\n

Icarus 主题以白色的简洁为主,但有时候我们希望在文章中用特别的样式注明一些内容,markdown 语法就不够用了,所以在此分享一下我的高级玩法。

\n
\n\n
点击展开代码>folded
1
2
3
{% raw %}<div class="notification is-info">{% endraw %}
[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。
{% raw %}</div>{% endraw %}
\n
\n

Icarus 主题以白色的简洁为主,但有时候我们希望在文章中用特别的样式注明一些内容,markdown 语法就不够用了,所以在此分享一下我的高级玩法。

\n
\n\n
点击展开代码>folded
1
2
3
{% raw %}<div class="notification is-success">{% endraw %}
[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。
{% raw %}</div>{% endraw %}
\n
\n

Icarus 主题以白色的简洁为主,但有时候我们希望在文章中用特别的样式注明一些内容,markdown 语法就不够用了,所以在此分享一下我的高级玩法。

\n
\n\n
点击展开代码>folded
1
2
3
{% raw %}<div class="notification is-warning">{% endraw %}
[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。
{% raw %}</div>{% endraw %}
\n
\n

Icarus 主题以白色的简洁为主,但有时候我们希望在文章中用特别的样式注明一些内容,markdown 语法就不够用了,所以在此分享一下我的高级玩法。

\n
\n\n
点击展开代码>folded
1
2
3
{% raw %}<div class="notification is-danger">{% endraw %}
[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。
{% raw %}</div>{% endraw %}
\n
\n

Icarus 主题以白色的简洁为主,但有时候我们希望在文章中用特别的样式注明一些内容,markdown 语法就不够用了,所以在此分享一下我的高级玩法。

\n
\n\n
点击展开代码>folded
1
2
3
{% raw %}<article class="message is-info"><div class="message-body">{% endraw %}
[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。
{% raw %}</div></article>{% endraw %}
\n
\n

Icarus 主题以白色的简洁为主,但有时候我们希望在文章中用特别的样式注明一些内容,markdown 语法就不够用了,所以在此分享一下我的高级玩法。

\n
\n\n
点击展开代码>folded
1
2
3
{% raw %}<article class="message is-success"><div class="message-body">{% endraw %}
[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。
{% raw %}</div></article>{% endraw %}
\n
\n

Icarus 主题以白色的简洁为主,但有时候我们希望在文章中用特别的样式注明一些内容,markdown 语法就不够用了,所以在此分享一下我的高级玩法。

\n
\n\n
点击展开代码>folded
1
2
3
{% raw %}<article class="message is-warning"><div class="message-body">{% endraw %}
[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。
{% raw %}</div></article>{% endraw %}
\n
\n

Icarus 主题以白色的简洁为主,但有时候我们希望在文章中用特别的样式注明一些内容,markdown 语法就不够用了,所以在此分享一下我的高级玩法。

\n
\n\n
点击展开代码>folded
1
2
3
{% raw %}<article class="message is-danger"><div class="message-body">{% endraw %}
[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。
{% raw %}</div></article>{% endraw %}
\n
\n

活用 Bulma 美化文章

\n
\n

Icarus 主题以白色的简洁为主,但有时候我们希望在文章中用特别的样式注明一些内容,markdown 语法就不够用了,所以在此分享一下我的高级玩法。

\n
\n\n
点击展开代码>folded
1
2
3
4
5
{% raw %}<article class="message is-info"><div class="message-header">{% endraw %}
活用 Bulma 美化文章
{% raw %}</div><div class="message-body">{% endraw %}
[Icarus](https://blog.zhangruipeng.me/hexo-theme-icarus/) 主题以白色的简洁为主,但有时候我们希望在文章中用**特别的样式**注明一些内容,*markdown* 语法就不够用了,所以在此分享一下我的高级玩法。
{% raw %}</div></article>{% endraw %}
\n

你知道的太多了

\n\n\n

我们要科学利用网络,提高媒介素养,积极利用网络获取新知。学会信息节食,不沉迷于网络 就像我一样2333,还可以积极利用网络为国家和社会发展建言献策我就参加过

\n
点击展开代码>folded
1
2
3
4
5
6
7
{% raw %}
<style type="text/css">
.heimu { color: #000; background-color: #000; }
.heimu:hover { color: #fff; }
</style>
{% endraw %}
我们要科学利用网络,提高媒介素养,积极利用网络获取新知。学会信息节食,不沉迷于网络 {% raw %}<span class="heimu">就像我一样2333</span>{% endraw %},还可以积极利用网络为国家和社会发展建言献策{% raw %}<span class="heimu">我就参加过</span>{% endraw %}。
\n

点击展开代码

点击展开代码>folded
1
2
``` js 点击展开代码>folded
<p>Hello, Bulma!</p>
\n

封面来源声明

\n  \nBulma Docs\n\n\n
点击展开代码>folded
1
2
3
4
<a class="tag is-dark is-medium" href="https://bulma.io" target="_blank">
<span class="icon"><i class="fas fa-camera"></i></span>&nbsp;&nbsp;
Bulma Docs
</a>
"},{"title":"Gridea 魔改使其支持 Gitee Pages","cover":"https://pic.rmb.bdstatic.com/bjh/0d9eb92f67ba93b514f2555a70eacebe.png","date":"2020-05-09T03:33:30.000Z","_content":"Gridea 是一款很好用的博客写作软件。它功能全面但可惜部署不支持国内的 Gitee 代码储存仓库。本篇文章将对 Gridea 进行源码上的修改使其支持 Gridea。\n\n{% raw %}
{% endraw %}\n本篇文章会手把手进行教学,当然你也可以直接克隆已经做好的[仓库](https://gitee.com/Nofated/gridea)\n{% raw %}
{% endraw %}\n\n## 教程\n\n### 克隆源代码\n\n```\n# Github 官方\ngit clone https:/github.com/getgridea/gridea.git\n\n# FastGit 镜像\ngit clone https://hub.fastgit.org/getgridea/gridea.git\n\n# Gitee 镜像\ngit clone https://gitee.com/mirrors/gridea.git\n\n# Gitee\ngit clone https://gitee.com/fehey/gridea.git\n```\n\n以上四个仓库都是可以的。你可以自行选择。\n\n```\n# 进入 Gridea 的目录\ncd gridea\n```\n\n## 修改源码\n\n``` diff src/server/deploy.ts >folded\n this.platformAddress = ({ // 18行\n github: 'github.com',\n coding: 'e.coding.net',\n+ gitee: 'gitee.com',\n } as any)[setting.platform || 'github']\n \n const preUrl = ({\n github: `${setting.username}:${setting.token}`,\n coding: `${setting.tokenUsername}:${setting.token}`,\n+ gitee: `${setting.username}:${setting.token}`,\n } as any)[setting.platform || 'github']\n\n this.remoteUrl = `https://${preUrl}@${this.platformAddress}/${setting.username}/${setting.repository}.git`\n```\n\n``` diff src/server/events/deploy.ts>folded\n ipcMain.removeAllListeners('remote-detected') // 17行\n\n ipcMain.on('site-publish', async (event: IpcMainEvent, params: any) => {\n+ console.log(platform)\n const client = ({\n 'github': deploy,\n 'coding': deploy,\n+ 'gitee': deploy,\n 'sftp': sftp,\n } as any)[platform]\n\n\n const client = ({ // 38行\n 'github': deploy,\n 'coding': deploy,\n+ 'gitee': deploy,\n 'sftp': sftp,\n } as any)[platform]\n \n const result = await client.remoteDetect()\n event.sender.send('remote-detected', result)\n })\n```\n\n``` diff src/views/setting/includes/BasicSetting.vue >folded\n // 5行\n Github Pages\n Coding Pages\n+ Gitee Pages\n SFTP\n \n \n \n \n \n-