From 51198089be815c4f32d8389a1dcbd8013aead7f0 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Sun, 8 Dec 2024 23:13:07 -0500 Subject: [PATCH] init commit --- ...13e0afffe1cfaf419d0d533e3efe991a2e2ac5.css | 5 + --logLevel/en/404.html | 94 +++++++++ --logLevel/en/index.html | 84 +++++++++ --logLevel/en/index.xml | 13 ++ --logLevel/en/posts/index.html | 146 ++++++++++++++ --logLevel/en/posts/index.xml | 13 ++ --logLevel/en/sitemap.xml | 13 ++ --logLevel/en/tags/index.html | 144 ++++++++++++++ --logLevel/en/tags/index.xml | 12 ++ --logLevel/index.html | 10 + ...4660bb01767194a5bea56baca77e8260f93ea16.js | 1 + ...f9192208d718678cb8638585342423020b37f39.js | 1 + --logLevel/sitemap.xml | 11 ++ .gitmodules | 4 + .hugo_build.lock | 0 archetypes/default.md | 5 + content/posts/my-first-post.md | 14 ++ hugo.toml | 128 +++++++++++++ ...4a792ca58781a16ca843e0caf19fa7a85cb725.css | 5 + ...58c86e200fa3328b716a61976c6c4d7fe15a30.css | 5 + ...13e0afffe1cfaf419d0d533e3efe991a2e2ac5.css | 5 + ...c734ba762dbe51fe53cf454c7eeaffdeeb1a02.css | 5 + public/en/404.html | 94 +++++++++ public/en/index.html | 73 +++++++ public/en/index.xml | 20 ++ public/en/posts/index.html | 95 ++++++++++ public/en/posts/index.xml | 36 ++++ public/en/posts/my-first-post/index.html | 178 ++++++++++++++++++ public/en/sitemap.xml | 20 ++ public/en/tags/chatter/index.html | 95 ++++++++++ public/en/tags/chatter/index.xml | 20 ++ public/en/tags/index.html | 95 ++++++++++ public/en/tags/index.xml | 20 ++ public/en/tags/untagged/index.html | 95 ++++++++++ public/en/tags/untagged/index.xml | 20 ++ public/index.html | 10 + ...4660bb01767194a5bea56baca77e8260f93ea16.js | 1 + ...f9192208d718678cb8638585342423020b37f39.js | 1 + public/sitemap.xml | 11 ++ ...s_9456d1c6c89668c9bbd4d7e616654b14.content | 5 + ...scss_9456d1c6c89668c9bbd4d7e616654b14.json | 1 + themes/hermit-v2 | 1 + 42 files changed, 1609 insertions(+) create mode 100644 --logLevel/css/style.min.af7ec8e847693cea2cc9f8a12a13e0afffe1cfaf419d0d533e3efe991a2e2ac5.css create mode 100644 --logLevel/en/404.html create mode 100644 --logLevel/en/index.html create mode 100644 --logLevel/en/index.xml create mode 100644 --logLevel/en/posts/index.html create mode 100644 --logLevel/en/posts/index.xml create mode 100644 --logLevel/en/sitemap.xml create mode 100644 --logLevel/en/tags/index.html create mode 100644 --logLevel/en/tags/index.xml create mode 100644 --logLevel/index.html create mode 100644 --logLevel/js/bundle.min.c7c384e4d29d192bbac6811ae4660bb01767194a5bea56baca77e8260f93ea16.js create mode 100644 --logLevel/js/link-share.min.24409a4f6e5537d70ffc55ec8f9192208d718678cb8638585342423020b37f39.js create mode 100644 --logLevel/sitemap.xml create mode 100644 .gitmodules create mode 100644 .hugo_build.lock create mode 100644 archetypes/default.md create mode 100644 content/posts/my-first-post.md create mode 100644 hugo.toml create mode 100644 public/css/style.min.0f53a185c81a99b00a62b107364a792ca58781a16ca843e0caf19fa7a85cb725.css create mode 100644 public/css/style.min.8e55e5bd227f1b1ad1aeed7c3758c86e200fa3328b716a61976c6c4d7fe15a30.css create mode 100644 public/css/style.min.af7ec8e847693cea2cc9f8a12a13e0afffe1cfaf419d0d533e3efe991a2e2ac5.css create mode 100644 public/css/style.min.cdc52dde0a394e92b4b13694dec734ba762dbe51fe53cf454c7eeaffdeeb1a02.css create mode 100644 public/en/404.html create mode 100644 public/en/index.html create mode 100644 public/en/index.xml create mode 100644 public/en/posts/index.html create mode 100644 public/en/posts/index.xml create mode 100644 public/en/posts/my-first-post/index.html create mode 100644 public/en/sitemap.xml create mode 100644 public/en/tags/chatter/index.html create mode 100644 public/en/tags/chatter/index.xml create mode 100644 public/en/tags/index.html create mode 100644 public/en/tags/index.xml create mode 100644 public/en/tags/untagged/index.html create mode 100644 public/en/tags/untagged/index.xml create mode 100644 public/index.html create mode 100644 public/js/bundle.min.c7c384e4d29d192bbac6811ae4660bb01767194a5bea56baca77e8260f93ea16.js create mode 100644 public/js/link-share.min.24409a4f6e5537d70ffc55ec8f9192208d718678cb8638585342423020b37f39.js create mode 100644 public/sitemap.xml create mode 100644 resources/_gen/assets/scss/style.scss_9456d1c6c89668c9bbd4d7e616654b14.content create mode 100644 resources/_gen/assets/scss/style.scss_9456d1c6c89668c9bbd4d7e616654b14.json create mode 160000 themes/hermit-v2 diff --git a/--logLevel/css/style.min.af7ec8e847693cea2cc9f8a12a13e0afffe1cfaf419d0d533e3efe991a2e2ac5.css b/--logLevel/css/style.min.af7ec8e847693cea2cc9f8a12a13e0afffe1cfaf419d0d533e3efe991a2e2ac5.css new file mode 100644 index 0000000..c806df6 --- /dev/null +++ b/--logLevel/css/style.min.af7ec8e847693cea2cc9f8a12a13e0afffe1cfaf419d0d533e3efe991a2e2ac5.css @@ -0,0 +1,5 @@ +@charset "UTF-8";.admonition{position:relative;margin:1rem 0 1.5rem;border-left:.25rem solid #448aff;box-shadow:5px 5px 10px -5px rgba(0,0,0,.5);border-radius:0 8px 8px 0;overflow:auto}.admonition .admonition-title{padding:.25rem .5rem;border-bottom:1px solid rgba(68,138,255,.1);background-color:rgba(68,138,255,.1);color:#448aff}.admonition .admonition-title .icon{display:inline-block;padding:0 10px 0 0;font-size:.85rem;color:#448aff}.admonition .admonition-content{padding:.25rem .5rem}.admonition.note{border-left-color:#448aff}.admonition.note .admonition-title{color:#448aff}.admonition.note .icon{color:#448aff}.admonition.info{border-left-color:#00b8d4}.admonition.info .admonition-title{color:#00b8d4}.admonition.info .icon{color:#00b8d4}.admonition.tip{border-left-color:#00bfa5}.admonition.tip .admonition-title{color:#00bfa5}.admonition.tip .icon{color:#00bfa5}.admonition.success{border-left-color:#00c853}.admonition.success .admonition-title{color:#00c853}.admonition.success .icon{color:#00c853}.admonition.warning{border-left-color:#ff9100}.admonition.warning .admonition-title{color:#ff9100}.admonition.warning .icon{color:#ff9100}.admonition.failure{border-left-color:#ff5252}.admonition.failure .admonition-title{color:#ff5252}.admonition.failure .icon{color:#ff5252}.admonition.danger{border-left-color:#ff1744}.admonition.danger .admonition-title{color:#ff1744}.admonition.danger .icon{color:#ff1744}.admonition.bug{border-left-color:#f50057}.admonition.bug .admonition-title{color:#f50057}.admonition.bug .icon{color:#f50057}.admonition.note{background-color:rgba(68,138,255,.1)}.admonition.note .admonition-title{border-bottom-color:rgba(68,138,255,.1);background-color:rgba(68,138,255,.1)}.admonition.info{background-color:rgba(0,184,212,.1)}.admonition.info .admonition-title{border-bottom-color:rgba(0,184,212,.1);background-color:rgba(0,184,212,.1)}.admonition.tip{background-color:rgba(0,191,165,.1)}.admonition.tip .admonition-title{border-bottom-color:rgba(0,191,165,.1);background-color:rgba(0,191,165,.1)}.admonition.success{background-color:rgba(0,200,83,.1)}.admonition.success .admonition-title{border-bottom-color:rgba(0,200,83,.1);background-color:rgba(0,200,83,.1)}.admonition.warning{background-color:rgba(255,145,0,.1)}.admonition.warning .admonition-title{border-bottom-color:rgba(255,145,0,.1);background-color:rgba(255,145,0,.1)}.admonition.failure{background-color:rgba(255,82,82,.1)}.admonition.failure .admonition-title{border-bottom-color:rgba(255,82,82,.1);background-color:rgba(255,82,82,.1)}.admonition.danger{background-color:rgba(255,23,68,.1)}.admonition.danger .admonition-title{border-bottom-color:rgba(255,23,68,.1);background-color:rgba(255,23,68,.1)}.admonition.bug{background-color:rgba(245,0,87,.1)}.admonition.bug .admonition-title{border-bottom-color:rgba(245,0,87,.1);background-color:rgba(245,0,87,.1)}/*!normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css*/html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.chroma{color:#eee;background-color:#2c3e50}.chroma .err{color:#960050;background-color:#1e0010}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0;width:auto;overflow:auto;display:block}.chroma .hl{display:block;width:100%;background-color:#55595ebb}.chroma .lnt{margin-right:.4em;padding:0 .4em}.chroma .ln{margin-right:.4em;padding:0 .4em}.chroma .k{color:#66d9ef}.chroma .kc{color:#66d9ef}.chroma .kd{color:#66d9ef}.chroma .kn{color:#f92672}.chroma .kp{color:#66d9ef}.chroma .kr{color:#66d9ef}.chroma .kt{color:#66d9ef}.chroma .na{color:#a6e22e}.chroma .nc{color:#a6e22e}.chroma .no{color:#66d9ef}.chroma .nd{color:#a6e22e}.chroma .ne{color:#a6e22e}.chroma .nf{color:#a6e22e}.chroma .nx{color:#a6e22e}.chroma .nt{color:#f92672}.chroma .l{color:#ae81ff}.chroma .ld{color:#e6db74}.chroma .s{color:#e6db74}.chroma .sa{color:#e6db74}.chroma .sb{color:#e6db74}.chroma .sc{color:#e6db74}.chroma .dl{color:#e6db74}.chroma .sd{color:#e6db74}.chroma .s2{color:#e6db74}.chroma .se{color:#ae81ff}.chroma .sh{color:#e6db74}.chroma .si{color:#e6db74}.chroma .sx{color:#e6db74}.chroma .sr{color:#e6db74}.chroma .s1{color:#e6db74}.chroma .ss{color:#e6db74}.chroma .m{color:#ae81ff}.chroma .mb{color:#ae81ff}.chroma .mf{color:#ae81ff}.chroma .mh{color:#ae81ff}.chroma .mi{color:#ae81ff}.chroma .il{color:#ae81ff}.chroma .mo{color:#ae81ff}.chroma .o{color:#f92672}.chroma .ow{color:#f92672}.chroma .c{color:#75715e}.chroma .ch{color:#75715e}.chroma .cm{color:#75715e}.chroma .c1{color:#75715e}.chroma .cs{color:#75715e}.chroma .cp{color:#75715e}.chroma .cpf{color:#75715e}.chroma .gd{color:#f92672}.chroma .ge{font-style:italic}.chroma .gi{color:#a6e22e}.chroma .gs{font-weight:700}.chroma .gu{color:#75715e}/*!* animate.css - https://animate.style/ +* Version - 4.1.0 +* Licensed under the MIT license - http://opensource.org/licenses/MIT +* +* Copyright (c) 2020 Animate.css*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animated.repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animated.delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animated.delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animated.delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animated.delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animated.faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animated.fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animated.slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animated.slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media(prefers-reduced-motion:reduce),print{.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)scaleY(.95)}90%{transform:translate3d(0,-4px,0)scaleY(1.02)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0)scaleX(1)}75%{transform:translate3d(10px,0,0)scaleX(.98)}90%{transform:translate3d(-5px,0,0)scaleX(.995)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0)scaleX(2)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}.scroll-up{position:fixed;bottom:10%;right:2%;z-index:1;opacity:0;transition:all .5s ease}.scroll-up .scroll #st-ring{stroke:#ccc}.scroll-up .scroll #st-circle{fill:#3b3e48}.scroll-up .scroll #st-arrow{fill:#018574}.hide{opacity:0;transform:translateY(20px)}.show{opacity:1;transform:translateY(0)}#share-links{position:fixed;bottom:7em;right:.5em;display:none;padding:.6em .5em;z-index:1;box-sizing:border-box;box-shadow:-1px -2px 3px rgba(0,0,0,.45);background-color:#2c3e50}#share-links ul{list-style:none;margin:0;padding:0;line-height:2;font-size:1.2em}#share-links ul a{color:#7d828a}#share-links ul a:hover,#share-links ul a:active,#share-links ul a:focus{color:#e8eef2}@media(max-width:520px){#share-links{right:.2em;bottom:8em}}::-moz-selection{background:#7d828a}::selection{background:#7d828a}::-webkit-scrollbar{width:8px;height:8px;background:#2c3e50}::-webkit-scrollbar-thumb{background:#878787}::-webkit-scrollbar-thumb:hover{background:#e8eef2}html{background:#494f5c;line-height:1.6;letter-spacing:.06em;scroll-behavior:smooth}body,button,input,select,textarea{color:#e8eef2;font-family:trebuchet ms,Verdana,verdana ref,segoe ui,Candara,lucida grande,lucida sans unicode,lucida sans,Tahoma,sans-serif}pre,code,pre tt{font-family:Consolas,andale mono wt,andale mono,Menlo,Monaco,lucida console,lucida sans typewriter,dejavu sans mono,bitstream vera sans mono,liberation mono,nimbus mono l,courier new,Courier,yahei consolas hybrid,monospace,segoe ui emoji,pingfang sc,microsoft yahei}pre{padding:.7em 1.1em;font-size:.9em;line-height:1.5;letter-spacing:normal;white-space:pre;color:#eee;background:#2c3e50;overflow-x:auto;-webkit-overflow-scrolling:touch}pre.mermaid{background:#272822}pre code{padding:0;margin:0;color:#eee;background:0 0}code{color:#acaaaa;background:#3b3e48;border-radius:3px;padding:0 3px;margin:0 4px;word-wrap:break-word;letter-spacing:normal}blockquote{border-left:.25em solid;margin:1em;padding:0 1em;font-style:italic}blockquote cite{font-weight:700;font-style:normal}blockquote cite::before{content:"—— "}a{color:#e8eef2;text-decoration:none;border:none;transition-property:color;transition-duration:.4s;transition-timing-function:ease-out}a:hover{color:#fff;text-shadow:0 0 1px #fff}hr{opacity:.2;border-width:0 0 5px;border-style:dashed;background:0 0;width:50%;margin:1.8em auto}table{border-collapse:collapse;border-spacing:0;empty-cells:show;width:100%;max-width:100%}table th,table td{padding:1.5%;border:1px solid}table th{font-weight:700;vertical-align:bottom}.section-inner{margin:0 auto;max-width:1200px;width:93%}.thin{max-width:720px;margin:auto}.feather{display:inline-block;vertical-align:-.125em;width:1em;height:1em}.sub-menu{font-size:.7em}.desktop-only,.desktop-only-ib{display:none}.highlight{position:relative}.highlight div,.highlight pre{overflow-x:auto;border-radius:4px;-webkit-overflow-scrolling:touch}.highlight-copy-btn{position:absolute;bottom:7px;right:7px;border:0;border-radius:4px;padding:1px;font-size:.7em;line-height:1.8;color:#fff;background-color:#777;opacity:.6;min-width:55px;text-align:center}.highlight-copy-btn:hover{background-color:#666}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#site-header{position:fixed;z-index:1;bottom:0;width:100%;box-sizing:border-box;box-shadow:-1px -2px 3px rgba(0,0,0,.45);background-color:#3b3e48;animation-duration:.3s;animation-fill-mode:forwards}.hdr-wrapper{display:flex;justify-content:space-between;align-items:center;padding:.5em 0;font-size:1.2rem}.hdr-wrapper .site-branding{display:inline-block;margin-right:.8em;font-size:1.2em}.hdr-wrapper .site-nav{display:inline-block;font-size:1.1em;opacity:.8}.hdr-wrapper .site-nav .has-children{padding-right:.5em;border-right:2px solid #7d828a}.hdr-wrapper .site-nav .sub-menu>a{margin-left:.3em}.hdr-wrapper .site-nav a{margin-left:.8em}.hdr-icons{font-size:1.2em}.hdr-links{display:inline-block;margin-left:.6em}.hdr-links>a{margin-left:.4em}.hdr-btn{border:none;background:0 0;padding:0;margin-left:.4em;cursor:pointer}#menu-btn{display:none;margin-left:.6em;cursor:pointer}#mobile-menu{position:fixed;bottom:4.8em;right:4.5em;display:none;padding:.6em 1.8em;z-index:1;box-sizing:border-box;box-shadow:-1px -2px 3px rgba(0,0,0,.45);background-color:#3b3e48}#mobile-menu ul{list-style:none;margin:0;padding:0;line-height:2;font-size:1.2em}#site-footer{text-align:center;font-size:.9em;margin-bottom:96px;margin-top:64px}#site-footer p{margin:0}#spotlight{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;max-width:93%;margin:auto;font-size:1.5rem}#spotlight.error-404{flex-direction:row;line-height:normal}p.img-404{margin:0}p.img-404 svg{width:180px;max-width:100%;height:auto}.banner-404{margin-left:2em}.banner-404 h1{font-size:3em;margin:.5rem 0}.banner-404 p{margin-top:0}.banner-404 .btn-404{font-size:.8em}.banner-404 .btn-404 a{display:inline-block;border:2px solid #e8eef2;border-radius:5px;padding:5px;transition-property:color,border-color}.banner-404 .btn-404 a:first-child{margin-right:1em}.banner-404 .btn-404 a:hover{border-color:#fff}.banner-404 .btn-404 a svg{margin-right:.5em}#home-center{display:flex;flex-grow:1;flex-direction:column;justify-content:center}#home-title{margin:0;text-align:center}#home-subtitle{margin-top:0;margin-bottom:1.5em;text-align:center;line-height:normal;font-size:.7em;font-style:italic;opacity:.9}#home-links{font-size:1.4em;text-align:center;opacity:.8}#home-links a{margin:0 .2em}#home-nav{opacity:.8}#home-nav a{display:block;text-align:center;margin-top:.5em}#home-footer{text-align:center;font-size:.6em;line-height:normal;opacity:.6}#home-footer p{margin-top:0}.posts-group{display:flex;margin-bottom:1.9em;line-height:normal}.posts-group .post-year{padding-top:6px;margin-right:1.8em;font-size:1.6em;opacity:.6}.posts-group .post-year:hover{cursor:pointer}.posts-group .posts-list{flex-grow:1;margin:0;padding:0;list-style:none}.posts-group .post-item{border-bottom:1px #7d828a dashed}.posts-group .post-item a{display:flex;justify-content:space-between;align-items:baseline;padding:12px 0}.posts-group .post-day{flex-shrink:0;margin-left:1em;opacity:.6}.posts-group .post-description{font-size:x-small;flex-shrink:0;opacity:.6}.pinned-posts-group{display:flex;margin-bottom:1.9em;line-height:normal;border-bottom:2px #7d828a solid}.pinned-posts-group .pinned-posts-list{flex-grow:1;margin:0;padding:0;list-style:none}.pinned-posts-group .pinned-post-item{display:flex;justify-content:start;align-items:baseline;padding:12px 0}.pinned-posts-group .pinned-post-item a{padding-left:12px}.bg-img{width:100vw;height:100vh;opacity:.03;z-index:-1;position:fixed;top:0;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;background-position:50%;transition:opacity .5s}.show-bg-img{z-index:100;opacity:1;cursor:pointer}.post-header{margin-top:1.2em;line-height:normal}.post-header .post-meta{font-size:.9em;letter-spacing:normal;opacity:.6}.post-header h1{margin-top:.1em}hr.post-end{width:50%;margin-top:1.6em;margin-bottom:.8em;margin-left:0;border-style:solid;border-bottom-width:4px}.content a{word-wrap:break-word;border:none;box-shadow:inset 0 -4px #018472;transition-property:box-shadow;transition-duration:.1s}.content a:hover{box-shadow:inset 0 -1em #018472}.content figure{max-width:100%;height:auto;margin:0;text-align:center}.content figure p{font-size:.8em;font-style:italic;opacity:.6}.content figure.left{float:left;margin-right:1.5em;max-width:50%}.content figure.right{float:right;margin-left:1.5em;max-width:50%}.content figure.big{max-width:100vw}.content img{display:block;max-width:100%;height:auto;margin:auto;border-radius:4px}.content ul,.content ol{padding:0;margin-left:1.8em}.content a.anchor{float:left;margin-left:-20px;padding-right:6px;box-shadow:none;opacity:.8}.content a.anchor:hover{background:0 0;color:#018472;opacity:1}.content a.anchor svg{display:inline-block;width:14px;height:14px;vertical-align:baseline;visibility:hidden}.content a.anchor:focus svg{visibility:visible}.content h1:hover a.anchor svg,.content h2:hover a.anchor svg,.content h3:hover a.anchor svg,.content h4:hover a.anchor svg,.content h5:hover a.anchor svg,.content h6:hover a.anchor svg{visibility:visible}.footnotes{font-size:.85em}.footnotes a{box-shadow:none;text-decoration:underline;transition-property:color}.footnotes a:hover{background:0 0}.footnotes a.footnote-backref{text-decoration:none}.footnotes ol{line-height:1.8}a.footnote-ref{box-shadow:none;text-decoration:none;padding:2px;border-radius:2px;background-color:#2c3e50}a.footnote-ref:hover{box-shadow:none;background-color:#018472;transition-property:background-color}.post-info{font-size:.8rem;line-height:normal;opacity:.6}.post-info p{margin:.8em 0}.post-info a:hover{border-bottom:1px solid #018472}.post-info svg{margin-right:.8em}.post-info .tag{margin-right:.5em}.post-info .tag::before{content:"#"}.post-info .category{margin-right:.5em}.post-info .category::before{content:"⊲"}#toc{position:fixed;left:50%;top:0;display:none}.toc-title{margin-left:1em;margin-bottom:.5em;font-size:.8em;font-weight:700}#TableOfContents{font-size:.8em;opacity:.6}#TableOfContents ul{padding-left:1em;padding-right:1em;margin:0}#TableOfContents>::-webkit-scrollbar{width:4px}#TableOfContents>::-webkit-scrollbar-track{background:#6e6e6e}#TableOfContents>::-webkit-scrollbar-thumb{background:#2c3e50}#TableOfContents>::-webkit-scrollbar-thumb:hover{background:#3e5871}#TableOfContents>ul{list-style-type:none;overflow-y:auto;height:calc(100vh - 300px)}#TableOfContents>ul ul ul{font-size:.9em}#TableOfContents a:hover{border-bottom:#018472 1px solid}.post-nav{display:flex;justify-content:space-between;margin-top:1.5em;margin-bottom:2.5em;font-size:1.2em}.post-nav a{flex-basis:50%;flex-grow:1}.post-nav .next-post{text-align:left;padding-right:5px}.post-nav .prev-post{text-align:right;padding-left:5px}.post-nav .post-nav-label{font-size:.8em;opacity:.8;text-transform:uppercase}.related-posts{padding:.8em;margin-top:1.5em;font-size:.8rem;border:3px dashed rgba(255,255,255,.2);border-radius:5px}.related-posts h2{margin:0;line-height:normal}.related-posts ul{margin-top:.5em;margin-bottom:0}@media(min-width:800px){.site-main{margin-top:3em}hr.post-end{width:40%}}@media(min-width:960px){.site-main{margin-top:6em}}@media(min-width:1300px){.site-main{margin-top:8em}.desktop-only,#toc.show-toc{display:block}.desktop-only-ib{display:inline-block}figure.left{margin-left:-240px}figure.left p{text-align:left}figure.right{margin-right:-240px}figure.right p{text-align:right}figure.big{width:1200px;margin-left:-240px}hr.post-end{width:30%}#toc{top:13em;margin-left:370px;max-width:220px}}@media(min-width:1800px){.site-main{margin-top:10em}.section-inner{max-width:1600px}.thin{max-width:960px}figure.left{max-width:75%;margin-left:-320px}figure.right{max-width:75%;margin-right:-320px}figure.big{width:1600px;margin-left:-320px}hr.post-end{width:30%}#toc{top:15em;margin-left:490px;max-width:300px}}@media(min-width:761px){#mobile-menu{display:none!important}}@media(max-width:760px){.hide-in-mobile,.site-nav.hide-in-mobile{display:none}#menu-btn{display:inline-block}.posts-group{display:block}.posts-group .post-year{margin:-6px 0 4px}#spotlight.error-404{flex-direction:column;text-align:center}#spotlight.error-404 .banner-404{margin:0}}@media(max-width:520px){.content figure.left,.content figure.right{float:unset;max-width:100%;margin:0}hr.post-end{width:60%}#mobile-menu{right:4.2em}#home-subtitle{font-size:.5em}}.human{display:flex;justify-content:flex-end}#home-subtitle{overflow:hidden;border-right:.5em solid #00b89f;white-space:nowrap;margin:0 auto 1.5em;animation:typing 5s steps(12,end),blink-caret .75s linear 5.1s infinite}@keyframes typing{from{max-width:0}to{max-width:100%}}@keyframes blink-caret{from,to{border-color:transparent}50%{border-color:#00b89f}} \ No newline at end of file diff --git a/--logLevel/en/404.html b/--logLevel/en/404.html new file mode 100644 index 0000000..ee2f133 --- /dev/null +++ b/--logLevel/en/404.html @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +404 Page not found + + +
+

+ 404-lighthouse + + + + + + + + + + + + + + + + + + + + +

+ +
+ + + + diff --git a/--logLevel/en/index.html b/--logLevel/en/index.html new file mode 100644 index 0000000..e1f8b2f --- /dev/null +++ b/--logLevel/en/index.html @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +TheWrightServer + + + + +
+
+

TheWrightServer

+

Loading...2%

+ + +
+ +
+ + + + diff --git a/--logLevel/en/index.xml b/--logLevel/en/index.xml new file mode 100644 index 0000000..84d2f9d --- /dev/null +++ b/--logLevel/en/index.xml @@ -0,0 +1,13 @@ + + + + TheWrightServer + http://localhost:1313/en/ + Recent content on TheWrightServer + Hugo + en-us + Josh Wright + + + + diff --git a/--logLevel/en/posts/index.html b/--logLevel/en/posts/index.html new file mode 100644 index 0000000..5d4d59b --- /dev/null +++ b/--logLevel/en/posts/index.html @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Posts + + + + +
+ +
+ + +
+

Posts

+
+ + + + + + diff --git a/--logLevel/en/posts/index.xml b/--logLevel/en/posts/index.xml new file mode 100644 index 0000000..ba1d77f --- /dev/null +++ b/--logLevel/en/posts/index.xml @@ -0,0 +1,13 @@ + + + Posts on TheWrightServer + http://localhost:1313/en/posts/ + Recent content in Posts on TheWrightServer + Hugo -- gohugo.io + en-us + Josh Wright + Sun, 08 Dec 2024 22:41:31 -0500 + + + + diff --git a/--logLevel/en/sitemap.xml b/--logLevel/en/sitemap.xml new file mode 100644 index 0000000..e152b7c --- /dev/null +++ b/--logLevel/en/sitemap.xml @@ -0,0 +1,13 @@ + + + + http://localhost:1313/en/posts/ + 2024-12-08T22:41:31-05:00 + + http://localhost:1313/en/ + 2024-12-08T22:41:31-05:00 + + http://localhost:1313/en/tags/ + + diff --git a/--logLevel/en/tags/index.html b/--logLevel/en/tags/index.html new file mode 100644 index 0000000..f273338 --- /dev/null +++ b/--logLevel/en/tags/index.html @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +Tags + + + + +
+ +
+ + +
+

Tags

+
+ + + + + + diff --git a/--logLevel/en/tags/index.xml b/--logLevel/en/tags/index.xml new file mode 100644 index 0000000..4546436 --- /dev/null +++ b/--logLevel/en/tags/index.xml @@ -0,0 +1,12 @@ + + + + Tags on TheWrightServer + http://localhost:1313/en/tags/ + Recent content in Tags on TheWrightServer + Hugo + en-us + Josh Wright + + + diff --git a/--logLevel/index.html b/--logLevel/index.html new file mode 100644 index 0000000..a3f98b9 --- /dev/null +++ b/--logLevel/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/en/ + + + + + + diff --git a/--logLevel/js/bundle.min.c7c384e4d29d192bbac6811ae4660bb01767194a5bea56baca77e8260f93ea16.js b/--logLevel/js/bundle.min.c7c384e4d29d192bbac6811ae4660bb01767194a5bea56baca77e8260f93ea16.js new file mode 100644 index 0000000..99a437c --- /dev/null +++ b/--logLevel/js/bundle.min.c7c384e4d29d192bbac6811ae4660bb01767194a5bea56baca77e8260f93ea16.js @@ -0,0 +1 @@ +const throttle=(e,t)=>{let n=null;return()=>{n==null&&(n=setTimeout(()=>{e(),n=null},t))}},listen=(e,t,n)=>{document.querySelector(e)!==null&&document.querySelector(e).addEventListener(t,n)};let header=document.getElementById("site-header"),lastScrollPosition=window.pageYOffset;const autoHideHeader=()=>{let e=Math.max(window.pageYOffset,0);e>lastScrollPosition?(header.classList.remove("slideInUp"),header.classList.add("slideOutDown")):(header.classList.remove("slideOutDown"),header.classList.add("slideInUp")),lastScrollPosition=e};let mobileMenuVisible=!1;const toggleMobileMenu=()=>{let e=document.getElementById("mobile-menu");mobileMenuVisible==!1?(e.style.animationName="bounceInRight",e.style.webkitAnimationName="bounceInRight",e.style.display="block",mobileMenuVisible=!0):(e.style.animationName="bounceOutRight",e.style.webkitAnimationName="bounceOutRight",e.style.display="none",mobileMenuVisible=!1)};let shareMenuVisible=!1;const shareMobileMenu=()=>{let e=document.getElementById("share-links");shareMenuVisible==!1?(e.style.animationName="bounceInRight",e.style.webkitAnimationName="bounceInRight",e.style.display="block",shareMenuVisible=!0):(e.style.animationName="bounceOutRight",e.style.webkitAnimationName="bounceOutRight",e.style.display="none",shareMenuVisible=!1)},showImg=()=>{document.querySelector(".bg-img").classList.add("show-bg-img")},hideImg=()=>{document.querySelector(".bg-img").classList.remove("show-bg-img")},toggleToc=()=>{document.getElementById("toc").classList.toggle("show-toc")};header!==null&&(listen("#menu-btn","click",toggleMobileMenu),listen("#share-btn","click",shareMobileMenu),listen("#toc-btn","click",toggleToc),listen("#img-btn","click",showImg),listen(".bg-img","click",hideImg),document.querySelectorAll(".post-year").forEach(e=>{e.addEventListener("click",()=>{window.location.hash="#"+e.id})}),window.addEventListener("scroll",throttle(()=>{autoHideHeader(),mobileMenuVisible==!0&&toggleMobileMenu(),shareMenuVisible==!0&&shareMobileMenu()},250))),function(){"use strict";if(!document.queryCommandSupported("copy"))return;function e(e,t){e.textContent=t,setTimeout(function(){e.textContent="Copy"},1e3)}function t(e){var t=window.getSelection(),n=document.createRange();return n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n),t}function n(n){var o,s=document.createElement("button");s.className="highlight-copy-btn",s.textContent="Copy",o=n.firstElementChild,s.addEventListener("click",function(){try{if(o.firstElementChild instanceof HTMLTableElement)var n=t(o.firstElementChild.firstElementChild.firstElementChild.lastElementChild);else n=t(o);document.execCommand("copy"),n.removeAllRanges(),e(s,"Copied!")}catch(t){console&&console.log(t),e(s,"Failed :'(")}}),n.appendChild(s)}var s=document.getElementsByClassName("highlight");Array.prototype.forEach.call(s,n)}() \ No newline at end of file diff --git a/--logLevel/js/link-share.min.24409a4f6e5537d70ffc55ec8f9192208d718678cb8638585342423020b37f39.js b/--logLevel/js/link-share.min.24409a4f6e5537d70ffc55ec8f9192208d718678cb8638585342423020b37f39.js new file mode 100644 index 0000000..2670df1 --- /dev/null +++ b/--logLevel/js/link-share.min.24409a4f6e5537d70ffc55ec8f9192208d718678cb8638585342423020b37f39.js @@ -0,0 +1 @@ +async function linkShare(e,t,n){let s={title:e,text:n,url:t};if(typeof navigator.canShare=="function"&&navigator.canShare(s))try{await navigator.share(s)}catch(e){console.error(e)}else if(navigator?.clipboard?.writeText)try{await navigator.clipboard.writeText(t)}catch(e){console.error(e)}else console.log("Neither WebShare API nor CLipboard API is supported")} \ No newline at end of file diff --git a/--logLevel/sitemap.xml b/--logLevel/sitemap.xml new file mode 100644 index 0000000..b4ad278 --- /dev/null +++ b/--logLevel/sitemap.xml @@ -0,0 +1,11 @@ + + + + + http://localhost:1313/en/sitemap.xml + + 2024-12-08T22:41:31-05:00 + + + + diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9aa6663 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "themes/hermit-v2"] + path = themes/hermit-v2 + url = https://github.com/1bl4z3r/hermit-V2 + branch = main diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..25b6752 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +date = '{{ .Date }}' +draft = true +title = '{{ replace .File.ContentBaseName "-" " " | title }}' ++++ diff --git a/content/posts/my-first-post.md b/content/posts/my-first-post.md new file mode 100644 index 0000000..e2e83af --- /dev/null +++ b/content/posts/my-first-post.md @@ -0,0 +1,14 @@ +--- +title: "My First Post" +date: 2024-12-08T22:41:31-05:00 +draft: true +toc: false +images: +tags: + - chatter +--- +{{< admonition type=warning title="Warning!" >}} +**Please** do not blindly copy what I do if you don't understand it +{{< /admonition>}} +Welcome to my blog. I hope this gets replaced by an actual entry but until then... + diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..1e57250 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,128 @@ +# THIS IS AN EXAMPLE ON HOW YOU SHOULD CONFIGURE YOUR hugo.toml +# See this hugo.toml in action at https://github.com/1bl4z3r/hermit-V2/blob/staging/hugo.toml +# Example Site is Staging branch, acessible at https://github.com/1bl4z3r/hermit-V2/tree/staging +# To see what each config does, refer to https://1bl4z3r.github.io/hermit-V2/en/posts/explaining-configs/ +# Open Issue or Pull Request at https://github.com/1bl4z3r/hermit-V2 + +baseURL = "https://thewrightserver.net" +defaultContentLanguage = "en" +defaultContentLanguageInSubdir = true +theme = "hermit-v2" + +#[languages] +# [languages.en] +# title = 'CHANGE ME' +# [languages.en.params] +# homeSubtitle = "CHANGE ME" +# weight = 1 + +languageCode = "en-us" + +title = "TheWrightServer" +enableGitInfo = false + +pygmentsCodefences = true +pygmentsUseClasses = true +#hasCJKLanguage = true + +rssLimit = 10 + +copyright = "Josh Wright" +enableEmoji = true + +#[services] +# [services.disqus] +# shortname = '' +# [services.googleAnalytics] +# id = '' + +[frontmatter] +date = ["date", "publishDate", "lastmod"] +lastmod = ["lastmod", ":git", "date", "publishDate"] +publishDate = ["publishDate", "date"] +expiryDate = ["expiryDate"] + + +[params.author] + name = "Josh Wright" +# about = "Just a guy" + +[blackfriday] + # hrefTargetBlank = true + # noreferrerLinks = true + # nofollowLinks = true + +[taxonomies] + tag = "tags" + # Categories are disabled by default. + # category = "categories" + +# Enable to get proper Mathjax support +#[markup] +# [markup.goldmark] +# [markup.goldmark.extensions] +# [markup.goldmark.extensions.passthrough] +# enable = true +# [markup.goldmark.extensions.passthrough.delimiters] +# block = [['\[', '\]'], ['$$', '$$']] +# inline = [['\(', '\)']] + + +[params] + dateform = "Jan 2, 2006" + dateformShort = "Jan 2" + dateformNum = "2006-01-02" + dateformNumTime = "2006-01-02 15:04 -0700" + + description = "A place for my projects to live" + # images = [""] + themeColor = "#494f5c" + + homeSubtitle = "With the wrong admin" + #footerCopyright = "2024" + footerHideThemeName = true + # bgImg = "" + # gitUrl = "https://github.com/1bl4z3r/hermit-V2/tree/staging" + + justifyContent = false + + relatedPosts = true + code_copy_button = true + + homeSubtitlePrinter = true + scrollToTop = true + global_mathjax = false + readTime = true + readTimeSeparator = "Words | Reading Time: " + # legacyLayout = false + shareSocial = false + # googleTagManager = "GTM-XXXXXXXX" + # tagSymbol = "#" + # categorySymbol = "⊲" + # pinned = "Pinned Posts" + # pinnedSVGname = "pin" + # descriptionInPosts= true + # initialPublish = "Initally Posted on: " + # human = ["single","posts"] + # noIndex = false + # denyRobots = "noindex, nofollow, noarchive" + # allowRobots = "index, follow" + # siteNoIndex = false + # noIndexPages = ["404 Page not found"] + # usesAnimation = true + + [[params.socialLinks]] + name = "github" + url = "https://github.com/JoshNotWright" + +[menu] + + [[menu.main]] + name = "Posts" + url = "posts/" + weight = 10 + + [[menu.main]] + name = "About" + url = "about-hugo/" + weight = 20 diff --git a/public/css/style.min.0f53a185c81a99b00a62b107364a792ca58781a16ca843e0caf19fa7a85cb725.css b/public/css/style.min.0f53a185c81a99b00a62b107364a792ca58781a16ca843e0caf19fa7a85cb725.css new file mode 100644 index 0000000..d18c7be --- /dev/null +++ b/public/css/style.min.0f53a185c81a99b00a62b107364a792ca58781a16ca843e0caf19fa7a85cb725.css @@ -0,0 +1,5 @@ +@charset "UTF-8";.admonition{position:relative;margin:1rem 0 1.5rem;border-left:.25rem solid #448aff;box-shadow:5px 5px 10px -5px rgba(0,0,0,.5);border-radius:0 8px 8px 0;overflow:auto}.admonition .admonition-title{padding:.25rem .5rem;border-bottom:1px solid rgba(68,138,255,.1);background-color:rgba(68,138,255,.1);color:#448aff}.admonition .admonition-title .icon{display:inline-block;padding:0 10px 0 0;font-size:.85rem;color:#448aff}.admonition .admonition-content{padding:.25rem .5rem}.admonition.note{border-left-color:#448aff}.admonition.note .admonition-title{color:#448aff}.admonition.note .icon{color:#448aff}.admonition.info{border-left-color:#00b8d4}.admonition.info .admonition-title{color:#00b8d4}.admonition.info .icon{color:#00b8d4}.admonition.tip{border-left-color:#00bfa5}.admonition.tip .admonition-title{color:#00bfa5}.admonition.tip .icon{color:#00bfa5}.admonition.success{border-left-color:#00c853}.admonition.success .admonition-title{color:#00c853}.admonition.success .icon{color:#00c853}.admonition.warning{border-left-color:#ff9100}.admonition.warning .admonition-title{color:#ff9100}.admonition.warning .icon{color:#ff9100}.admonition.failure{border-left-color:#ff5252}.admonition.failure .admonition-title{color:#ff5252}.admonition.failure .icon{color:#ff5252}.admonition.danger{border-left-color:#ff1744}.admonition.danger .admonition-title{color:#ff1744}.admonition.danger .icon{color:#ff1744}.admonition.bug{border-left-color:#f50057}.admonition.bug .admonition-title{color:#f50057}.admonition.bug .icon{color:#f50057}.admonition.note{background-color:rgba(68,138,255,.1)}.admonition.note .admonition-title{border-bottom-color:rgba(68,138,255,.1);background-color:rgba(68,138,255,.1)}.admonition.info{background-color:rgba(0,184,212,.1)}.admonition.info .admonition-title{border-bottom-color:rgba(0,184,212,.1);background-color:rgba(0,184,212,.1)}.admonition.tip{background-color:rgba(0,191,165,.1)}.admonition.tip .admonition-title{border-bottom-color:rgba(0,191,165,.1);background-color:rgba(0,191,165,.1)}.admonition.success{background-color:rgba(0,200,83,.1)}.admonition.success .admonition-title{border-bottom-color:rgba(0,200,83,.1);background-color:rgba(0,200,83,.1)}.admonition.warning{background-color:rgba(255,145,0,.1)}.admonition.warning .admonition-title{border-bottom-color:rgba(255,145,0,.1);background-color:rgba(255,145,0,.1)}.admonition.failure{background-color:rgba(255,82,82,.1)}.admonition.failure .admonition-title{border-bottom-color:rgba(255,82,82,.1);background-color:rgba(255,82,82,.1)}.admonition.danger{background-color:rgba(255,23,68,.1)}.admonition.danger .admonition-title{border-bottom-color:rgba(255,23,68,.1);background-color:rgba(255,23,68,.1)}.admonition.bug{background-color:rgba(245,0,87,.1)}.admonition.bug .admonition-title{border-bottom-color:rgba(245,0,87,.1);background-color:rgba(245,0,87,.1)}/*!normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css*/html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.chroma{color:#eee;background-color:#2c3e50}.chroma .err{color:#960050;background-color:#1e0010}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0;width:auto;overflow:auto;display:block}.chroma .hl{display:block;width:100%;background-color:#55595ebb}.chroma .lnt{margin-right:.4em;padding:0 .4em}.chroma .ln{margin-right:.4em;padding:0 .4em}.chroma .k{color:#66d9ef}.chroma .kc{color:#66d9ef}.chroma .kd{color:#66d9ef}.chroma .kn{color:#f92672}.chroma .kp{color:#66d9ef}.chroma .kr{color:#66d9ef}.chroma .kt{color:#66d9ef}.chroma .na{color:#a6e22e}.chroma .nc{color:#a6e22e}.chroma .no{color:#66d9ef}.chroma .nd{color:#a6e22e}.chroma .ne{color:#a6e22e}.chroma .nf{color:#a6e22e}.chroma .nx{color:#a6e22e}.chroma .nt{color:#f92672}.chroma .l{color:#ae81ff}.chroma .ld{color:#e6db74}.chroma .s{color:#e6db74}.chroma .sa{color:#e6db74}.chroma .sb{color:#e6db74}.chroma .sc{color:#e6db74}.chroma .dl{color:#e6db74}.chroma .sd{color:#e6db74}.chroma .s2{color:#e6db74}.chroma .se{color:#ae81ff}.chroma .sh{color:#e6db74}.chroma .si{color:#e6db74}.chroma .sx{color:#e6db74}.chroma .sr{color:#e6db74}.chroma .s1{color:#e6db74}.chroma .ss{color:#e6db74}.chroma .m{color:#ae81ff}.chroma .mb{color:#ae81ff}.chroma .mf{color:#ae81ff}.chroma .mh{color:#ae81ff}.chroma .mi{color:#ae81ff}.chroma .il{color:#ae81ff}.chroma .mo{color:#ae81ff}.chroma .o{color:#f92672}.chroma .ow{color:#f92672}.chroma .c{color:#75715e}.chroma .ch{color:#75715e}.chroma .cm{color:#75715e}.chroma .c1{color:#75715e}.chroma .cs{color:#75715e}.chroma .cp{color:#75715e}.chroma .cpf{color:#75715e}.chroma .gd{color:#f92672}.chroma .ge{font-style:italic}.chroma .gi{color:#a6e22e}.chroma .gs{font-weight:700}.chroma .gu{color:#75715e}/*!* animate.css - https://animate.style/ +* Version - 4.1.0 +* Licensed under the MIT license - http://opensource.org/licenses/MIT +* +* Copyright (c) 2020 Animate.css*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animated.repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animated.delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animated.delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animated.delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animated.delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animated.faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animated.fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animated.slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animated.slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media(prefers-reduced-motion:reduce),print{.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)scaleY(.95)}90%{transform:translate3d(0,-4px,0)scaleY(1.02)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0)scaleX(1)}75%{transform:translate3d(10px,0,0)scaleX(.98)}90%{transform:translate3d(-5px,0,0)scaleX(.995)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0)scaleX(2)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}.scroll-up{position:fixed;bottom:10%;right:2%;z-index:1;opacity:0;transition:all .5s ease}.scroll-up .scroll #st-ring{stroke:#ccc}.scroll-up .scroll #st-circle{fill:#3b3e48}.scroll-up .scroll #st-arrow{fill:#018574}.hide{opacity:0;transform:translateY(20px)}.show{opacity:1;transform:translateY(0)}#share-links{position:fixed;bottom:7em;right:.5em;display:none;padding:.6em .5em;z-index:1;box-sizing:border-box;box-shadow:-1px -2px 3px rgba(0,0,0,.45);background-color:#2c3e50}#share-links ul{list-style:none;margin:0;padding:0;line-height:2;font-size:1.2em}#share-links ul a{color:#7d828a}#share-links ul a:hover,#share-links ul a:active,#share-links ul a:focus{color:#e8eef2}@media(max-width:520px){#share-links{right:.2em;bottom:8em}}::-moz-selection{background:#7d828a}::selection{background:#7d828a}::-webkit-scrollbar{width:8px;height:8px;background:#2c3e50}::-webkit-scrollbar-thumb{background:#878787}::-webkit-scrollbar-thumb:hover{background:#e8eef2}html{background:#494f5c;line-height:1.6;letter-spacing:.06em;scroll-behavior:smooth}body,button,input,select,textarea{color:#e8eef2;font-family:trebuchet ms,Verdana,verdana ref,segoe ui,Candara,lucida grande,lucida sans unicode,lucida sans,Tahoma,sans-serif}pre,code,pre tt{font-family:Consolas,andale mono wt,andale mono,Menlo,Monaco,lucida console,lucida sans typewriter,dejavu sans mono,bitstream vera sans mono,liberation mono,nimbus mono l,courier new,Courier,yahei consolas hybrid,monospace,segoe ui emoji,pingfang sc,microsoft yahei}pre{padding:.7em 1.1em;font-size:.9em;line-height:1.5;letter-spacing:normal;white-space:pre;color:#eee;background:#2c3e50;overflow-x:auto;-webkit-overflow-scrolling:touch}pre.mermaid{background:#272822}pre code{padding:0;margin:0;color:#eee;background:0 0}code{color:#acaaaa;background:#3b3e48;border-radius:3px;padding:0 3px;margin:0 4px;word-wrap:break-word;letter-spacing:normal}blockquote{border-left:.25em solid;margin:1em;padding:0 1em;font-style:italic}blockquote cite{font-weight:700;font-style:normal}blockquote cite::before{content:"—— "}a{color:#e8eef2;text-decoration:none;border:none;transition-property:color;transition-duration:.4s;transition-timing-function:ease-out}a:hover{color:#fff;text-shadow:0 0 1px #fff}hr{opacity:.2;border-width:0 0 5px;border-style:dashed;background:0 0;width:50%;margin:1.8em auto}table{border-collapse:collapse;border-spacing:0;empty-cells:show;width:100%;max-width:100%}table th,table td{padding:1.5%;border:1px solid}table th{font-weight:700;vertical-align:bottom}.section-inner{margin:0 auto;max-width:1200px;width:93%}.thin{max-width:720px;margin:auto}.feather{display:inline-block;vertical-align:-.125em;width:1em;height:1em}.sub-menu{font-size:.7em}.desktop-only,.desktop-only-ib{display:none}.highlight{position:relative}.highlight div,.highlight pre{overflow-x:auto;border-radius:4px;-webkit-overflow-scrolling:touch}.highlight-copy-btn{position:absolute;bottom:7px;right:7px;border:0;border-radius:4px;padding:1px;font-size:.7em;line-height:1.8;color:#fff;background-color:#777;opacity:.6;min-width:55px;text-align:center}.highlight-copy-btn:hover{background-color:#666}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#site-header{position:fixed;z-index:1;bottom:0;width:100%;box-sizing:border-box;box-shadow:-1px -2px 3px rgba(0,0,0,.45);background-color:#3b3e48;animation-duration:.3s;animation-fill-mode:forwards}.hdr-wrapper{display:flex;justify-content:space-between;align-items:center;padding:.5em 0;font-size:1.2rem}.hdr-wrapper .site-branding{display:inline-block;margin-right:.8em;font-size:1.2em}.hdr-wrapper .site-nav{display:inline-block;font-size:1.1em;opacity:.8}.hdr-wrapper .site-nav .has-children{padding-right:.5em;border-right:2px solid #7d828a}.hdr-wrapper .site-nav .sub-menu>a{margin-left:.3em}.hdr-wrapper .site-nav a{margin-left:.8em}.hdr-icons{font-size:1.2em}.hdr-links{display:inline-block;margin-left:.6em}.hdr-links>a{margin-left:.4em}.hdr-btn{border:none;background:0 0;padding:0;margin-left:.4em;cursor:pointer}#menu-btn{display:none;margin-left:.6em;cursor:pointer}#mobile-menu{position:fixed;bottom:4.8em;right:4.5em;display:none;padding:.6em 1.8em;z-index:1;box-sizing:border-box;box-shadow:-1px -2px 3px rgba(0,0,0,.45);background-color:#3b3e48}#mobile-menu ul{list-style:none;margin:0;padding:0;line-height:2;font-size:1.2em}#site-footer{text-align:center;font-size:.9em;margin-bottom:96px;margin-top:64px}#site-footer p{margin:0}#spotlight{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;max-width:93%;margin:auto;font-size:1.5rem}#spotlight.error-404{flex-direction:row;line-height:normal}p.img-404{margin:0}p.img-404 svg{width:180px;max-width:100%;height:auto}.banner-404{margin-left:2em}.banner-404 h1{font-size:3em;margin:.5rem 0}.banner-404 p{margin-top:0}.banner-404 .btn-404{font-size:.8em}.banner-404 .btn-404 a{display:inline-block;border:2px solid #e8eef2;border-radius:5px;padding:5px;transition-property:color,border-color}.banner-404 .btn-404 a:first-child{margin-right:1em}.banner-404 .btn-404 a:hover{border-color:#fff}.banner-404 .btn-404 a svg{margin-right:.5em}#home-center{display:flex;flex-grow:1;flex-direction:column;justify-content:center}#home-title{margin:0;text-align:center}#home-subtitle{margin-top:0;margin-bottom:1.5em;text-align:center;line-height:normal;font-size:.7em;font-style:italic;opacity:.9}#home-links{font-size:1.4em;text-align:center;opacity:.8}#home-links a{margin:0 .2em}#home-nav{opacity:.8}#home-nav a{display:block;text-align:center;margin-top:.5em}#home-footer{text-align:center;font-size:.6em;line-height:normal;opacity:.6}#home-footer p{margin-top:0}.posts-group{display:flex;margin-bottom:1.9em;line-height:normal}.posts-group .post-year{padding-top:6px;margin-right:1.8em;font-size:1.6em;opacity:.6}.posts-group .post-year:hover{cursor:pointer}.posts-group .posts-list{flex-grow:1;margin:0;padding:0;list-style:none}.posts-group .post-item{border-bottom:1px #7d828a dashed}.posts-group .post-item a{display:flex;justify-content:space-between;align-items:baseline;padding:12px 0}.posts-group .post-day{flex-shrink:0;margin-left:1em;opacity:.6}.posts-group .post-description{font-size:x-small;flex-shrink:0;opacity:.6}.pinned-posts-group{display:flex;margin-bottom:1.9em;line-height:normal;border-bottom:2px #7d828a solid}.pinned-posts-group .pinned-posts-list{flex-grow:1;margin:0;padding:0;list-style:none}.pinned-posts-group .pinned-post-item{display:flex;justify-content:start;align-items:baseline;padding:12px 0}.pinned-posts-group .pinned-post-item a{padding-left:12px}.bg-img{width:100vw;height:100vh;opacity:.03;z-index:-1;position:fixed;top:0;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;background-position:50%;transition:opacity .5s}.show-bg-img{z-index:100;opacity:1;cursor:pointer}.post-header{margin-top:1.2em;line-height:normal}.post-header .post-meta{font-size:.9em;letter-spacing:normal;opacity:.6}.post-header h1{margin-top:.1em}hr.post-end{width:50%;margin-top:1.6em;margin-bottom:.8em;margin-left:0;border-style:solid;border-bottom-width:4px}.content a{word-wrap:break-word;border:none;box-shadow:inset 0 -4px #018472;transition-property:box-shadow;transition-duration:.1s}.content a:hover{box-shadow:inset 0 -1em #018472}.content figure{max-width:100%;height:auto;margin:0;text-align:center}.content figure p{font-size:.8em;font-style:italic;opacity:.6}.content figure.left{float:left;margin-right:1.5em;max-width:50%}.content figure.right{float:right;margin-left:1.5em;max-width:50%}.content figure.big{max-width:100vw}.content img{display:block;max-width:100%;height:auto;margin:auto;border-radius:4px}.content ul,.content ol{padding:0;margin-left:1.8em}.content a.anchor{float:left;margin-left:-20px;padding-right:6px;box-shadow:none;opacity:.8}.content a.anchor:hover{background:0 0;color:#018472;opacity:1}.content a.anchor svg{display:inline-block;width:14px;height:14px;vertical-align:baseline;visibility:hidden}.content a.anchor:focus svg{visibility:visible}.content h1:hover a.anchor svg,.content h2:hover a.anchor svg,.content h3:hover a.anchor svg,.content h4:hover a.anchor svg,.content h5:hover a.anchor svg,.content h6:hover a.anchor svg{visibility:visible}.footnotes{font-size:.85em}.footnotes a{box-shadow:none;text-decoration:underline;transition-property:color}.footnotes a:hover{background:0 0}.footnotes a.footnote-backref{text-decoration:none}.footnotes ol{line-height:1.8}a.footnote-ref{box-shadow:none;text-decoration:none;padding:2px;border-radius:2px;background-color:#2c3e50}a.footnote-ref:hover{box-shadow:none;background-color:#018472;transition-property:background-color}.post-info{font-size:.8rem;line-height:normal;opacity:.6}.post-info p{margin:.8em 0}.post-info a:hover{border-bottom:1px solid #018472}.post-info svg{margin-right:.8em}.post-info .tag{margin-right:.5em}.post-info .tag::before{content:"#"}.post-info .category{margin-right:.5em}.post-info .category::before{content:"⊲"}#toc{position:fixed;left:50%;top:0;display:none}.toc-title{margin-left:1em;margin-bottom:.5em;font-size:.8em;font-weight:700}#TableOfContents{font-size:.8em;opacity:.6}#TableOfContents ul{padding-left:1em;padding-right:1em;margin:0}#TableOfContents>::-webkit-scrollbar{width:4px}#TableOfContents>::-webkit-scrollbar-track{background:#6e6e6e}#TableOfContents>::-webkit-scrollbar-thumb{background:#2c3e50}#TableOfContents>::-webkit-scrollbar-thumb:hover{background:#3e5871}#TableOfContents>ul{list-style-type:none;overflow-y:auto;height:calc(100vh - 300px)}#TableOfContents>ul ul ul{font-size:.9em}#TableOfContents a:hover{border-bottom:#018472 1px solid}.post-nav{display:flex;justify-content:space-between;margin-top:1.5em;margin-bottom:2.5em;font-size:1.2em}.post-nav a{flex-basis:50%;flex-grow:1}.post-nav .next-post{text-align:left;padding-right:5px}.post-nav .prev-post{text-align:right;padding-left:5px}.post-nav .post-nav-label{font-size:.8em;opacity:.8;text-transform:uppercase}.related-posts{padding:.8em;margin-top:1.5em;font-size:.8rem;border:3px dashed rgba(255,255,255,.2);border-radius:5px}.related-posts h2{margin:0;line-height:normal}.related-posts ul{margin-top:.5em;margin-bottom:0}@media(min-width:800px){.site-main{margin-top:3em}hr.post-end{width:40%}}@media(min-width:960px){.site-main{margin-top:6em}}@media(min-width:1300px){.site-main{margin-top:8em}.desktop-only,#toc.show-toc{display:block}.desktop-only-ib{display:inline-block}figure.left{margin-left:-240px}figure.left p{text-align:left}figure.right{margin-right:-240px}figure.right p{text-align:right}figure.big{width:1200px;margin-left:-240px}hr.post-end{width:30%}#toc{top:13em;margin-left:370px;max-width:220px}}@media(min-width:1800px){.site-main{margin-top:10em}.section-inner{max-width:1600px}.thin{max-width:960px}figure.left{max-width:75%;margin-left:-320px}figure.right{max-width:75%;margin-right:-320px}figure.big{width:1600px;margin-left:-320px}hr.post-end{width:30%}#toc{top:15em;margin-left:490px;max-width:300px}}@media(min-width:761px){#mobile-menu{display:none!important}}@media(max-width:760px){.hide-in-mobile,.site-nav.hide-in-mobile{display:none}#menu-btn{display:inline-block}.posts-group{display:block}.posts-group .post-year{margin:-6px 0 4px}#spotlight.error-404{flex-direction:column;text-align:center}#spotlight.error-404 .banner-404{margin:0}}@media(max-width:520px){.content figure.left,.content figure.right{float:unset;max-width:100%;margin:0}hr.post-end{width:60%}#mobile-menu{right:4.2em}#home-subtitle{font-size:.5em}}.human{display:flex;justify-content:flex-end}#home-subtitle{overflow:hidden;border-right:.5em solid #00b89f;white-space:nowrap;margin:0 auto 1.5em;animation:typing 5s steps(20,end),blink-caret .75s linear 5.1s infinite}@keyframes typing{from{max-width:0}to{max-width:100%}}@keyframes blink-caret{from,to{border-color:transparent}50%{border-color:#00b89f}} \ No newline at end of file diff --git a/public/css/style.min.8e55e5bd227f1b1ad1aeed7c3758c86e200fa3328b716a61976c6c4d7fe15a30.css b/public/css/style.min.8e55e5bd227f1b1ad1aeed7c3758c86e200fa3328b716a61976c6c4d7fe15a30.css new file mode 100644 index 0000000..0d1acf4 --- /dev/null +++ b/public/css/style.min.8e55e5bd227f1b1ad1aeed7c3758c86e200fa3328b716a61976c6c4d7fe15a30.css @@ -0,0 +1,5 @@ +@charset "UTF-8";.admonition{position:relative;margin:1rem 0 1.5rem;border-left:.25rem solid #448aff;box-shadow:5px 5px 10px -5px rgba(0,0,0,.5);border-radius:0 8px 8px 0;overflow:auto}.admonition .admonition-title{padding:.25rem .5rem;border-bottom:1px solid rgba(68,138,255,.1);background-color:rgba(68,138,255,.1);color:#448aff}.admonition .admonition-title .icon{display:inline-block;padding:0 10px 0 0;font-size:.85rem;color:#448aff}.admonition .admonition-content{padding:.25rem .5rem}.admonition.note{border-left-color:#448aff}.admonition.note .admonition-title{color:#448aff}.admonition.note .icon{color:#448aff}.admonition.info{border-left-color:#00b8d4}.admonition.info .admonition-title{color:#00b8d4}.admonition.info .icon{color:#00b8d4}.admonition.tip{border-left-color:#00bfa5}.admonition.tip .admonition-title{color:#00bfa5}.admonition.tip .icon{color:#00bfa5}.admonition.success{border-left-color:#00c853}.admonition.success .admonition-title{color:#00c853}.admonition.success .icon{color:#00c853}.admonition.warning{border-left-color:#ff9100}.admonition.warning .admonition-title{color:#ff9100}.admonition.warning .icon{color:#ff9100}.admonition.failure{border-left-color:#ff5252}.admonition.failure .admonition-title{color:#ff5252}.admonition.failure .icon{color:#ff5252}.admonition.danger{border-left-color:#ff1744}.admonition.danger .admonition-title{color:#ff1744}.admonition.danger .icon{color:#ff1744}.admonition.bug{border-left-color:#f50057}.admonition.bug .admonition-title{color:#f50057}.admonition.bug .icon{color:#f50057}.admonition.note{background-color:rgba(68,138,255,.1)}.admonition.note .admonition-title{border-bottom-color:rgba(68,138,255,.1);background-color:rgba(68,138,255,.1)}.admonition.info{background-color:rgba(0,184,212,.1)}.admonition.info .admonition-title{border-bottom-color:rgba(0,184,212,.1);background-color:rgba(0,184,212,.1)}.admonition.tip{background-color:rgba(0,191,165,.1)}.admonition.tip .admonition-title{border-bottom-color:rgba(0,191,165,.1);background-color:rgba(0,191,165,.1)}.admonition.success{background-color:rgba(0,200,83,.1)}.admonition.success .admonition-title{border-bottom-color:rgba(0,200,83,.1);background-color:rgba(0,200,83,.1)}.admonition.warning{background-color:rgba(255,145,0,.1)}.admonition.warning .admonition-title{border-bottom-color:rgba(255,145,0,.1);background-color:rgba(255,145,0,.1)}.admonition.failure{background-color:rgba(255,82,82,.1)}.admonition.failure .admonition-title{border-bottom-color:rgba(255,82,82,.1);background-color:rgba(255,82,82,.1)}.admonition.danger{background-color:rgba(255,23,68,.1)}.admonition.danger .admonition-title{border-bottom-color:rgba(255,23,68,.1);background-color:rgba(255,23,68,.1)}.admonition.bug{background-color:rgba(245,0,87,.1)}.admonition.bug .admonition-title{border-bottom-color:rgba(245,0,87,.1);background-color:rgba(245,0,87,.1)}/*!normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css*/html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.chroma{color:#eee;background-color:#2c3e50}.chroma .err{color:#960050;background-color:#1e0010}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0;width:auto;overflow:auto;display:block}.chroma .hl{display:block;width:100%;background-color:#55595ebb}.chroma .lnt{margin-right:.4em;padding:0 .4em}.chroma .ln{margin-right:.4em;padding:0 .4em}.chroma .k{color:#66d9ef}.chroma .kc{color:#66d9ef}.chroma .kd{color:#66d9ef}.chroma .kn{color:#f92672}.chroma .kp{color:#66d9ef}.chroma .kr{color:#66d9ef}.chroma .kt{color:#66d9ef}.chroma .na{color:#a6e22e}.chroma .nc{color:#a6e22e}.chroma .no{color:#66d9ef}.chroma .nd{color:#a6e22e}.chroma .ne{color:#a6e22e}.chroma .nf{color:#a6e22e}.chroma .nx{color:#a6e22e}.chroma .nt{color:#f92672}.chroma .l{color:#ae81ff}.chroma .ld{color:#e6db74}.chroma .s{color:#e6db74}.chroma .sa{color:#e6db74}.chroma .sb{color:#e6db74}.chroma .sc{color:#e6db74}.chroma .dl{color:#e6db74}.chroma .sd{color:#e6db74}.chroma .s2{color:#e6db74}.chroma .se{color:#ae81ff}.chroma .sh{color:#e6db74}.chroma .si{color:#e6db74}.chroma .sx{color:#e6db74}.chroma .sr{color:#e6db74}.chroma .s1{color:#e6db74}.chroma .ss{color:#e6db74}.chroma .m{color:#ae81ff}.chroma .mb{color:#ae81ff}.chroma .mf{color:#ae81ff}.chroma .mh{color:#ae81ff}.chroma .mi{color:#ae81ff}.chroma .il{color:#ae81ff}.chroma .mo{color:#ae81ff}.chroma .o{color:#f92672}.chroma .ow{color:#f92672}.chroma .c{color:#75715e}.chroma .ch{color:#75715e}.chroma .cm{color:#75715e}.chroma .c1{color:#75715e}.chroma .cs{color:#75715e}.chroma .cp{color:#75715e}.chroma .cpf{color:#75715e}.chroma .gd{color:#f92672}.chroma .ge{font-style:italic}.chroma .gi{color:#a6e22e}.chroma .gs{font-weight:700}.chroma .gu{color:#75715e}/*!* animate.css - https://animate.style/ +* Version - 4.1.0 +* Licensed under the MIT license - http://opensource.org/licenses/MIT +* +* Copyright (c) 2020 Animate.css*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animated.repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animated.delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animated.delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animated.delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animated.delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animated.faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animated.fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animated.slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animated.slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media(prefers-reduced-motion:reduce),print{.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)scaleY(.95)}90%{transform:translate3d(0,-4px,0)scaleY(1.02)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0)scaleX(1)}75%{transform:translate3d(10px,0,0)scaleX(.98)}90%{transform:translate3d(-5px,0,0)scaleX(.995)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0)scaleX(2)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}.scroll-up{position:fixed;bottom:10%;right:2%;z-index:1;opacity:0;transition:all .5s ease}.scroll-up .scroll #st-ring{stroke:#ccc}.scroll-up .scroll #st-circle{fill:#3b3e48}.scroll-up .scroll #st-arrow{fill:#018574}.hide{opacity:0;transform:translateY(20px)}.show{opacity:1;transform:translateY(0)}#share-links{position:fixed;bottom:7em;right:.5em;display:none;padding:.6em .5em;z-index:1;box-sizing:border-box;box-shadow:-1px -2px 3px rgba(0,0,0,.45);background-color:#2c3e50}#share-links ul{list-style:none;margin:0;padding:0;line-height:2;font-size:1.2em}#share-links ul a{color:#7d828a}#share-links ul a:hover,#share-links ul a:active,#share-links ul a:focus{color:#e8eef2}@media(max-width:520px){#share-links{right:.2em;bottom:8em}}::-moz-selection{background:#7d828a}::selection{background:#7d828a}::-webkit-scrollbar{width:8px;height:8px;background:#2c3e50}::-webkit-scrollbar-thumb{background:#878787}::-webkit-scrollbar-thumb:hover{background:#e8eef2}html{background:#494f5c;line-height:1.6;letter-spacing:.06em;scroll-behavior:smooth}body,button,input,select,textarea{color:#e8eef2;font-family:trebuchet ms,Verdana,verdana ref,segoe ui,Candara,lucida grande,lucida sans unicode,lucida sans,Tahoma,sans-serif}pre,code,pre tt{font-family:Consolas,andale mono wt,andale mono,Menlo,Monaco,lucida console,lucida sans typewriter,dejavu sans mono,bitstream vera sans mono,liberation mono,nimbus mono l,courier new,Courier,yahei consolas hybrid,monospace,segoe ui emoji,pingfang sc,microsoft yahei}pre{padding:.7em 1.1em;font-size:.9em;line-height:1.5;letter-spacing:normal;white-space:pre;color:#eee;background:#2c3e50;overflow-x:auto;-webkit-overflow-scrolling:touch}pre.mermaid{background:#272822}pre code{padding:0;margin:0;color:#eee;background:0 0}code{color:#acaaaa;background:#3b3e48;border-radius:3px;padding:0 3px;margin:0 4px;word-wrap:break-word;letter-spacing:normal}blockquote{border-left:.25em solid;margin:1em;padding:0 1em;font-style:italic}blockquote cite{font-weight:700;font-style:normal}blockquote cite::before{content:"—— "}a{color:#e8eef2;text-decoration:none;border:none;transition-property:color;transition-duration:.4s;transition-timing-function:ease-out}a:hover{color:#fff;text-shadow:0 0 1px #fff}hr{opacity:.2;border-width:0 0 5px;border-style:dashed;background:0 0;width:50%;margin:1.8em auto}table{border-collapse:collapse;border-spacing:0;empty-cells:show;width:100%;max-width:100%}table th,table td{padding:1.5%;border:1px solid}table th{font-weight:700;vertical-align:bottom}.section-inner{margin:0 auto;max-width:1200px;width:93%}.thin{max-width:720px;margin:auto}.feather{display:inline-block;vertical-align:-.125em;width:1em;height:1em}.sub-menu{font-size:.7em}.desktop-only,.desktop-only-ib{display:none}.highlight{position:relative}.highlight div,.highlight pre{overflow-x:auto;border-radius:4px;-webkit-overflow-scrolling:touch}.highlight-copy-btn{position:absolute;bottom:7px;right:7px;border:0;border-radius:4px;padding:1px;font-size:.7em;line-height:1.8;color:#fff;background-color:#777;opacity:.6;min-width:55px;text-align:center}.highlight-copy-btn:hover{background-color:#666}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#site-header{position:fixed;z-index:1;bottom:0;width:100%;box-sizing:border-box;box-shadow:-1px -2px 3px rgba(0,0,0,.45);background-color:#3b3e48;animation-duration:.3s;animation-fill-mode:forwards}.hdr-wrapper{display:flex;justify-content:space-between;align-items:center;padding:.5em 0;font-size:1.2rem}.hdr-wrapper .site-branding{display:inline-block;margin-right:.8em;font-size:1.2em}.hdr-wrapper .site-nav{display:inline-block;font-size:1.1em;opacity:.8}.hdr-wrapper .site-nav .has-children{padding-right:.5em;border-right:2px solid #7d828a}.hdr-wrapper .site-nav .sub-menu>a{margin-left:.3em}.hdr-wrapper .site-nav a{margin-left:.8em}.hdr-icons{font-size:1.2em}.hdr-links{display:inline-block;margin-left:.6em}.hdr-links>a{margin-left:.4em}.hdr-btn{border:none;background:0 0;padding:0;margin-left:.4em;cursor:pointer}#menu-btn{display:none;margin-left:.6em;cursor:pointer}#mobile-menu{position:fixed;bottom:4.8em;right:4.5em;display:none;padding:.6em 1.8em;z-index:1;box-sizing:border-box;box-shadow:-1px -2px 3px rgba(0,0,0,.45);background-color:#3b3e48}#mobile-menu ul{list-style:none;margin:0;padding:0;line-height:2;font-size:1.2em}#site-footer{text-align:center;font-size:.9em;margin-bottom:96px;margin-top:64px}#site-footer p{margin:0}#spotlight{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;max-width:93%;margin:auto;font-size:1.5rem}#spotlight.error-404{flex-direction:row;line-height:normal}p.img-404{margin:0}p.img-404 svg{width:180px;max-width:100%;height:auto}.banner-404{margin-left:2em}.banner-404 h1{font-size:3em;margin:.5rem 0}.banner-404 p{margin-top:0}.banner-404 .btn-404{font-size:.8em}.banner-404 .btn-404 a{display:inline-block;border:2px solid #e8eef2;border-radius:5px;padding:5px;transition-property:color,border-color}.banner-404 .btn-404 a:first-child{margin-right:1em}.banner-404 .btn-404 a:hover{border-color:#fff}.banner-404 .btn-404 a svg{margin-right:.5em}#home-center{display:flex;flex-grow:1;flex-direction:column;justify-content:center}#home-title{margin:0;text-align:center}#home-subtitle{margin-top:0;margin-bottom:1.5em;text-align:center;line-height:normal;font-size:.7em;font-style:italic;opacity:.9}#home-links{font-size:1.4em;text-align:center;opacity:.8}#home-links a{margin:0 .2em}#home-nav{opacity:.8}#home-nav a{display:block;text-align:center;margin-top:.5em}#home-footer{text-align:center;font-size:.6em;line-height:normal;opacity:.6}#home-footer p{margin-top:0}.posts-group{display:flex;margin-bottom:1.9em;line-height:normal}.posts-group .post-year{padding-top:6px;margin-right:1.8em;font-size:1.6em;opacity:.6}.posts-group .post-year:hover{cursor:pointer}.posts-group .posts-list{flex-grow:1;margin:0;padding:0;list-style:none}.posts-group .post-item{border-bottom:1px #7d828a dashed}.posts-group .post-item a{display:flex;justify-content:space-between;align-items:baseline;padding:12px 0}.posts-group .post-day{flex-shrink:0;margin-left:1em;opacity:.6}.posts-group .post-description{font-size:x-small;flex-shrink:0;opacity:.6}.pinned-posts-group{display:flex;margin-bottom:1.9em;line-height:normal;border-bottom:2px #7d828a solid}.pinned-posts-group .pinned-posts-list{flex-grow:1;margin:0;padding:0;list-style:none}.pinned-posts-group .pinned-post-item{display:flex;justify-content:start;align-items:baseline;padding:12px 0}.pinned-posts-group .pinned-post-item a{padding-left:12px}.bg-img{width:100vw;height:100vh;opacity:.03;z-index:-1;position:fixed;top:0;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;background-position:50%;transition:opacity .5s}.show-bg-img{z-index:100;opacity:1;cursor:pointer}.post-header{margin-top:1.2em;line-height:normal}.post-header .post-meta{font-size:.9em;letter-spacing:normal;opacity:.6}.post-header h1{margin-top:.1em}hr.post-end{width:50%;margin-top:1.6em;margin-bottom:.8em;margin-left:0;border-style:solid;border-bottom-width:4px}.content a{word-wrap:break-word;border:none;box-shadow:inset 0 -4px #018472;transition-property:box-shadow;transition-duration:.1s}.content a:hover{box-shadow:inset 0 -1em #018472}.content figure{max-width:100%;height:auto;margin:0;text-align:center}.content figure p{font-size:.8em;font-style:italic;opacity:.6}.content figure.left{float:left;margin-right:1.5em;max-width:50%}.content figure.right{float:right;margin-left:1.5em;max-width:50%}.content figure.big{max-width:100vw}.content img{display:block;max-width:100%;height:auto;margin:auto;border-radius:4px}.content ul,.content ol{padding:0;margin-left:1.8em}.content a.anchor{float:left;margin-left:-20px;padding-right:6px;box-shadow:none;opacity:.8}.content a.anchor:hover{background:0 0;color:#018472;opacity:1}.content a.anchor svg{display:inline-block;width:14px;height:14px;vertical-align:baseline;visibility:hidden}.content a.anchor:focus svg{visibility:visible}.content h1:hover a.anchor svg,.content h2:hover a.anchor svg,.content h3:hover a.anchor svg,.content h4:hover a.anchor svg,.content h5:hover a.anchor svg,.content h6:hover a.anchor svg{visibility:visible}.footnotes{font-size:.85em}.footnotes a{box-shadow:none;text-decoration:underline;transition-property:color}.footnotes a:hover{background:0 0}.footnotes a.footnote-backref{text-decoration:none}.footnotes ol{line-height:1.8}a.footnote-ref{box-shadow:none;text-decoration:none;padding:2px;border-radius:2px;background-color:#2c3e50}a.footnote-ref:hover{box-shadow:none;background-color:#018472;transition-property:background-color}.post-info{font-size:.8rem;line-height:normal;opacity:.6}.post-info p{margin:.8em 0}.post-info a:hover{border-bottom:1px solid #018472}.post-info svg{margin-right:.8em}.post-info .tag{margin-right:.5em}.post-info .tag::before{content:"#"}.post-info .category{margin-right:.5em}.post-info .category::before{content:"⊲"}#toc{position:fixed;left:50%;top:0;display:none}.toc-title{margin-left:1em;margin-bottom:.5em;font-size:.8em;font-weight:700}#TableOfContents{font-size:.8em;opacity:.6}#TableOfContents ul{padding-left:1em;padding-right:1em;margin:0}#TableOfContents>::-webkit-scrollbar{width:4px}#TableOfContents>::-webkit-scrollbar-track{background:#6e6e6e}#TableOfContents>::-webkit-scrollbar-thumb{background:#2c3e50}#TableOfContents>::-webkit-scrollbar-thumb:hover{background:#3e5871}#TableOfContents>ul{list-style-type:none;overflow-y:auto;height:calc(100vh - 300px)}#TableOfContents>ul ul ul{font-size:.9em}#TableOfContents a:hover{border-bottom:#018472 1px solid}.post-nav{display:flex;justify-content:space-between;margin-top:1.5em;margin-bottom:2.5em;font-size:1.2em}.post-nav a{flex-basis:50%;flex-grow:1}.post-nav .next-post{text-align:left;padding-right:5px}.post-nav .prev-post{text-align:right;padding-left:5px}.post-nav .post-nav-label{font-size:.8em;opacity:.8;text-transform:uppercase}.related-posts{padding:.8em;margin-top:1.5em;font-size:.8rem;border:3px dashed rgba(255,255,255,.2);border-radius:5px}.related-posts h2{margin:0;line-height:normal}.related-posts ul{margin-top:.5em;margin-bottom:0}@media(min-width:800px){.site-main{margin-top:3em}hr.post-end{width:40%}}@media(min-width:960px){.site-main{margin-top:6em}}@media(min-width:1300px){.site-main{margin-top:8em}.desktop-only,#toc.show-toc{display:block}.desktop-only-ib{display:inline-block}figure.left{margin-left:-240px}figure.left p{text-align:left}figure.right{margin-right:-240px}figure.right p{text-align:right}figure.big{width:1200px;margin-left:-240px}hr.post-end{width:30%}#toc{top:13em;margin-left:370px;max-width:220px}}@media(min-width:1800px){.site-main{margin-top:10em}.section-inner{max-width:1600px}.thin{max-width:960px}figure.left{max-width:75%;margin-left:-320px}figure.right{max-width:75%;margin-right:-320px}figure.big{width:1600px;margin-left:-320px}hr.post-end{width:30%}#toc{top:15em;margin-left:490px;max-width:300px}}@media(min-width:761px){#mobile-menu{display:none!important}}@media(max-width:760px){.hide-in-mobile,.site-nav.hide-in-mobile{display:none}#menu-btn{display:inline-block}.posts-group{display:block}.posts-group .post-year{margin:-6px 0 4px}#spotlight.error-404{flex-direction:column;text-align:center}#spotlight.error-404 .banner-404{margin:0}}@media(max-width:520px){.content figure.left,.content figure.right{float:unset;max-width:100%;margin:0}hr.post-end{width:60%}#mobile-menu{right:4.2em}#home-subtitle{font-size:.5em}}.human{display:flex;justify-content:flex-end}#home-subtitle{overflow:hidden;border-right:.5em solid #00b89f;white-space:nowrap;margin:0 auto 1.5em;animation:typing 5s steps(23,end),blink-caret .75s linear 5.1s infinite}@keyframes typing{from{max-width:0}to{max-width:100%}}@keyframes blink-caret{from,to{border-color:transparent}50%{border-color:#00b89f}} \ No newline at end of file diff --git a/public/css/style.min.af7ec8e847693cea2cc9f8a12a13e0afffe1cfaf419d0d533e3efe991a2e2ac5.css b/public/css/style.min.af7ec8e847693cea2cc9f8a12a13e0afffe1cfaf419d0d533e3efe991a2e2ac5.css new file mode 100644 index 0000000..c806df6 --- /dev/null +++ b/public/css/style.min.af7ec8e847693cea2cc9f8a12a13e0afffe1cfaf419d0d533e3efe991a2e2ac5.css @@ -0,0 +1,5 @@ +@charset "UTF-8";.admonition{position:relative;margin:1rem 0 1.5rem;border-left:.25rem solid #448aff;box-shadow:5px 5px 10px -5px rgba(0,0,0,.5);border-radius:0 8px 8px 0;overflow:auto}.admonition .admonition-title{padding:.25rem .5rem;border-bottom:1px solid rgba(68,138,255,.1);background-color:rgba(68,138,255,.1);color:#448aff}.admonition .admonition-title .icon{display:inline-block;padding:0 10px 0 0;font-size:.85rem;color:#448aff}.admonition .admonition-content{padding:.25rem .5rem}.admonition.note{border-left-color:#448aff}.admonition.note .admonition-title{color:#448aff}.admonition.note .icon{color:#448aff}.admonition.info{border-left-color:#00b8d4}.admonition.info .admonition-title{color:#00b8d4}.admonition.info .icon{color:#00b8d4}.admonition.tip{border-left-color:#00bfa5}.admonition.tip .admonition-title{color:#00bfa5}.admonition.tip .icon{color:#00bfa5}.admonition.success{border-left-color:#00c853}.admonition.success .admonition-title{color:#00c853}.admonition.success .icon{color:#00c853}.admonition.warning{border-left-color:#ff9100}.admonition.warning .admonition-title{color:#ff9100}.admonition.warning .icon{color:#ff9100}.admonition.failure{border-left-color:#ff5252}.admonition.failure .admonition-title{color:#ff5252}.admonition.failure .icon{color:#ff5252}.admonition.danger{border-left-color:#ff1744}.admonition.danger .admonition-title{color:#ff1744}.admonition.danger .icon{color:#ff1744}.admonition.bug{border-left-color:#f50057}.admonition.bug .admonition-title{color:#f50057}.admonition.bug .icon{color:#f50057}.admonition.note{background-color:rgba(68,138,255,.1)}.admonition.note .admonition-title{border-bottom-color:rgba(68,138,255,.1);background-color:rgba(68,138,255,.1)}.admonition.info{background-color:rgba(0,184,212,.1)}.admonition.info .admonition-title{border-bottom-color:rgba(0,184,212,.1);background-color:rgba(0,184,212,.1)}.admonition.tip{background-color:rgba(0,191,165,.1)}.admonition.tip .admonition-title{border-bottom-color:rgba(0,191,165,.1);background-color:rgba(0,191,165,.1)}.admonition.success{background-color:rgba(0,200,83,.1)}.admonition.success .admonition-title{border-bottom-color:rgba(0,200,83,.1);background-color:rgba(0,200,83,.1)}.admonition.warning{background-color:rgba(255,145,0,.1)}.admonition.warning .admonition-title{border-bottom-color:rgba(255,145,0,.1);background-color:rgba(255,145,0,.1)}.admonition.failure{background-color:rgba(255,82,82,.1)}.admonition.failure .admonition-title{border-bottom-color:rgba(255,82,82,.1);background-color:rgba(255,82,82,.1)}.admonition.danger{background-color:rgba(255,23,68,.1)}.admonition.danger .admonition-title{border-bottom-color:rgba(255,23,68,.1);background-color:rgba(255,23,68,.1)}.admonition.bug{background-color:rgba(245,0,87,.1)}.admonition.bug .admonition-title{border-bottom-color:rgba(245,0,87,.1);background-color:rgba(245,0,87,.1)}/*!normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css*/html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.chroma{color:#eee;background-color:#2c3e50}.chroma .err{color:#960050;background-color:#1e0010}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0;width:auto;overflow:auto;display:block}.chroma .hl{display:block;width:100%;background-color:#55595ebb}.chroma .lnt{margin-right:.4em;padding:0 .4em}.chroma .ln{margin-right:.4em;padding:0 .4em}.chroma .k{color:#66d9ef}.chroma .kc{color:#66d9ef}.chroma .kd{color:#66d9ef}.chroma .kn{color:#f92672}.chroma .kp{color:#66d9ef}.chroma .kr{color:#66d9ef}.chroma .kt{color:#66d9ef}.chroma .na{color:#a6e22e}.chroma .nc{color:#a6e22e}.chroma .no{color:#66d9ef}.chroma .nd{color:#a6e22e}.chroma .ne{color:#a6e22e}.chroma .nf{color:#a6e22e}.chroma .nx{color:#a6e22e}.chroma .nt{color:#f92672}.chroma .l{color:#ae81ff}.chroma .ld{color:#e6db74}.chroma .s{color:#e6db74}.chroma .sa{color:#e6db74}.chroma .sb{color:#e6db74}.chroma .sc{color:#e6db74}.chroma .dl{color:#e6db74}.chroma .sd{color:#e6db74}.chroma .s2{color:#e6db74}.chroma .se{color:#ae81ff}.chroma .sh{color:#e6db74}.chroma .si{color:#e6db74}.chroma .sx{color:#e6db74}.chroma .sr{color:#e6db74}.chroma .s1{color:#e6db74}.chroma .ss{color:#e6db74}.chroma .m{color:#ae81ff}.chroma .mb{color:#ae81ff}.chroma .mf{color:#ae81ff}.chroma .mh{color:#ae81ff}.chroma .mi{color:#ae81ff}.chroma .il{color:#ae81ff}.chroma .mo{color:#ae81ff}.chroma .o{color:#f92672}.chroma .ow{color:#f92672}.chroma .c{color:#75715e}.chroma .ch{color:#75715e}.chroma .cm{color:#75715e}.chroma .c1{color:#75715e}.chroma .cs{color:#75715e}.chroma .cp{color:#75715e}.chroma .cpf{color:#75715e}.chroma .gd{color:#f92672}.chroma .ge{font-style:italic}.chroma .gi{color:#a6e22e}.chroma .gs{font-weight:700}.chroma .gu{color:#75715e}/*!* animate.css - https://animate.style/ +* Version - 4.1.0 +* Licensed under the MIT license - http://opensource.org/licenses/MIT +* +* Copyright (c) 2020 Animate.css*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animated.repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animated.delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animated.delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animated.delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animated.delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animated.faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animated.fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animated.slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animated.slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media(prefers-reduced-motion:reduce),print{.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)scaleY(.95)}90%{transform:translate3d(0,-4px,0)scaleY(1.02)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0)scaleX(1)}75%{transform:translate3d(10px,0,0)scaleX(.98)}90%{transform:translate3d(-5px,0,0)scaleX(.995)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0)scaleX(2)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}.scroll-up{position:fixed;bottom:10%;right:2%;z-index:1;opacity:0;transition:all .5s ease}.scroll-up .scroll #st-ring{stroke:#ccc}.scroll-up .scroll #st-circle{fill:#3b3e48}.scroll-up .scroll #st-arrow{fill:#018574}.hide{opacity:0;transform:translateY(20px)}.show{opacity:1;transform:translateY(0)}#share-links{position:fixed;bottom:7em;right:.5em;display:none;padding:.6em .5em;z-index:1;box-sizing:border-box;box-shadow:-1px -2px 3px rgba(0,0,0,.45);background-color:#2c3e50}#share-links ul{list-style:none;margin:0;padding:0;line-height:2;font-size:1.2em}#share-links ul a{color:#7d828a}#share-links ul a:hover,#share-links ul a:active,#share-links ul a:focus{color:#e8eef2}@media(max-width:520px){#share-links{right:.2em;bottom:8em}}::-moz-selection{background:#7d828a}::selection{background:#7d828a}::-webkit-scrollbar{width:8px;height:8px;background:#2c3e50}::-webkit-scrollbar-thumb{background:#878787}::-webkit-scrollbar-thumb:hover{background:#e8eef2}html{background:#494f5c;line-height:1.6;letter-spacing:.06em;scroll-behavior:smooth}body,button,input,select,textarea{color:#e8eef2;font-family:trebuchet ms,Verdana,verdana ref,segoe ui,Candara,lucida grande,lucida sans unicode,lucida sans,Tahoma,sans-serif}pre,code,pre tt{font-family:Consolas,andale mono wt,andale mono,Menlo,Monaco,lucida console,lucida sans typewriter,dejavu sans mono,bitstream vera sans mono,liberation mono,nimbus mono l,courier new,Courier,yahei consolas hybrid,monospace,segoe ui emoji,pingfang sc,microsoft yahei}pre{padding:.7em 1.1em;font-size:.9em;line-height:1.5;letter-spacing:normal;white-space:pre;color:#eee;background:#2c3e50;overflow-x:auto;-webkit-overflow-scrolling:touch}pre.mermaid{background:#272822}pre code{padding:0;margin:0;color:#eee;background:0 0}code{color:#acaaaa;background:#3b3e48;border-radius:3px;padding:0 3px;margin:0 4px;word-wrap:break-word;letter-spacing:normal}blockquote{border-left:.25em solid;margin:1em;padding:0 1em;font-style:italic}blockquote cite{font-weight:700;font-style:normal}blockquote cite::before{content:"—— "}a{color:#e8eef2;text-decoration:none;border:none;transition-property:color;transition-duration:.4s;transition-timing-function:ease-out}a:hover{color:#fff;text-shadow:0 0 1px #fff}hr{opacity:.2;border-width:0 0 5px;border-style:dashed;background:0 0;width:50%;margin:1.8em auto}table{border-collapse:collapse;border-spacing:0;empty-cells:show;width:100%;max-width:100%}table th,table td{padding:1.5%;border:1px solid}table th{font-weight:700;vertical-align:bottom}.section-inner{margin:0 auto;max-width:1200px;width:93%}.thin{max-width:720px;margin:auto}.feather{display:inline-block;vertical-align:-.125em;width:1em;height:1em}.sub-menu{font-size:.7em}.desktop-only,.desktop-only-ib{display:none}.highlight{position:relative}.highlight div,.highlight pre{overflow-x:auto;border-radius:4px;-webkit-overflow-scrolling:touch}.highlight-copy-btn{position:absolute;bottom:7px;right:7px;border:0;border-radius:4px;padding:1px;font-size:.7em;line-height:1.8;color:#fff;background-color:#777;opacity:.6;min-width:55px;text-align:center}.highlight-copy-btn:hover{background-color:#666}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#site-header{position:fixed;z-index:1;bottom:0;width:100%;box-sizing:border-box;box-shadow:-1px -2px 3px rgba(0,0,0,.45);background-color:#3b3e48;animation-duration:.3s;animation-fill-mode:forwards}.hdr-wrapper{display:flex;justify-content:space-between;align-items:center;padding:.5em 0;font-size:1.2rem}.hdr-wrapper .site-branding{display:inline-block;margin-right:.8em;font-size:1.2em}.hdr-wrapper .site-nav{display:inline-block;font-size:1.1em;opacity:.8}.hdr-wrapper .site-nav .has-children{padding-right:.5em;border-right:2px solid #7d828a}.hdr-wrapper .site-nav .sub-menu>a{margin-left:.3em}.hdr-wrapper .site-nav a{margin-left:.8em}.hdr-icons{font-size:1.2em}.hdr-links{display:inline-block;margin-left:.6em}.hdr-links>a{margin-left:.4em}.hdr-btn{border:none;background:0 0;padding:0;margin-left:.4em;cursor:pointer}#menu-btn{display:none;margin-left:.6em;cursor:pointer}#mobile-menu{position:fixed;bottom:4.8em;right:4.5em;display:none;padding:.6em 1.8em;z-index:1;box-sizing:border-box;box-shadow:-1px -2px 3px rgba(0,0,0,.45);background-color:#3b3e48}#mobile-menu ul{list-style:none;margin:0;padding:0;line-height:2;font-size:1.2em}#site-footer{text-align:center;font-size:.9em;margin-bottom:96px;margin-top:64px}#site-footer p{margin:0}#spotlight{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;max-width:93%;margin:auto;font-size:1.5rem}#spotlight.error-404{flex-direction:row;line-height:normal}p.img-404{margin:0}p.img-404 svg{width:180px;max-width:100%;height:auto}.banner-404{margin-left:2em}.banner-404 h1{font-size:3em;margin:.5rem 0}.banner-404 p{margin-top:0}.banner-404 .btn-404{font-size:.8em}.banner-404 .btn-404 a{display:inline-block;border:2px solid #e8eef2;border-radius:5px;padding:5px;transition-property:color,border-color}.banner-404 .btn-404 a:first-child{margin-right:1em}.banner-404 .btn-404 a:hover{border-color:#fff}.banner-404 .btn-404 a svg{margin-right:.5em}#home-center{display:flex;flex-grow:1;flex-direction:column;justify-content:center}#home-title{margin:0;text-align:center}#home-subtitle{margin-top:0;margin-bottom:1.5em;text-align:center;line-height:normal;font-size:.7em;font-style:italic;opacity:.9}#home-links{font-size:1.4em;text-align:center;opacity:.8}#home-links a{margin:0 .2em}#home-nav{opacity:.8}#home-nav a{display:block;text-align:center;margin-top:.5em}#home-footer{text-align:center;font-size:.6em;line-height:normal;opacity:.6}#home-footer p{margin-top:0}.posts-group{display:flex;margin-bottom:1.9em;line-height:normal}.posts-group .post-year{padding-top:6px;margin-right:1.8em;font-size:1.6em;opacity:.6}.posts-group .post-year:hover{cursor:pointer}.posts-group .posts-list{flex-grow:1;margin:0;padding:0;list-style:none}.posts-group .post-item{border-bottom:1px #7d828a dashed}.posts-group .post-item a{display:flex;justify-content:space-between;align-items:baseline;padding:12px 0}.posts-group .post-day{flex-shrink:0;margin-left:1em;opacity:.6}.posts-group .post-description{font-size:x-small;flex-shrink:0;opacity:.6}.pinned-posts-group{display:flex;margin-bottom:1.9em;line-height:normal;border-bottom:2px #7d828a solid}.pinned-posts-group .pinned-posts-list{flex-grow:1;margin:0;padding:0;list-style:none}.pinned-posts-group .pinned-post-item{display:flex;justify-content:start;align-items:baseline;padding:12px 0}.pinned-posts-group .pinned-post-item a{padding-left:12px}.bg-img{width:100vw;height:100vh;opacity:.03;z-index:-1;position:fixed;top:0;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;background-position:50%;transition:opacity .5s}.show-bg-img{z-index:100;opacity:1;cursor:pointer}.post-header{margin-top:1.2em;line-height:normal}.post-header .post-meta{font-size:.9em;letter-spacing:normal;opacity:.6}.post-header h1{margin-top:.1em}hr.post-end{width:50%;margin-top:1.6em;margin-bottom:.8em;margin-left:0;border-style:solid;border-bottom-width:4px}.content a{word-wrap:break-word;border:none;box-shadow:inset 0 -4px #018472;transition-property:box-shadow;transition-duration:.1s}.content a:hover{box-shadow:inset 0 -1em #018472}.content figure{max-width:100%;height:auto;margin:0;text-align:center}.content figure p{font-size:.8em;font-style:italic;opacity:.6}.content figure.left{float:left;margin-right:1.5em;max-width:50%}.content figure.right{float:right;margin-left:1.5em;max-width:50%}.content figure.big{max-width:100vw}.content img{display:block;max-width:100%;height:auto;margin:auto;border-radius:4px}.content ul,.content ol{padding:0;margin-left:1.8em}.content a.anchor{float:left;margin-left:-20px;padding-right:6px;box-shadow:none;opacity:.8}.content a.anchor:hover{background:0 0;color:#018472;opacity:1}.content a.anchor svg{display:inline-block;width:14px;height:14px;vertical-align:baseline;visibility:hidden}.content a.anchor:focus svg{visibility:visible}.content h1:hover a.anchor svg,.content h2:hover a.anchor svg,.content h3:hover a.anchor svg,.content h4:hover a.anchor svg,.content h5:hover a.anchor svg,.content h6:hover a.anchor svg{visibility:visible}.footnotes{font-size:.85em}.footnotes a{box-shadow:none;text-decoration:underline;transition-property:color}.footnotes a:hover{background:0 0}.footnotes a.footnote-backref{text-decoration:none}.footnotes ol{line-height:1.8}a.footnote-ref{box-shadow:none;text-decoration:none;padding:2px;border-radius:2px;background-color:#2c3e50}a.footnote-ref:hover{box-shadow:none;background-color:#018472;transition-property:background-color}.post-info{font-size:.8rem;line-height:normal;opacity:.6}.post-info p{margin:.8em 0}.post-info a:hover{border-bottom:1px solid #018472}.post-info svg{margin-right:.8em}.post-info .tag{margin-right:.5em}.post-info .tag::before{content:"#"}.post-info .category{margin-right:.5em}.post-info .category::before{content:"⊲"}#toc{position:fixed;left:50%;top:0;display:none}.toc-title{margin-left:1em;margin-bottom:.5em;font-size:.8em;font-weight:700}#TableOfContents{font-size:.8em;opacity:.6}#TableOfContents ul{padding-left:1em;padding-right:1em;margin:0}#TableOfContents>::-webkit-scrollbar{width:4px}#TableOfContents>::-webkit-scrollbar-track{background:#6e6e6e}#TableOfContents>::-webkit-scrollbar-thumb{background:#2c3e50}#TableOfContents>::-webkit-scrollbar-thumb:hover{background:#3e5871}#TableOfContents>ul{list-style-type:none;overflow-y:auto;height:calc(100vh - 300px)}#TableOfContents>ul ul ul{font-size:.9em}#TableOfContents a:hover{border-bottom:#018472 1px solid}.post-nav{display:flex;justify-content:space-between;margin-top:1.5em;margin-bottom:2.5em;font-size:1.2em}.post-nav a{flex-basis:50%;flex-grow:1}.post-nav .next-post{text-align:left;padding-right:5px}.post-nav .prev-post{text-align:right;padding-left:5px}.post-nav .post-nav-label{font-size:.8em;opacity:.8;text-transform:uppercase}.related-posts{padding:.8em;margin-top:1.5em;font-size:.8rem;border:3px dashed rgba(255,255,255,.2);border-radius:5px}.related-posts h2{margin:0;line-height:normal}.related-posts ul{margin-top:.5em;margin-bottom:0}@media(min-width:800px){.site-main{margin-top:3em}hr.post-end{width:40%}}@media(min-width:960px){.site-main{margin-top:6em}}@media(min-width:1300px){.site-main{margin-top:8em}.desktop-only,#toc.show-toc{display:block}.desktop-only-ib{display:inline-block}figure.left{margin-left:-240px}figure.left p{text-align:left}figure.right{margin-right:-240px}figure.right p{text-align:right}figure.big{width:1200px;margin-left:-240px}hr.post-end{width:30%}#toc{top:13em;margin-left:370px;max-width:220px}}@media(min-width:1800px){.site-main{margin-top:10em}.section-inner{max-width:1600px}.thin{max-width:960px}figure.left{max-width:75%;margin-left:-320px}figure.right{max-width:75%;margin-right:-320px}figure.big{width:1600px;margin-left:-320px}hr.post-end{width:30%}#toc{top:15em;margin-left:490px;max-width:300px}}@media(min-width:761px){#mobile-menu{display:none!important}}@media(max-width:760px){.hide-in-mobile,.site-nav.hide-in-mobile{display:none}#menu-btn{display:inline-block}.posts-group{display:block}.posts-group .post-year{margin:-6px 0 4px}#spotlight.error-404{flex-direction:column;text-align:center}#spotlight.error-404 .banner-404{margin:0}}@media(max-width:520px){.content figure.left,.content figure.right{float:unset;max-width:100%;margin:0}hr.post-end{width:60%}#mobile-menu{right:4.2em}#home-subtitle{font-size:.5em}}.human{display:flex;justify-content:flex-end}#home-subtitle{overflow:hidden;border-right:.5em solid #00b89f;white-space:nowrap;margin:0 auto 1.5em;animation:typing 5s steps(12,end),blink-caret .75s linear 5.1s infinite}@keyframes typing{from{max-width:0}to{max-width:100%}}@keyframes blink-caret{from,to{border-color:transparent}50%{border-color:#00b89f}} \ No newline at end of file diff --git a/public/css/style.min.cdc52dde0a394e92b4b13694dec734ba762dbe51fe53cf454c7eeaffdeeb1a02.css b/public/css/style.min.cdc52dde0a394e92b4b13694dec734ba762dbe51fe53cf454c7eeaffdeeb1a02.css new file mode 100644 index 0000000..636f779 --- /dev/null +++ b/public/css/style.min.cdc52dde0a394e92b4b13694dec734ba762dbe51fe53cf454c7eeaffdeeb1a02.css @@ -0,0 +1,5 @@ +@charset "UTF-8";.admonition{position:relative;margin:1rem 0 1.5rem;border-left:.25rem solid #448aff;box-shadow:5px 5px 10px -5px rgba(0,0,0,.5);border-radius:0 8px 8px 0;overflow:auto}.admonition .admonition-title{padding:.25rem .5rem;border-bottom:1px solid rgba(68,138,255,.1);background-color:rgba(68,138,255,.1);color:#448aff}.admonition .admonition-title .icon{display:inline-block;padding:0 10px 0 0;font-size:.85rem;color:#448aff}.admonition .admonition-content{padding:.25rem .5rem}.admonition.note{border-left-color:#448aff}.admonition.note .admonition-title{color:#448aff}.admonition.note .icon{color:#448aff}.admonition.info{border-left-color:#00b8d4}.admonition.info .admonition-title{color:#00b8d4}.admonition.info .icon{color:#00b8d4}.admonition.tip{border-left-color:#00bfa5}.admonition.tip .admonition-title{color:#00bfa5}.admonition.tip .icon{color:#00bfa5}.admonition.success{border-left-color:#00c853}.admonition.success .admonition-title{color:#00c853}.admonition.success .icon{color:#00c853}.admonition.warning{border-left-color:#ff9100}.admonition.warning .admonition-title{color:#ff9100}.admonition.warning .icon{color:#ff9100}.admonition.failure{border-left-color:#ff5252}.admonition.failure .admonition-title{color:#ff5252}.admonition.failure .icon{color:#ff5252}.admonition.danger{border-left-color:#ff1744}.admonition.danger .admonition-title{color:#ff1744}.admonition.danger .icon{color:#ff1744}.admonition.bug{border-left-color:#f50057}.admonition.bug .admonition-title{color:#f50057}.admonition.bug .icon{color:#f50057}.admonition.note{background-color:rgba(68,138,255,.1)}.admonition.note .admonition-title{border-bottom-color:rgba(68,138,255,.1);background-color:rgba(68,138,255,.1)}.admonition.info{background-color:rgba(0,184,212,.1)}.admonition.info .admonition-title{border-bottom-color:rgba(0,184,212,.1);background-color:rgba(0,184,212,.1)}.admonition.tip{background-color:rgba(0,191,165,.1)}.admonition.tip .admonition-title{border-bottom-color:rgba(0,191,165,.1);background-color:rgba(0,191,165,.1)}.admonition.success{background-color:rgba(0,200,83,.1)}.admonition.success .admonition-title{border-bottom-color:rgba(0,200,83,.1);background-color:rgba(0,200,83,.1)}.admonition.warning{background-color:rgba(255,145,0,.1)}.admonition.warning .admonition-title{border-bottom-color:rgba(255,145,0,.1);background-color:rgba(255,145,0,.1)}.admonition.failure{background-color:rgba(255,82,82,.1)}.admonition.failure .admonition-title{border-bottom-color:rgba(255,82,82,.1);background-color:rgba(255,82,82,.1)}.admonition.danger{background-color:rgba(255,23,68,.1)}.admonition.danger .admonition-title{border-bottom-color:rgba(255,23,68,.1);background-color:rgba(255,23,68,.1)}.admonition.bug{background-color:rgba(245,0,87,.1)}.admonition.bug .admonition-title{border-bottom-color:rgba(245,0,87,.1);background-color:rgba(245,0,87,.1)}/*!normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css*/html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.chroma{color:#eee;background-color:#2c3e50}.chroma .err{color:#960050;background-color:#1e0010}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0;width:auto;overflow:auto;display:block}.chroma .hl{display:block;width:100%;background-color:#55595ebb}.chroma .lnt{margin-right:.4em;padding:0 .4em}.chroma .ln{margin-right:.4em;padding:0 .4em}.chroma .k{color:#66d9ef}.chroma .kc{color:#66d9ef}.chroma .kd{color:#66d9ef}.chroma .kn{color:#f92672}.chroma .kp{color:#66d9ef}.chroma .kr{color:#66d9ef}.chroma .kt{color:#66d9ef}.chroma .na{color:#a6e22e}.chroma .nc{color:#a6e22e}.chroma .no{color:#66d9ef}.chroma .nd{color:#a6e22e}.chroma .ne{color:#a6e22e}.chroma .nf{color:#a6e22e}.chroma .nx{color:#a6e22e}.chroma .nt{color:#f92672}.chroma .l{color:#ae81ff}.chroma .ld{color:#e6db74}.chroma .s{color:#e6db74}.chroma .sa{color:#e6db74}.chroma .sb{color:#e6db74}.chroma .sc{color:#e6db74}.chroma .dl{color:#e6db74}.chroma .sd{color:#e6db74}.chroma .s2{color:#e6db74}.chroma .se{color:#ae81ff}.chroma .sh{color:#e6db74}.chroma .si{color:#e6db74}.chroma .sx{color:#e6db74}.chroma .sr{color:#e6db74}.chroma .s1{color:#e6db74}.chroma .ss{color:#e6db74}.chroma .m{color:#ae81ff}.chroma .mb{color:#ae81ff}.chroma .mf{color:#ae81ff}.chroma .mh{color:#ae81ff}.chroma .mi{color:#ae81ff}.chroma .il{color:#ae81ff}.chroma .mo{color:#ae81ff}.chroma .o{color:#f92672}.chroma .ow{color:#f92672}.chroma .c{color:#75715e}.chroma .ch{color:#75715e}.chroma .cm{color:#75715e}.chroma .c1{color:#75715e}.chroma .cs{color:#75715e}.chroma .cp{color:#75715e}.chroma .cpf{color:#75715e}.chroma .gd{color:#f92672}.chroma .ge{font-style:italic}.chroma .gi{color:#a6e22e}.chroma .gs{font-weight:700}.chroma .gu{color:#75715e}/*!* animate.css - https://animate.style/ +* Version - 4.1.0 +* Licensed under the MIT license - http://opensource.org/licenses/MIT +* +* Copyright (c) 2020 Animate.css*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animated.repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animated.delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animated.delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animated.delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animated.delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animated.faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animated.fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animated.slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animated.slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media(prefers-reduced-motion:reduce),print{.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)scaleY(.95)}90%{transform:translate3d(0,-4px,0)scaleY(1.02)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0)scaleX(1)}75%{transform:translate3d(10px,0,0)scaleX(.98)}90%{transform:translate3d(-5px,0,0)scaleX(.995)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0)scaleX(2)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}.scroll-up{position:fixed;bottom:10%;right:2%;z-index:1;opacity:0;transition:all .5s ease}.scroll-up .scroll #st-ring{stroke:#ccc}.scroll-up .scroll #st-circle{fill:#3b3e48}.scroll-up .scroll #st-arrow{fill:#018574}.hide{opacity:0;transform:translateY(20px)}.show{opacity:1;transform:translateY(0)}#share-links{position:fixed;bottom:7em;right:.5em;display:none;padding:.6em .5em;z-index:1;box-sizing:border-box;box-shadow:-1px -2px 3px rgba(0,0,0,.45);background-color:#2c3e50}#share-links ul{list-style:none;margin:0;padding:0;line-height:2;font-size:1.2em}#share-links ul a{color:#7d828a}#share-links ul a:hover,#share-links ul a:active,#share-links ul a:focus{color:#e8eef2}@media(max-width:520px){#share-links{right:.2em;bottom:8em}}::-moz-selection{background:#7d828a}::selection{background:#7d828a}::-webkit-scrollbar{width:8px;height:8px;background:#2c3e50}::-webkit-scrollbar-thumb{background:#878787}::-webkit-scrollbar-thumb:hover{background:#e8eef2}html{background:#494f5c;line-height:1.6;letter-spacing:.06em;scroll-behavior:smooth}body,button,input,select,textarea{color:#e8eef2;font-family:trebuchet ms,Verdana,verdana ref,segoe ui,Candara,lucida grande,lucida sans unicode,lucida sans,Tahoma,sans-serif}pre,code,pre tt{font-family:Consolas,andale mono wt,andale mono,Menlo,Monaco,lucida console,lucida sans typewriter,dejavu sans mono,bitstream vera sans mono,liberation mono,nimbus mono l,courier new,Courier,yahei consolas hybrid,monospace,segoe ui emoji,pingfang sc,microsoft yahei}pre{padding:.7em 1.1em;font-size:.9em;line-height:1.5;letter-spacing:normal;white-space:pre;color:#eee;background:#2c3e50;overflow-x:auto;-webkit-overflow-scrolling:touch}pre.mermaid{background:#272822}pre code{padding:0;margin:0;color:#eee;background:0 0}code{color:#acaaaa;background:#3b3e48;border-radius:3px;padding:0 3px;margin:0 4px;word-wrap:break-word;letter-spacing:normal}blockquote{border-left:.25em solid;margin:1em;padding:0 1em;font-style:italic}blockquote cite{font-weight:700;font-style:normal}blockquote cite::before{content:"—— "}a{color:#e8eef2;text-decoration:none;border:none;transition-property:color;transition-duration:.4s;transition-timing-function:ease-out}a:hover{color:#fff;text-shadow:0 0 1px #fff}hr{opacity:.2;border-width:0 0 5px;border-style:dashed;background:0 0;width:50%;margin:1.8em auto}table{border-collapse:collapse;border-spacing:0;empty-cells:show;width:100%;max-width:100%}table th,table td{padding:1.5%;border:1px solid}table th{font-weight:700;vertical-align:bottom}.section-inner{margin:0 auto;max-width:1200px;width:93%}.thin{max-width:720px;margin:auto}.feather{display:inline-block;vertical-align:-.125em;width:1em;height:1em}.sub-menu{font-size:.7em}.desktop-only,.desktop-only-ib{display:none}.highlight{position:relative}.highlight div,.highlight pre{overflow-x:auto;border-radius:4px;-webkit-overflow-scrolling:touch}.highlight-copy-btn{position:absolute;bottom:7px;right:7px;border:0;border-radius:4px;padding:1px;font-size:.7em;line-height:1.8;color:#fff;background-color:#777;opacity:.6;min-width:55px;text-align:center}.highlight-copy-btn:hover{background-color:#666}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#site-header{position:fixed;z-index:1;bottom:0;width:100%;box-sizing:border-box;box-shadow:-1px -2px 3px rgba(0,0,0,.45);background-color:#3b3e48;animation-duration:.3s;animation-fill-mode:forwards}.hdr-wrapper{display:flex;justify-content:space-between;align-items:center;padding:.5em 0;font-size:1.2rem}.hdr-wrapper .site-branding{display:inline-block;margin-right:.8em;font-size:1.2em}.hdr-wrapper .site-nav{display:inline-block;font-size:1.1em;opacity:.8}.hdr-wrapper .site-nav .has-children{padding-right:.5em;border-right:2px solid #7d828a}.hdr-wrapper .site-nav .sub-menu>a{margin-left:.3em}.hdr-wrapper .site-nav a{margin-left:.8em}.hdr-icons{font-size:1.2em}.hdr-links{display:inline-block;margin-left:.6em}.hdr-links>a{margin-left:.4em}.hdr-btn{border:none;background:0 0;padding:0;margin-left:.4em;cursor:pointer}#menu-btn{display:none;margin-left:.6em;cursor:pointer}#mobile-menu{position:fixed;bottom:4.8em;right:4.5em;display:none;padding:.6em 1.8em;z-index:1;box-sizing:border-box;box-shadow:-1px -2px 3px rgba(0,0,0,.45);background-color:#3b3e48}#mobile-menu ul{list-style:none;margin:0;padding:0;line-height:2;font-size:1.2em}#site-footer{text-align:center;font-size:.9em;margin-bottom:96px;margin-top:64px}#site-footer p{margin:0}#spotlight{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;max-width:93%;margin:auto;font-size:1.5rem}#spotlight.error-404{flex-direction:row;line-height:normal}p.img-404{margin:0}p.img-404 svg{width:180px;max-width:100%;height:auto}.banner-404{margin-left:2em}.banner-404 h1{font-size:3em;margin:.5rem 0}.banner-404 p{margin-top:0}.banner-404 .btn-404{font-size:.8em}.banner-404 .btn-404 a{display:inline-block;border:2px solid #e8eef2;border-radius:5px;padding:5px;transition-property:color,border-color}.banner-404 .btn-404 a:first-child{margin-right:1em}.banner-404 .btn-404 a:hover{border-color:#fff}.banner-404 .btn-404 a svg{margin-right:.5em}#home-center{display:flex;flex-grow:1;flex-direction:column;justify-content:center}#home-title{margin:0;text-align:center}#home-subtitle{margin-top:0;margin-bottom:1.5em;text-align:center;line-height:normal;font-size:.7em;font-style:italic;opacity:.9}#home-links{font-size:1.4em;text-align:center;opacity:.8}#home-links a{margin:0 .2em}#home-nav{opacity:.8}#home-nav a{display:block;text-align:center;margin-top:.5em}#home-footer{text-align:center;font-size:.6em;line-height:normal;opacity:.6}#home-footer p{margin-top:0}.posts-group{display:flex;margin-bottom:1.9em;line-height:normal}.posts-group .post-year{padding-top:6px;margin-right:1.8em;font-size:1.6em;opacity:.6}.posts-group .post-year:hover{cursor:pointer}.posts-group .posts-list{flex-grow:1;margin:0;padding:0;list-style:none}.posts-group .post-item{border-bottom:1px #7d828a dashed}.posts-group .post-item a{display:flex;justify-content:space-between;align-items:baseline;padding:12px 0}.posts-group .post-day{flex-shrink:0;margin-left:1em;opacity:.6}.posts-group .post-description{font-size:x-small;flex-shrink:0;opacity:.6}.pinned-posts-group{display:flex;margin-bottom:1.9em;line-height:normal;border-bottom:2px #7d828a solid}.pinned-posts-group .pinned-posts-list{flex-grow:1;margin:0;padding:0;list-style:none}.pinned-posts-group .pinned-post-item{display:flex;justify-content:start;align-items:baseline;padding:12px 0}.pinned-posts-group .pinned-post-item a{padding-left:12px}.bg-img{width:100vw;height:100vh;opacity:.03;z-index:-1;position:fixed;top:0;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;background-position:50%;transition:opacity .5s}.show-bg-img{z-index:100;opacity:1;cursor:pointer}.post-header{margin-top:1.2em;line-height:normal}.post-header .post-meta{font-size:.9em;letter-spacing:normal;opacity:.6}.post-header h1{margin-top:.1em}hr.post-end{width:50%;margin-top:1.6em;margin-bottom:.8em;margin-left:0;border-style:solid;border-bottom-width:4px}.content a{word-wrap:break-word;border:none;box-shadow:inset 0 -4px #018472;transition-property:box-shadow;transition-duration:.1s}.content a:hover{box-shadow:inset 0 -1em #018472}.content figure{max-width:100%;height:auto;margin:0;text-align:center}.content figure p{font-size:.8em;font-style:italic;opacity:.6}.content figure.left{float:left;margin-right:1.5em;max-width:50%}.content figure.right{float:right;margin-left:1.5em;max-width:50%}.content figure.big{max-width:100vw}.content img{display:block;max-width:100%;height:auto;margin:auto;border-radius:4px}.content ul,.content ol{padding:0;margin-left:1.8em}.content a.anchor{float:left;margin-left:-20px;padding-right:6px;box-shadow:none;opacity:.8}.content a.anchor:hover{background:0 0;color:#018472;opacity:1}.content a.anchor svg{display:inline-block;width:14px;height:14px;vertical-align:baseline;visibility:hidden}.content a.anchor:focus svg{visibility:visible}.content h1:hover a.anchor svg,.content h2:hover a.anchor svg,.content h3:hover a.anchor svg,.content h4:hover a.anchor svg,.content h5:hover a.anchor svg,.content h6:hover a.anchor svg{visibility:visible}.footnotes{font-size:.85em}.footnotes a{box-shadow:none;text-decoration:underline;transition-property:color}.footnotes a:hover{background:0 0}.footnotes a.footnote-backref{text-decoration:none}.footnotes ol{line-height:1.8}a.footnote-ref{box-shadow:none;text-decoration:none;padding:2px;border-radius:2px;background-color:#2c3e50}a.footnote-ref:hover{box-shadow:none;background-color:#018472;transition-property:background-color}.post-info{font-size:.8rem;line-height:normal;opacity:.6}.post-info p{margin:.8em 0}.post-info a:hover{border-bottom:1px solid #018472}.post-info svg{margin-right:.8em}.post-info .tag{margin-right:.5em}.post-info .tag::before{content:"#"}.post-info .category{margin-right:.5em}.post-info .category::before{content:"⊲"}#toc{position:fixed;left:50%;top:0;display:none}.toc-title{margin-left:1em;margin-bottom:.5em;font-size:.8em;font-weight:700}#TableOfContents{font-size:.8em;opacity:.6}#TableOfContents ul{padding-left:1em;padding-right:1em;margin:0}#TableOfContents>::-webkit-scrollbar{width:4px}#TableOfContents>::-webkit-scrollbar-track{background:#6e6e6e}#TableOfContents>::-webkit-scrollbar-thumb{background:#2c3e50}#TableOfContents>::-webkit-scrollbar-thumb:hover{background:#3e5871}#TableOfContents>ul{list-style-type:none;overflow-y:auto;height:calc(100vh - 300px)}#TableOfContents>ul ul ul{font-size:.9em}#TableOfContents a:hover{border-bottom:#018472 1px solid}.post-nav{display:flex;justify-content:space-between;margin-top:1.5em;margin-bottom:2.5em;font-size:1.2em}.post-nav a{flex-basis:50%;flex-grow:1}.post-nav .next-post{text-align:left;padding-right:5px}.post-nav .prev-post{text-align:right;padding-left:5px}.post-nav .post-nav-label{font-size:.8em;opacity:.8;text-transform:uppercase}.related-posts{padding:.8em;margin-top:1.5em;font-size:.8rem;border:3px dashed rgba(255,255,255,.2);border-radius:5px}.related-posts h2{margin:0;line-height:normal}.related-posts ul{margin-top:.5em;margin-bottom:0}@media(min-width:800px){.site-main{margin-top:3em}hr.post-end{width:40%}}@media(min-width:960px){.site-main{margin-top:6em}}@media(min-width:1300px){.site-main{margin-top:8em}.desktop-only,#toc.show-toc{display:block}.desktop-only-ib{display:inline-block}figure.left{margin-left:-240px}figure.left p{text-align:left}figure.right{margin-right:-240px}figure.right p{text-align:right}figure.big{width:1200px;margin-left:-240px}hr.post-end{width:30%}#toc{top:13em;margin-left:370px;max-width:220px}}@media(min-width:1800px){.site-main{margin-top:10em}.section-inner{max-width:1600px}.thin{max-width:960px}figure.left{max-width:75%;margin-left:-320px}figure.right{max-width:75%;margin-right:-320px}figure.big{width:1600px;margin-left:-320px}hr.post-end{width:30%}#toc{top:15em;margin-left:490px;max-width:300px}}@media(min-width:761px){#mobile-menu{display:none!important}}@media(max-width:760px){.hide-in-mobile,.site-nav.hide-in-mobile{display:none}#menu-btn{display:inline-block}.posts-group{display:block}.posts-group .post-year{margin:-6px 0 4px}#spotlight.error-404{flex-direction:column;text-align:center}#spotlight.error-404 .banner-404{margin:0}}@media(max-width:520px){.content figure.left,.content figure.right{float:unset;max-width:100%;margin:0}hr.post-end{width:60%}#mobile-menu{right:4.2em}#home-subtitle{font-size:.5em}}.human{display:flex;justify-content:flex-end}#home-subtitle{overflow:hidden;border-right:.5em solid #00b89f;white-space:nowrap;margin:0 auto 1.5em;animation:typing 5s steps(0,end),blink-caret .75s linear 5.1s infinite}@keyframes typing{from{max-width:0}to{max-width:100%}}@keyframes blink-caret{from,to{border-color:transparent}50%{border-color:#00b89f}} \ No newline at end of file diff --git a/public/en/404.html b/public/en/404.html new file mode 100644 index 0000000..a44240b --- /dev/null +++ b/public/en/404.html @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +404 Page not found + + +
+

+ 404-lighthouse + + + + + + + + + + + + + + + + + + + + +

+ +
+ + + + diff --git a/public/en/index.html b/public/en/index.html new file mode 100644 index 0000000..a6639dc --- /dev/null +++ b/public/en/index.html @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +TheWrightServer + + + + +
+
+

TheWrightServer

+

With the wrong admin

+ + +
+ +
+ + + + diff --git a/public/en/index.xml b/public/en/index.xml new file mode 100644 index 0000000..f2e8848 --- /dev/null +++ b/public/en/index.xml @@ -0,0 +1,20 @@ + + + + TheWrightServer + http://localhost:1313/en/ + Recent content on TheWrightServer + Hugo + en-us + Josh Wright + Sun, 08 Dec 2024 22:41:31 -0500 + + + My First Post + http://localhost:1313/en/posts/my-first-post/ + Sun, 08 Dec 2024 22:41:31 -0500 + http://localhost:1313/en/posts/my-first-post/ + <p> <aside class="admonition warning"> <div class="admonition-title"> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-circle"> <circle cx="12" cy="12" r="10"></circle> <line x1="12" y1="8" x2="12" y2="12"></line> <line x1="12" y1="16" x2="12.01" y2="16"></line> </svg></div><b>Warning!</b> </div> <div class="admonition-content"><strong>Please</strong> do not blindly copy what I do if you don&rsquo;t understand it</div> </aside> Welcome to my blog. I hope this gets replaced by an actual entry but until then&hellip;</p> + + + diff --git a/public/en/posts/index.html b/public/en/posts/index.html new file mode 100644 index 0000000..c6778cb --- /dev/null +++ b/public/en/posts/index.html @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Posts + + + + +
+ +
+ + +
+

Posts

+ + +
+ + + + + + diff --git a/public/en/posts/index.xml b/public/en/posts/index.xml new file mode 100644 index 0000000..0552dcc --- /dev/null +++ b/public/en/posts/index.xml @@ -0,0 +1,36 @@ + + + Posts on TheWrightServer + http://localhost:1313/en/posts/ + Recent content in Posts on TheWrightServer + Hugo -- gohugo.io + en-us + Josh Wright + Sun, 08 Dec 2024 22:41:31 -0500 + + + + My First Post + http://localhost:1313/en/posts/my-first-post/ + Sun, 08 Dec 2024 22:41:31 -0500 + + http://localhost:1313/en/posts/my-first-post/ + )]]> + + +Welcome to my blog. I hope this gets replaced by an actual entry but until then…

+]]>
+
+ +
+
diff --git a/public/en/posts/my-first-post/index.html b/public/en/posts/my-first-post/index.html new file mode 100644 index 0000000..b62d829 --- /dev/null +++ b/public/en/posts/my-first-post/index.html @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +My First Post + + + + +
+ +
+ + +
+
+ +

My First Post

+
+ +
+
+

+

+Welcome to my blog. I hope this gets replaced by an actual entry but until then…

+ +
+ + +
+
+
+
+
+ + + + + + diff --git a/public/en/sitemap.xml b/public/en/sitemap.xml new file mode 100644 index 0000000..c1925d5 --- /dev/null +++ b/public/en/sitemap.xml @@ -0,0 +1,20 @@ + + + + http://localhost:1313/en/tags/chatter/ + 2024-12-08T22:41:31-05:00 + + http://localhost:1313/en/posts/my-first-post/ + 2024-12-08T22:41:31-05:00 + + http://localhost:1313/en/posts/ + 2024-12-08T22:41:31-05:00 + + http://localhost:1313/en/tags/ + 2024-12-08T22:41:31-05:00 + + http://localhost:1313/en/ + 2024-12-08T22:41:31-05:00 + + diff --git a/public/en/tags/chatter/index.html b/public/en/tags/chatter/index.html new file mode 100644 index 0000000..1441db3 --- /dev/null +++ b/public/en/tags/chatter/index.html @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Chatter + + + + +
+ +
+ + +
+

Chatter

+ + +
+ + + + + + diff --git a/public/en/tags/chatter/index.xml b/public/en/tags/chatter/index.xml new file mode 100644 index 0000000..d95fee0 --- /dev/null +++ b/public/en/tags/chatter/index.xml @@ -0,0 +1,20 @@ + + + + Chatter on TheWrightServer + http://localhost:1313/en/tags/chatter/ + Recent content in Chatter on TheWrightServer + Hugo + en-us + Josh Wright + Sun, 08 Dec 2024 22:41:31 -0500 + + + My First Post + http://localhost:1313/en/posts/my-first-post/ + Sun, 08 Dec 2024 22:41:31 -0500 + http://localhost:1313/en/posts/my-first-post/ + <p> <aside class="admonition warning"> <div class="admonition-title"> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-circle"> <circle cx="12" cy="12" r="10"></circle> <line x1="12" y1="8" x2="12" y2="12"></line> <line x1="12" y1="16" x2="12.01" y2="16"></line> </svg></div><b>Warning!</b> </div> <div class="admonition-content"><strong>Please</strong> do not blindly copy what I do if you don&rsquo;t understand it</div> </aside> Welcome to my blog. I hope this gets replaced by an actual entry but until then&hellip;</p> + + + diff --git a/public/en/tags/index.html b/public/en/tags/index.html new file mode 100644 index 0000000..78fdaa9 --- /dev/null +++ b/public/en/tags/index.html @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Tags + + + + +
+ +
+ + +
+

Tags

+ +
+
2024
+ +
+
+ + + + + + diff --git a/public/en/tags/index.xml b/public/en/tags/index.xml new file mode 100644 index 0000000..d825995 --- /dev/null +++ b/public/en/tags/index.xml @@ -0,0 +1,20 @@ + + + + Tags on TheWrightServer + http://localhost:1313/en/tags/ + Recent content in Tags on TheWrightServer + Hugo + en-us + Josh Wright + Sun, 08 Dec 2024 22:41:31 -0500 + + + Chatter + http://localhost:1313/en/tags/chatter/ + Sun, 08 Dec 2024 22:41:31 -0500 + http://localhost:1313/en/tags/chatter/ + + + + diff --git a/public/en/tags/untagged/index.html b/public/en/tags/untagged/index.html new file mode 100644 index 0000000..de7142a --- /dev/null +++ b/public/en/tags/untagged/index.html @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Untagged + + + + +
+ +
+ + +
+

Untagged

+ + +
+ + + + + + diff --git a/public/en/tags/untagged/index.xml b/public/en/tags/untagged/index.xml new file mode 100644 index 0000000..6e44a9f --- /dev/null +++ b/public/en/tags/untagged/index.xml @@ -0,0 +1,20 @@ + + + + Untagged on TheWrightServer + http://localhost:1313/en/tags/untagged/ + Recent content in Untagged on TheWrightServer + Hugo + en-us + Josh Wright + Sun, 08 Dec 2024 22:41:31 -0500 + + + My First Post + http://localhost:1313/en/posts/my-first-post/ + Sun, 08 Dec 2024 22:41:31 -0500 + http://localhost:1313/en/posts/my-first-post/ + <p> <aside class="admonition warning"> <div class="admonition-title"> <div class="icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-circle"> <circle cx="12" cy="12" r="10"></circle> <line x1="12" y1="8" x2="12" y2="12"></line> <line x1="12" y1="16" x2="12.01" y2="16"></line> </svg></div><b>Warning!</b> </div> <div class="admonition-content"><strong>Please</strong> do not blindly copy what I do if you don&rsquo;t understand it</div> </aside> Welcome to my blog. I hope this gets replaced by an actual entry but until then&hellip;</p> + + + diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..a3f98b9 --- /dev/null +++ b/public/index.html @@ -0,0 +1,10 @@ + + + + http://localhost:1313/en/ + + + + + + diff --git a/public/js/bundle.min.c7c384e4d29d192bbac6811ae4660bb01767194a5bea56baca77e8260f93ea16.js b/public/js/bundle.min.c7c384e4d29d192bbac6811ae4660bb01767194a5bea56baca77e8260f93ea16.js new file mode 100644 index 0000000..99a437c --- /dev/null +++ b/public/js/bundle.min.c7c384e4d29d192bbac6811ae4660bb01767194a5bea56baca77e8260f93ea16.js @@ -0,0 +1 @@ +const throttle=(e,t)=>{let n=null;return()=>{n==null&&(n=setTimeout(()=>{e(),n=null},t))}},listen=(e,t,n)=>{document.querySelector(e)!==null&&document.querySelector(e).addEventListener(t,n)};let header=document.getElementById("site-header"),lastScrollPosition=window.pageYOffset;const autoHideHeader=()=>{let e=Math.max(window.pageYOffset,0);e>lastScrollPosition?(header.classList.remove("slideInUp"),header.classList.add("slideOutDown")):(header.classList.remove("slideOutDown"),header.classList.add("slideInUp")),lastScrollPosition=e};let mobileMenuVisible=!1;const toggleMobileMenu=()=>{let e=document.getElementById("mobile-menu");mobileMenuVisible==!1?(e.style.animationName="bounceInRight",e.style.webkitAnimationName="bounceInRight",e.style.display="block",mobileMenuVisible=!0):(e.style.animationName="bounceOutRight",e.style.webkitAnimationName="bounceOutRight",e.style.display="none",mobileMenuVisible=!1)};let shareMenuVisible=!1;const shareMobileMenu=()=>{let e=document.getElementById("share-links");shareMenuVisible==!1?(e.style.animationName="bounceInRight",e.style.webkitAnimationName="bounceInRight",e.style.display="block",shareMenuVisible=!0):(e.style.animationName="bounceOutRight",e.style.webkitAnimationName="bounceOutRight",e.style.display="none",shareMenuVisible=!1)},showImg=()=>{document.querySelector(".bg-img").classList.add("show-bg-img")},hideImg=()=>{document.querySelector(".bg-img").classList.remove("show-bg-img")},toggleToc=()=>{document.getElementById("toc").classList.toggle("show-toc")};header!==null&&(listen("#menu-btn","click",toggleMobileMenu),listen("#share-btn","click",shareMobileMenu),listen("#toc-btn","click",toggleToc),listen("#img-btn","click",showImg),listen(".bg-img","click",hideImg),document.querySelectorAll(".post-year").forEach(e=>{e.addEventListener("click",()=>{window.location.hash="#"+e.id})}),window.addEventListener("scroll",throttle(()=>{autoHideHeader(),mobileMenuVisible==!0&&toggleMobileMenu(),shareMenuVisible==!0&&shareMobileMenu()},250))),function(){"use strict";if(!document.queryCommandSupported("copy"))return;function e(e,t){e.textContent=t,setTimeout(function(){e.textContent="Copy"},1e3)}function t(e){var t=window.getSelection(),n=document.createRange();return n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n),t}function n(n){var o,s=document.createElement("button");s.className="highlight-copy-btn",s.textContent="Copy",o=n.firstElementChild,s.addEventListener("click",function(){try{if(o.firstElementChild instanceof HTMLTableElement)var n=t(o.firstElementChild.firstElementChild.firstElementChild.lastElementChild);else n=t(o);document.execCommand("copy"),n.removeAllRanges(),e(s,"Copied!")}catch(t){console&&console.log(t),e(s,"Failed :'(")}}),n.appendChild(s)}var s=document.getElementsByClassName("highlight");Array.prototype.forEach.call(s,n)}() \ No newline at end of file diff --git a/public/js/link-share.min.24409a4f6e5537d70ffc55ec8f9192208d718678cb8638585342423020b37f39.js b/public/js/link-share.min.24409a4f6e5537d70ffc55ec8f9192208d718678cb8638585342423020b37f39.js new file mode 100644 index 0000000..2670df1 --- /dev/null +++ b/public/js/link-share.min.24409a4f6e5537d70ffc55ec8f9192208d718678cb8638585342423020b37f39.js @@ -0,0 +1 @@ +async function linkShare(e,t,n){let s={title:e,text:n,url:t};if(typeof navigator.canShare=="function"&&navigator.canShare(s))try{await navigator.share(s)}catch(e){console.error(e)}else if(navigator?.clipboard?.writeText)try{await navigator.clipboard.writeText(t)}catch(e){console.error(e)}else console.log("Neither WebShare API nor CLipboard API is supported")} \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..b4ad278 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,11 @@ + + + + + http://localhost:1313/en/sitemap.xml + + 2024-12-08T22:41:31-05:00 + + + + diff --git a/resources/_gen/assets/scss/style.scss_9456d1c6c89668c9bbd4d7e616654b14.content b/resources/_gen/assets/scss/style.scss_9456d1c6c89668c9bbd4d7e616654b14.content new file mode 100644 index 0000000..d18c7be --- /dev/null +++ b/resources/_gen/assets/scss/style.scss_9456d1c6c89668c9bbd4d7e616654b14.content @@ -0,0 +1,5 @@ +@charset "UTF-8";.admonition{position:relative;margin:1rem 0 1.5rem;border-left:.25rem solid #448aff;box-shadow:5px 5px 10px -5px rgba(0,0,0,.5);border-radius:0 8px 8px 0;overflow:auto}.admonition .admonition-title{padding:.25rem .5rem;border-bottom:1px solid rgba(68,138,255,.1);background-color:rgba(68,138,255,.1);color:#448aff}.admonition .admonition-title .icon{display:inline-block;padding:0 10px 0 0;font-size:.85rem;color:#448aff}.admonition .admonition-content{padding:.25rem .5rem}.admonition.note{border-left-color:#448aff}.admonition.note .admonition-title{color:#448aff}.admonition.note .icon{color:#448aff}.admonition.info{border-left-color:#00b8d4}.admonition.info .admonition-title{color:#00b8d4}.admonition.info .icon{color:#00b8d4}.admonition.tip{border-left-color:#00bfa5}.admonition.tip .admonition-title{color:#00bfa5}.admonition.tip .icon{color:#00bfa5}.admonition.success{border-left-color:#00c853}.admonition.success .admonition-title{color:#00c853}.admonition.success .icon{color:#00c853}.admonition.warning{border-left-color:#ff9100}.admonition.warning .admonition-title{color:#ff9100}.admonition.warning .icon{color:#ff9100}.admonition.failure{border-left-color:#ff5252}.admonition.failure .admonition-title{color:#ff5252}.admonition.failure .icon{color:#ff5252}.admonition.danger{border-left-color:#ff1744}.admonition.danger .admonition-title{color:#ff1744}.admonition.danger .icon{color:#ff1744}.admonition.bug{border-left-color:#f50057}.admonition.bug .admonition-title{color:#f50057}.admonition.bug .icon{color:#f50057}.admonition.note{background-color:rgba(68,138,255,.1)}.admonition.note .admonition-title{border-bottom-color:rgba(68,138,255,.1);background-color:rgba(68,138,255,.1)}.admonition.info{background-color:rgba(0,184,212,.1)}.admonition.info .admonition-title{border-bottom-color:rgba(0,184,212,.1);background-color:rgba(0,184,212,.1)}.admonition.tip{background-color:rgba(0,191,165,.1)}.admonition.tip .admonition-title{border-bottom-color:rgba(0,191,165,.1);background-color:rgba(0,191,165,.1)}.admonition.success{background-color:rgba(0,200,83,.1)}.admonition.success .admonition-title{border-bottom-color:rgba(0,200,83,.1);background-color:rgba(0,200,83,.1)}.admonition.warning{background-color:rgba(255,145,0,.1)}.admonition.warning .admonition-title{border-bottom-color:rgba(255,145,0,.1);background-color:rgba(255,145,0,.1)}.admonition.failure{background-color:rgba(255,82,82,.1)}.admonition.failure .admonition-title{border-bottom-color:rgba(255,82,82,.1);background-color:rgba(255,82,82,.1)}.admonition.danger{background-color:rgba(255,23,68,.1)}.admonition.danger .admonition-title{border-bottom-color:rgba(255,23,68,.1);background-color:rgba(255,23,68,.1)}.admonition.bug{background-color:rgba(245,0,87,.1)}.admonition.bug .admonition-title{border-bottom-color:rgba(245,0,87,.1);background-color:rgba(245,0,87,.1)}/*!normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css*/html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.chroma{color:#eee;background-color:#2c3e50}.chroma .err{color:#960050;background-color:#1e0010}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0;width:auto;overflow:auto;display:block}.chroma .hl{display:block;width:100%;background-color:#55595ebb}.chroma .lnt{margin-right:.4em;padding:0 .4em}.chroma .ln{margin-right:.4em;padding:0 .4em}.chroma .k{color:#66d9ef}.chroma .kc{color:#66d9ef}.chroma .kd{color:#66d9ef}.chroma .kn{color:#f92672}.chroma .kp{color:#66d9ef}.chroma .kr{color:#66d9ef}.chroma .kt{color:#66d9ef}.chroma .na{color:#a6e22e}.chroma .nc{color:#a6e22e}.chroma .no{color:#66d9ef}.chroma .nd{color:#a6e22e}.chroma .ne{color:#a6e22e}.chroma .nf{color:#a6e22e}.chroma .nx{color:#a6e22e}.chroma .nt{color:#f92672}.chroma .l{color:#ae81ff}.chroma .ld{color:#e6db74}.chroma .s{color:#e6db74}.chroma .sa{color:#e6db74}.chroma .sb{color:#e6db74}.chroma .sc{color:#e6db74}.chroma .dl{color:#e6db74}.chroma .sd{color:#e6db74}.chroma .s2{color:#e6db74}.chroma .se{color:#ae81ff}.chroma .sh{color:#e6db74}.chroma .si{color:#e6db74}.chroma .sx{color:#e6db74}.chroma .sr{color:#e6db74}.chroma .s1{color:#e6db74}.chroma .ss{color:#e6db74}.chroma .m{color:#ae81ff}.chroma .mb{color:#ae81ff}.chroma .mf{color:#ae81ff}.chroma .mh{color:#ae81ff}.chroma .mi{color:#ae81ff}.chroma .il{color:#ae81ff}.chroma .mo{color:#ae81ff}.chroma .o{color:#f92672}.chroma .ow{color:#f92672}.chroma .c{color:#75715e}.chroma .ch{color:#75715e}.chroma .cm{color:#75715e}.chroma .c1{color:#75715e}.chroma .cs{color:#75715e}.chroma .cp{color:#75715e}.chroma .cpf{color:#75715e}.chroma .gd{color:#f92672}.chroma .ge{font-style:italic}.chroma .gi{color:#a6e22e}.chroma .gs{font-weight:700}.chroma .gu{color:#75715e}/*!* animate.css - https://animate.style/ +* Version - 4.1.0 +* Licensed under the MIT license - http://opensource.org/licenses/MIT +* +* Copyright (c) 2020 Animate.css*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animated.repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animated.delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animated.delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animated.delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animated.delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animated.faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animated.fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animated.slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animated.slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media(prefers-reduced-motion:reduce),print{.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)scaleY(.95)}90%{transform:translate3d(0,-4px,0)scaleY(1.02)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0)scaleX(1)}75%{transform:translate3d(10px,0,0)scaleX(.98)}90%{transform:translate3d(-5px,0,0)scaleX(.995)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0)scaleX(2)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}.scroll-up{position:fixed;bottom:10%;right:2%;z-index:1;opacity:0;transition:all .5s ease}.scroll-up .scroll #st-ring{stroke:#ccc}.scroll-up .scroll #st-circle{fill:#3b3e48}.scroll-up .scroll #st-arrow{fill:#018574}.hide{opacity:0;transform:translateY(20px)}.show{opacity:1;transform:translateY(0)}#share-links{position:fixed;bottom:7em;right:.5em;display:none;padding:.6em .5em;z-index:1;box-sizing:border-box;box-shadow:-1px -2px 3px rgba(0,0,0,.45);background-color:#2c3e50}#share-links ul{list-style:none;margin:0;padding:0;line-height:2;font-size:1.2em}#share-links ul a{color:#7d828a}#share-links ul a:hover,#share-links ul a:active,#share-links ul a:focus{color:#e8eef2}@media(max-width:520px){#share-links{right:.2em;bottom:8em}}::-moz-selection{background:#7d828a}::selection{background:#7d828a}::-webkit-scrollbar{width:8px;height:8px;background:#2c3e50}::-webkit-scrollbar-thumb{background:#878787}::-webkit-scrollbar-thumb:hover{background:#e8eef2}html{background:#494f5c;line-height:1.6;letter-spacing:.06em;scroll-behavior:smooth}body,button,input,select,textarea{color:#e8eef2;font-family:trebuchet ms,Verdana,verdana ref,segoe ui,Candara,lucida grande,lucida sans unicode,lucida sans,Tahoma,sans-serif}pre,code,pre tt{font-family:Consolas,andale mono wt,andale mono,Menlo,Monaco,lucida console,lucida sans typewriter,dejavu sans mono,bitstream vera sans mono,liberation mono,nimbus mono l,courier new,Courier,yahei consolas hybrid,monospace,segoe ui emoji,pingfang sc,microsoft yahei}pre{padding:.7em 1.1em;font-size:.9em;line-height:1.5;letter-spacing:normal;white-space:pre;color:#eee;background:#2c3e50;overflow-x:auto;-webkit-overflow-scrolling:touch}pre.mermaid{background:#272822}pre code{padding:0;margin:0;color:#eee;background:0 0}code{color:#acaaaa;background:#3b3e48;border-radius:3px;padding:0 3px;margin:0 4px;word-wrap:break-word;letter-spacing:normal}blockquote{border-left:.25em solid;margin:1em;padding:0 1em;font-style:italic}blockquote cite{font-weight:700;font-style:normal}blockquote cite::before{content:"—— "}a{color:#e8eef2;text-decoration:none;border:none;transition-property:color;transition-duration:.4s;transition-timing-function:ease-out}a:hover{color:#fff;text-shadow:0 0 1px #fff}hr{opacity:.2;border-width:0 0 5px;border-style:dashed;background:0 0;width:50%;margin:1.8em auto}table{border-collapse:collapse;border-spacing:0;empty-cells:show;width:100%;max-width:100%}table th,table td{padding:1.5%;border:1px solid}table th{font-weight:700;vertical-align:bottom}.section-inner{margin:0 auto;max-width:1200px;width:93%}.thin{max-width:720px;margin:auto}.feather{display:inline-block;vertical-align:-.125em;width:1em;height:1em}.sub-menu{font-size:.7em}.desktop-only,.desktop-only-ib{display:none}.highlight{position:relative}.highlight div,.highlight pre{overflow-x:auto;border-radius:4px;-webkit-overflow-scrolling:touch}.highlight-copy-btn{position:absolute;bottom:7px;right:7px;border:0;border-radius:4px;padding:1px;font-size:.7em;line-height:1.8;color:#fff;background-color:#777;opacity:.6;min-width:55px;text-align:center}.highlight-copy-btn:hover{background-color:#666}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#site-header{position:fixed;z-index:1;bottom:0;width:100%;box-sizing:border-box;box-shadow:-1px -2px 3px rgba(0,0,0,.45);background-color:#3b3e48;animation-duration:.3s;animation-fill-mode:forwards}.hdr-wrapper{display:flex;justify-content:space-between;align-items:center;padding:.5em 0;font-size:1.2rem}.hdr-wrapper .site-branding{display:inline-block;margin-right:.8em;font-size:1.2em}.hdr-wrapper .site-nav{display:inline-block;font-size:1.1em;opacity:.8}.hdr-wrapper .site-nav .has-children{padding-right:.5em;border-right:2px solid #7d828a}.hdr-wrapper .site-nav .sub-menu>a{margin-left:.3em}.hdr-wrapper .site-nav a{margin-left:.8em}.hdr-icons{font-size:1.2em}.hdr-links{display:inline-block;margin-left:.6em}.hdr-links>a{margin-left:.4em}.hdr-btn{border:none;background:0 0;padding:0;margin-left:.4em;cursor:pointer}#menu-btn{display:none;margin-left:.6em;cursor:pointer}#mobile-menu{position:fixed;bottom:4.8em;right:4.5em;display:none;padding:.6em 1.8em;z-index:1;box-sizing:border-box;box-shadow:-1px -2px 3px rgba(0,0,0,.45);background-color:#3b3e48}#mobile-menu ul{list-style:none;margin:0;padding:0;line-height:2;font-size:1.2em}#site-footer{text-align:center;font-size:.9em;margin-bottom:96px;margin-top:64px}#site-footer p{margin:0}#spotlight{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;max-width:93%;margin:auto;font-size:1.5rem}#spotlight.error-404{flex-direction:row;line-height:normal}p.img-404{margin:0}p.img-404 svg{width:180px;max-width:100%;height:auto}.banner-404{margin-left:2em}.banner-404 h1{font-size:3em;margin:.5rem 0}.banner-404 p{margin-top:0}.banner-404 .btn-404{font-size:.8em}.banner-404 .btn-404 a{display:inline-block;border:2px solid #e8eef2;border-radius:5px;padding:5px;transition-property:color,border-color}.banner-404 .btn-404 a:first-child{margin-right:1em}.banner-404 .btn-404 a:hover{border-color:#fff}.banner-404 .btn-404 a svg{margin-right:.5em}#home-center{display:flex;flex-grow:1;flex-direction:column;justify-content:center}#home-title{margin:0;text-align:center}#home-subtitle{margin-top:0;margin-bottom:1.5em;text-align:center;line-height:normal;font-size:.7em;font-style:italic;opacity:.9}#home-links{font-size:1.4em;text-align:center;opacity:.8}#home-links a{margin:0 .2em}#home-nav{opacity:.8}#home-nav a{display:block;text-align:center;margin-top:.5em}#home-footer{text-align:center;font-size:.6em;line-height:normal;opacity:.6}#home-footer p{margin-top:0}.posts-group{display:flex;margin-bottom:1.9em;line-height:normal}.posts-group .post-year{padding-top:6px;margin-right:1.8em;font-size:1.6em;opacity:.6}.posts-group .post-year:hover{cursor:pointer}.posts-group .posts-list{flex-grow:1;margin:0;padding:0;list-style:none}.posts-group .post-item{border-bottom:1px #7d828a dashed}.posts-group .post-item a{display:flex;justify-content:space-between;align-items:baseline;padding:12px 0}.posts-group .post-day{flex-shrink:0;margin-left:1em;opacity:.6}.posts-group .post-description{font-size:x-small;flex-shrink:0;opacity:.6}.pinned-posts-group{display:flex;margin-bottom:1.9em;line-height:normal;border-bottom:2px #7d828a solid}.pinned-posts-group .pinned-posts-list{flex-grow:1;margin:0;padding:0;list-style:none}.pinned-posts-group .pinned-post-item{display:flex;justify-content:start;align-items:baseline;padding:12px 0}.pinned-posts-group .pinned-post-item a{padding-left:12px}.bg-img{width:100vw;height:100vh;opacity:.03;z-index:-1;position:fixed;top:0;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;background-position:50%;transition:opacity .5s}.show-bg-img{z-index:100;opacity:1;cursor:pointer}.post-header{margin-top:1.2em;line-height:normal}.post-header .post-meta{font-size:.9em;letter-spacing:normal;opacity:.6}.post-header h1{margin-top:.1em}hr.post-end{width:50%;margin-top:1.6em;margin-bottom:.8em;margin-left:0;border-style:solid;border-bottom-width:4px}.content a{word-wrap:break-word;border:none;box-shadow:inset 0 -4px #018472;transition-property:box-shadow;transition-duration:.1s}.content a:hover{box-shadow:inset 0 -1em #018472}.content figure{max-width:100%;height:auto;margin:0;text-align:center}.content figure p{font-size:.8em;font-style:italic;opacity:.6}.content figure.left{float:left;margin-right:1.5em;max-width:50%}.content figure.right{float:right;margin-left:1.5em;max-width:50%}.content figure.big{max-width:100vw}.content img{display:block;max-width:100%;height:auto;margin:auto;border-radius:4px}.content ul,.content ol{padding:0;margin-left:1.8em}.content a.anchor{float:left;margin-left:-20px;padding-right:6px;box-shadow:none;opacity:.8}.content a.anchor:hover{background:0 0;color:#018472;opacity:1}.content a.anchor svg{display:inline-block;width:14px;height:14px;vertical-align:baseline;visibility:hidden}.content a.anchor:focus svg{visibility:visible}.content h1:hover a.anchor svg,.content h2:hover a.anchor svg,.content h3:hover a.anchor svg,.content h4:hover a.anchor svg,.content h5:hover a.anchor svg,.content h6:hover a.anchor svg{visibility:visible}.footnotes{font-size:.85em}.footnotes a{box-shadow:none;text-decoration:underline;transition-property:color}.footnotes a:hover{background:0 0}.footnotes a.footnote-backref{text-decoration:none}.footnotes ol{line-height:1.8}a.footnote-ref{box-shadow:none;text-decoration:none;padding:2px;border-radius:2px;background-color:#2c3e50}a.footnote-ref:hover{box-shadow:none;background-color:#018472;transition-property:background-color}.post-info{font-size:.8rem;line-height:normal;opacity:.6}.post-info p{margin:.8em 0}.post-info a:hover{border-bottom:1px solid #018472}.post-info svg{margin-right:.8em}.post-info .tag{margin-right:.5em}.post-info .tag::before{content:"#"}.post-info .category{margin-right:.5em}.post-info .category::before{content:"⊲"}#toc{position:fixed;left:50%;top:0;display:none}.toc-title{margin-left:1em;margin-bottom:.5em;font-size:.8em;font-weight:700}#TableOfContents{font-size:.8em;opacity:.6}#TableOfContents ul{padding-left:1em;padding-right:1em;margin:0}#TableOfContents>::-webkit-scrollbar{width:4px}#TableOfContents>::-webkit-scrollbar-track{background:#6e6e6e}#TableOfContents>::-webkit-scrollbar-thumb{background:#2c3e50}#TableOfContents>::-webkit-scrollbar-thumb:hover{background:#3e5871}#TableOfContents>ul{list-style-type:none;overflow-y:auto;height:calc(100vh - 300px)}#TableOfContents>ul ul ul{font-size:.9em}#TableOfContents a:hover{border-bottom:#018472 1px solid}.post-nav{display:flex;justify-content:space-between;margin-top:1.5em;margin-bottom:2.5em;font-size:1.2em}.post-nav a{flex-basis:50%;flex-grow:1}.post-nav .next-post{text-align:left;padding-right:5px}.post-nav .prev-post{text-align:right;padding-left:5px}.post-nav .post-nav-label{font-size:.8em;opacity:.8;text-transform:uppercase}.related-posts{padding:.8em;margin-top:1.5em;font-size:.8rem;border:3px dashed rgba(255,255,255,.2);border-radius:5px}.related-posts h2{margin:0;line-height:normal}.related-posts ul{margin-top:.5em;margin-bottom:0}@media(min-width:800px){.site-main{margin-top:3em}hr.post-end{width:40%}}@media(min-width:960px){.site-main{margin-top:6em}}@media(min-width:1300px){.site-main{margin-top:8em}.desktop-only,#toc.show-toc{display:block}.desktop-only-ib{display:inline-block}figure.left{margin-left:-240px}figure.left p{text-align:left}figure.right{margin-right:-240px}figure.right p{text-align:right}figure.big{width:1200px;margin-left:-240px}hr.post-end{width:30%}#toc{top:13em;margin-left:370px;max-width:220px}}@media(min-width:1800px){.site-main{margin-top:10em}.section-inner{max-width:1600px}.thin{max-width:960px}figure.left{max-width:75%;margin-left:-320px}figure.right{max-width:75%;margin-right:-320px}figure.big{width:1600px;margin-left:-320px}hr.post-end{width:30%}#toc{top:15em;margin-left:490px;max-width:300px}}@media(min-width:761px){#mobile-menu{display:none!important}}@media(max-width:760px){.hide-in-mobile,.site-nav.hide-in-mobile{display:none}#menu-btn{display:inline-block}.posts-group{display:block}.posts-group .post-year{margin:-6px 0 4px}#spotlight.error-404{flex-direction:column;text-align:center}#spotlight.error-404 .banner-404{margin:0}}@media(max-width:520px){.content figure.left,.content figure.right{float:unset;max-width:100%;margin:0}hr.post-end{width:60%}#mobile-menu{right:4.2em}#home-subtitle{font-size:.5em}}.human{display:flex;justify-content:flex-end}#home-subtitle{overflow:hidden;border-right:.5em solid #00b89f;white-space:nowrap;margin:0 auto 1.5em;animation:typing 5s steps(20,end),blink-caret .75s linear 5.1s infinite}@keyframes typing{from{max-width:0}to{max-width:100%}}@keyframes blink-caret{from,to{border-color:transparent}50%{border-color:#00b89f}} \ No newline at end of file diff --git a/resources/_gen/assets/scss/style.scss_9456d1c6c89668c9bbd4d7e616654b14.json b/resources/_gen/assets/scss/style.scss_9456d1c6c89668c9bbd4d7e616654b14.json new file mode 100644 index 0000000..3336290 --- /dev/null +++ b/resources/_gen/assets/scss/style.scss_9456d1c6c89668c9bbd4d7e616654b14.json @@ -0,0 +1 @@ +{"Target":"css/style.min.0f53a185c81a99b00a62b107364a792ca58781a16ca843e0caf19fa7a85cb725.css","MediaType":"text/css","Data":{"Integrity":"sha256-D1OhhcgambAKYrEHNkp5LKWHgaFsqEPgyvGfp6hctyU="}} \ No newline at end of file diff --git a/themes/hermit-v2 b/themes/hermit-v2 new file mode 160000 index 0000000..ee4609d --- /dev/null +++ b/themes/hermit-v2 @@ -0,0 +1 @@ +Subproject commit ee4609d2c3d344d8e959c65c442a31c5e6b76f7a