├── .gitignore ├── LICENSE ├── README.md ├── assets ├── images │ └── overview.jpg ├── media │ ├── css │ │ ├── gemini.css │ │ ├── jquery.fancybox.css │ │ ├── mist.css │ │ ├── muse.css │ │ └── pisces.css │ ├── curs │ │ ├── default_link.cur │ │ ├── default_normal.cur │ │ ├── default_texto.cur │ │ ├── default_vertical.cur │ │ └── default_zoomout.cur │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── FontAwesome.ttf │ │ ├── JetBrainsMono-Regular.ttf │ │ ├── JetBrainsMono-Regular.woff2 │ │ ├── font-awesome.css │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ └── fontawesome-webfont.woff2 │ ├── hljs │ │ ├── highlight.js │ │ └── styles │ │ │ ├── a11y-dark.css │ │ │ ├── a11y-light.css │ │ │ ├── agate.css │ │ │ ├── an-old-hope.css │ │ │ ├── androidstudio.css │ │ │ ├── arduino-light.css │ │ │ ├── arta.css │ │ │ ├── ascetic.css │ │ │ ├── atelier-cave-dark.css │ │ │ ├── atelier-cave-light.css │ │ │ ├── atelier-dune-dark.css │ │ │ ├── atelier-dune-light.css │ │ │ ├── atelier-estuary-dark.css │ │ │ ├── atelier-estuary-light.css │ │ │ ├── atelier-forest-dark.css │ │ │ ├── atelier-forest-light.css │ │ │ ├── atelier-heath-dark.css │ │ │ ├── atelier-heath-light.css │ │ │ ├── atelier-lakeside-dark.css │ │ │ ├── atelier-lakeside-light.css │ │ │ ├── atelier-plateau-dark.css │ │ │ ├── atelier-plateau-light.css │ │ │ ├── atelier-savanna-dark.css │ │ │ ├── atelier-savanna-light.css │ │ │ ├── atelier-seaside-dark.css │ │ │ ├── atelier-seaside-light.css │ │ │ ├── atelier-sulphurpool-dark.css │ │ │ ├── atelier-sulphurpool-light.css │ │ │ ├── atom-one-dark-reasonable.css │ │ │ ├── atom-one-dark.css │ │ │ ├── atom-one-light.css │ │ │ ├── brown-paper.css │ │ │ ├── codepen-embed.css │ │ │ ├── color-brewer.css │ │ │ ├── darcula.css │ │ │ ├── dark.css │ │ │ ├── darkula.css │ │ │ ├── default.css │ │ │ ├── docco.css │ │ │ ├── dracula.css │ │ │ ├── far.css │ │ │ ├── foundation.css │ │ │ ├── github-gist.css │ │ │ ├── github.css │ │ │ ├── gml.css │ │ │ ├── googlecode.css │ │ │ ├── gradient-dark.css │ │ │ ├── grayscale.css │ │ │ ├── gruvbox-dark.css │ │ │ ├── gruvbox-light.css │ │ │ ├── hopscotch.css │ │ │ ├── hybrid.css │ │ │ ├── idea.css │ │ │ ├── ir-black.css │ │ │ ├── isbl-editor-dark.css │ │ │ ├── isbl-editor-light.css │ │ │ ├── kimbie.dark.css │ │ │ ├── kimbie.light.css │ │ │ ├── lightfair.css │ │ │ ├── magula.css │ │ │ ├── mono-blue.css │ │ │ ├── monokai-sublime.css │ │ │ ├── monokai.css │ │ │ ├── night-owl.css │ │ │ ├── nord.css │ │ │ ├── obsidian.css │ │ │ ├── ocean.css │ │ │ ├── paraiso-dark.css │ │ │ ├── paraiso-light.css │ │ │ ├── pojoaque.css │ │ │ ├── purebasic.css │ │ │ ├── qtcreator_dark.css │ │ │ ├── qtcreator_light.css │ │ │ ├── railscasts.css │ │ │ ├── rainbow.css │ │ │ ├── routeros.css │ │ │ ├── school-book.css │ │ │ ├── shades-of-purple.css │ │ │ ├── solarized-dark.css │ │ │ ├── solarized-light.css │ │ │ ├── sunburst.css │ │ │ ├── tomorrow-night-blue.css │ │ │ ├── tomorrow-night-bright.css │ │ │ ├── tomorrow-night-eighties.css │ │ │ ├── tomorrow-night.css │ │ │ ├── tomorrow.css │ │ │ ├── vs.css │ │ │ ├── vs2015.css │ │ │ ├── xcode.css │ │ │ ├── xt256.css │ │ │ └── zenburn.css │ ├── js │ │ ├── bg │ │ │ ├── canvas-nest.js │ │ │ └── snow.js │ │ ├── cool.js │ │ ├── jquery.fancybox.js │ │ ├── jquery.js │ │ ├── magic │ │ │ ├── clock.js │ │ │ └── wave.js │ │ ├── motion.js │ │ ├── mouse │ │ │ ├── fireworks.js │ │ │ ├── love.js │ │ │ └── peace.js │ │ ├── tempCodeRunnerFile.js │ │ ├── velocity.min.js │ │ └── velocity.ui.min.js │ └── live2d │ │ ├── css │ │ └── live2d.css │ │ ├── images │ │ ├── info.png │ │ ├── music.png │ │ ├── pasue.png │ │ ├── quite.png │ │ ├── talk.png │ │ └── youdu.png │ │ └── js │ │ ├── default.js │ │ └── live2d.js └── styles │ ├── _blocks │ ├── archive-timeline.less │ ├── cloud-tags.less │ ├── footer.less │ ├── friends.less │ ├── pagination.less │ ├── post-list.less │ ├── post-sidebar.less │ ├── post.less │ ├── search.less │ ├── section.less │ ├── tag-timeline.less │ ├── title.less │ └── toc.less │ ├── _core │ ├── animation.less │ ├── common.less │ ├── markdown.less │ └── scheme.less │ ├── abstracts │ └── varibles.less │ └── main.less ├── config.json ├── docs.md ├── style-override.js └── templates ├── _blocks ├── after-body.ejs ├── analysis.ejs ├── archive-timeline.ejs ├── article.ejs ├── cloud-tags.ejs ├── comment.ejs ├── disqus.ejs ├── footer.ejs ├── gitalk.ejs ├── head.ejs ├── header.ejs ├── home-sidebar.ejs ├── latex.ejs ├── live2d.ejs ├── message.ejs ├── mouse-click.ejs ├── music.ejs ├── pagination.ejs ├── post-footer.ejs ├── post-list.ejs ├── post-sidebar.ejs ├── reward.ejs ├── search.ejs ├── section.ejs ├── site-meta.ejs ├── tag-timeline.ejs ├── title.ejs ├── toc.ejs └── valine.ejs ├── archives.ejs ├── friends.ejs ├── index.ejs ├── post.ejs ├── tag.ejs └── tags.ejs /.gitignore: -------------------------------------------------------------------------------- 1 | assets/media/images/ 2 | node_modules/ 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 hsxyhao 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |