From 49a9ab59c834e8be92379258f3f9f83d8dc13d14 Mon Sep 17 00:00:00 2001 From: Lieuwe Leene Date: Tue, 24 Aug 2021 09:08:44 +0200 Subject: [PATCH] Correct theme init and dont track generated files --- .gitignore | 9 +-- config.toml | 8 +- content/main/about.md | 3 +- static/404.html | 51 ------------- static/android-chrome-192x192.png | 0 static/android-chrome-384x384.png | 0 static/apple-touch-icon.png | 0 static/browserconfig.xml | 0 static/categories/index.html | 72 ------------------ static/categories/index.xml | 10 --- ...b0b2b181ca6a2d7c5fdd6fe6b8ba4bf47e566f.css | 5 -- static/favicon-16x16.png | 0 static/favicon-32x32.png | 0 static/favicon.ico | 0 static/index.html | 55 ------------- static/index.xml | 10 --- ...8da13f98ff79a7938ce7d2a5e2ae1ec0de3beb8.js | 1 - static/mstile-150x150.png | 0 static/public/404.html | 51 ------------- static/public/android-chrome-192x192.png | Bin 2100 -> 0 bytes static/public/android-chrome-384x384.png | Bin 5397 -> 0 bytes static/public/apple-touch-icon.png | Bin 1975 -> 0 bytes static/public/browserconfig.xml | 9 --- static/public/categories/index.html | 72 ------------------ static/public/categories/index.xml | 10 --- ...b0b2b181ca6a2d7c5fdd6fe6b8ba4bf47e566f.css | 5 -- static/public/favicon-16x16.png | Bin 401 -> 0 bytes static/public/favicon-32x32.png | Bin 526 -> 0 bytes static/public/favicon.ico | Bin 6318 -> 0 bytes static/public/index.html | 55 ------------- static/public/index.xml | 10 --- ...8da13f98ff79a7938ce7d2a5e2ae1ec0de3beb8.js | 1 - static/public/mstile-150x150.png | Bin 1464 -> 0 bytes static/public/sitemap.xml | 11 --- static/public/tags/index.html | 72 ------------------ static/public/tags/index.xml | 10 --- static/safari-pinned-tab.svg | 0 static/site.webmanifest | 0 static/sitemap.xml | 11 --- static/tags/index.html | 72 ------------------ static/tags/index.xml | 10 --- 41 files changed, 9 insertions(+), 614 deletions(-) delete mode 100644 static/404.html delete mode 100644 static/android-chrome-192x192.png delete mode 100644 static/android-chrome-384x384.png delete mode 100644 static/apple-touch-icon.png delete mode 100644 static/browserconfig.xml delete mode 100644 static/categories/index.html delete mode 100644 static/categories/index.xml delete mode 100644 static/css/style.min.eac77496566fd7d5768fd650ddb0b2b181ca6a2d7c5fdd6fe6b8ba4bf47e566f.css delete mode 100644 static/favicon-16x16.png delete mode 100644 static/favicon-32x32.png delete mode 100644 static/favicon.ico delete mode 100644 static/index.html delete mode 100644 static/index.xml delete mode 100644 static/js/bundle.min.7d8545daa55d62427355498dd8da13f98ff79a7938ce7d2a5e2ae1ec0de3beb8.js delete mode 100644 static/mstile-150x150.png delete mode 100644 static/public/404.html delete mode 100644 static/public/android-chrome-192x192.png delete mode 100644 static/public/android-chrome-384x384.png delete mode 100644 static/public/apple-touch-icon.png delete mode 100644 static/public/browserconfig.xml delete mode 100644 static/public/categories/index.html delete mode 100644 static/public/categories/index.xml delete mode 100644 static/public/css/style.min.eac77496566fd7d5768fd650ddb0b2b181ca6a2d7c5fdd6fe6b8ba4bf47e566f.css delete mode 100644 static/public/favicon-16x16.png delete mode 100644 static/public/favicon-32x32.png delete mode 100644 static/public/favicon.ico delete mode 100644 static/public/index.html delete mode 100644 static/public/index.xml delete mode 100644 static/public/js/bundle.min.7d8545daa55d62427355498dd8da13f98ff79a7938ce7d2a5e2ae1ec0de3beb8.js delete mode 100644 static/public/mstile-150x150.png delete mode 100644 static/public/sitemap.xml delete mode 100644 static/public/tags/index.html delete mode 100644 static/public/tags/index.xml delete mode 100644 static/safari-pinned-tab.svg delete mode 100644 static/site.webmanifest delete mode 100644 static/sitemap.xml delete mode 100644 static/tags/index.html delete mode 100644 static/tags/index.xml diff --git a/.gitignore b/.gitignore index 535b7ae..fbf0917 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,5 @@ # ---> Hugo # Generated files by hugo -static/public +static/ +public/ resources/_gen - -# Executable may be added to repository -hugo.exe -hugo.darwin -hugo.linux - diff --git a/config.toml b/config.toml index 2be735c..dbc804b 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,8 @@ -baseURL = 'https://lieuwe.leene.dev/' +baseURL = 'http://localhost/' languageCode = 'en-uk' title = 'Lieuwe Leene' -theme = "hermit" +theme = 'hermit' +relativeURLs = true +canonifyURLs = true +[params] + date = "Jan 2, 2006" diff --git a/content/main/about.md b/content/main/about.md index 59b445b..2036eac 100644 --- a/content/main/about.md +++ b/content/main/about.md @@ -1,6 +1,5 @@ --- title: "About" date: 2021-08-23T17:52:07+02:00 -draft: true +draft: false --- - diff --git a/static/404.html b/static/404.html deleted file mode 100644 index 0b7ac72..0000000 --- a/static/404.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - 404 Page not found - - - - - -
-

- 404-lighthouse -

- -
- - - - - - - - diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png deleted file mode 100644 index e69de29..0000000 diff --git a/static/android-chrome-384x384.png b/static/android-chrome-384x384.png deleted file mode 100644 index e69de29..0000000 diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png deleted file mode 100644 index e69de29..0000000 diff --git a/static/browserconfig.xml b/static/browserconfig.xml deleted file mode 100644 index e69de29..0000000 diff --git a/static/categories/index.html b/static/categories/index.html deleted file mode 100644 index 0347346..0000000 --- a/static/categories/index.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - Categories - - - - - - - -
- -
- - -
-

Categories

-
- - - - - - - - - - - diff --git a/static/categories/index.xml b/static/categories/index.xml deleted file mode 100644 index dc1b3a8..0000000 --- a/static/categories/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Categories on Lieuwe Leene - https://lieuwe.leene.dev/categories/ - Recent content in Categories on Lieuwe Leene - Hugo -- gohugo.io - en-uk - - diff --git a/static/css/style.min.eac77496566fd7d5768fd650ddb0b2b181ca6a2d7c5fdd6fe6b8ba4bf47e566f.css b/static/css/style.min.eac77496566fd7d5768fd650ddb0b2b181ca6a2d7c5fdd6fe6b8ba4bf47e566f.css deleted file mode 100644 index e09d295..0000000 --- a/static/css/style.min.eac77496566fd7d5768fd650ddb0b2b181ca6a2d7c5fdd6fe6b8ba4bf47e566f.css +++ /dev/null @@ -1,5 +0,0 @@ -@charset "UTF-8";/*!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:#ffc}.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)*0.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(0.215,0.61,0.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-30px,0)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-15px,0)scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translateZ(0)scaleY(0.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(0.215,0.61,0.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(0.98)}90%{transform:translate3d(-5px,0,0)scaleX(0.995)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)scaleX(0.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}::-webkit-scrollbar{width:8px;height:8px;background:#2c3e50}::-webkit-scrollbar-thumb{background:#888}::-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;overflow:auto;font-size:.9em;line-height:1.5;letter-spacing:normal;white-space:pre;color:#eee;background:#2c3e50;border-radius:4px}pre code{padding:0;margin:0;background:#2c3e50}code{color:#eee;background:#7d828a;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 pre{padding-right:75px}.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:14px;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}.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-social{display:inline-block;margin-left:.6em}.hdr-social>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:1.5em;display:none;padding:.6em 1.8em;z-index:1;box-sizing:border-box;box-shadow:-1px -2px 3px 0 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-social{font-size:1.4em;text-align:center;opacity:.8}#home-social 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{text-decoration:underline;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}.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 0 #018574;transition-property:box-shadow;transition-duration:.1s}.content a:hover{box-shadow:inset 0 -1em 0 #018574}.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:#018574;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:#018574;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 #018574}.post-info svg{margin-right:.8em}.post-info .tag{margin-right:.5em}.post-info .tag::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;margin:0}#TableOfContents>ul{list-style-type:none}#TableOfContents>ul ul ul{font-size:.9em}#TableOfContents a:hover{border-bottom:#018574 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(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:1.2em}} \ No newline at end of file diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png deleted file mode 100644 index e69de29..0000000 diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png deleted file mode 100644 index e69de29..0000000 diff --git a/static/favicon.ico b/static/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/static/index.html b/static/index.html deleted file mode 100644 index cf14aef..0000000 --- a/static/index.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - Lieuwe Leene - - - - - - - -
-
-

Lieuwe Leene

- -
- -
- - - - - - - - diff --git a/static/index.xml b/static/index.xml deleted file mode 100644 index 49ceb72..0000000 --- a/static/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Lieuwe Leene - https://lieuwe.leene.dev/ - Recent content on Lieuwe Leene - Hugo -- gohugo.io - en-uk - - diff --git a/static/js/bundle.min.7d8545daa55d62427355498dd8da13f98ff79a7938ce7d2a5e2ae1ec0de3beb8.js b/static/js/bundle.min.7d8545daa55d62427355498dd8da13f98ff79a7938ce7d2a5e2ae1ec0de3beb8.js deleted file mode 100644 index 099327c..0000000 --- a/static/js/bundle.min.7d8545daa55d62427355498dd8da13f98ff79a7938ce7d2a5e2ae1ec0de3beb8.js +++ /dev/null @@ -1 +0,0 @@ -const throttle=(b,c)=>{let a=null;return()=>{a==null&&(a=setTimeout(()=>{b(),a=null},c))}},listen=(a,b,c)=>{document.querySelector(a)!==null&&document.querySelector(a).addEventListener(b,c)};let header=document.getElementById('site-header'),lastScrollPosition=window.pageYOffset;const autoHideHeader=()=>{let a=Math.max(window.pageYOffset,0);a>lastScrollPosition?(header.classList.remove('slideInUp'),header.classList.add('slideOutDown')):(header.classList.remove('slideOutDown'),header.classList.add('slideInUp')),lastScrollPosition=a};let mobileMenuVisible=!1;const toggleMobileMenu=()=>{let a=document.getElementById('mobile-menu');mobileMenuVisible==!1?(a.style.animationName='bounceInRight',a.style.webkitAnimationName='bounceInRight',a.style.display='block',mobileMenuVisible=!0):(a.style.animationName='bounceOutRight',a.style.webkitAnimationName='bounceOutRight',mobileMenuVisible=!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('#toc-btn',"click",toggleToc),listen('#img-btn',"click",showImg),listen('.bg-img',"click",hideImg),document.querySelectorAll('.post-year').forEach(a=>{a.addEventListener('click',()=>{window.location.hash='#'+a.id})}),window.addEventListener('scroll',throttle(()=>{autoHideHeader(),mobileMenuVisible==!0&&toggleMobileMenu()},250))),function(){'use strict';if(!document.queryCommandSupported('copy'))return;function a(a,b){a.textContent=b,setTimeout(function(){a.textContent="Copy"},1e3)}function b(c){var a=window.getSelection(),b=document.createRange();return b.selectNodeContents(c),a.removeAllRanges(),a.addRange(b),a}function c(d){var c=document.createElement("button"),e;c.className="highlight-copy-btn",c.textContent="Copy",e=d.firstElementChild,c.addEventListener('click',function(){try{var d=b(e);document.execCommand('copy'),d.removeAllRanges(),a(c,'Copied!')}catch(b){console&&console.log(b),a(c,"Failed :'(")}}),d.appendChild(c)}var d=document.getElementsByClassName('highlight');Array.prototype.forEach.call(d,c)}() \ No newline at end of file diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png deleted file mode 100644 index e69de29..0000000 diff --git a/static/public/404.html b/static/public/404.html deleted file mode 100644 index 0b7ac72..0000000 --- a/static/public/404.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - 404 Page not found - - - - - -
-

- 404-lighthouse -

- -
- - - - - - - - diff --git a/static/public/android-chrome-192x192.png b/static/public/android-chrome-192x192.png deleted file mode 100644 index ead4502bf9963214c26d09f4eb0c62bcc1a56ee2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2100 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 - - - - - #00aba9 - - - diff --git a/static/public/categories/index.html b/static/public/categories/index.html deleted file mode 100644 index 0347346..0000000 --- a/static/public/categories/index.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - Categories - - - - - - - -
-
    -
-
- - -
-

Categories

-
- -
-

© 2021

-

- Made with Hugo · Theme Hermit · -

-
- - - - - - - - - diff --git a/static/public/categories/index.xml b/static/public/categories/index.xml deleted file mode 100644 index dc1b3a8..0000000 --- a/static/public/categories/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Categories on Lieuwe Leene - https://lieuwe.leene.dev/categories/ - Recent content in Categories on Lieuwe Leene - Hugo -- gohugo.io - en-uk - - diff --git a/static/public/css/style.min.eac77496566fd7d5768fd650ddb0b2b181ca6a2d7c5fdd6fe6b8ba4bf47e566f.css b/static/public/css/style.min.eac77496566fd7d5768fd650ddb0b2b181ca6a2d7c5fdd6fe6b8ba4bf47e566f.css deleted file mode 100644 index e09d295..0000000 --- a/static/public/css/style.min.eac77496566fd7d5768fd650ddb0b2b181ca6a2d7c5fdd6fe6b8ba4bf47e566f.css +++ /dev/null @@ -1,5 +0,0 @@ -@charset "UTF-8";/*!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:#ffc}.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)*0.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(0.215,0.61,0.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-30px,0)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-15px,0)scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translateZ(0)scaleY(0.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(0.215,0.61,0.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(0.98)}90%{transform:translate3d(-5px,0,0)scaleX(0.995)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)scaleX(0.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}::-webkit-scrollbar{width:8px;height:8px;background:#2c3e50}::-webkit-scrollbar-thumb{background:#888}::-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;overflow:auto;font-size:.9em;line-height:1.5;letter-spacing:normal;white-space:pre;color:#eee;background:#2c3e50;border-radius:4px}pre code{padding:0;margin:0;background:#2c3e50}code{color:#eee;background:#7d828a;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 pre{padding-right:75px}.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:14px;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}.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-social{display:inline-block;margin-left:.6em}.hdr-social>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:1.5em;display:none;padding:.6em 1.8em;z-index:1;box-sizing:border-box;box-shadow:-1px -2px 3px 0 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-social{font-size:1.4em;text-align:center;opacity:.8}#home-social 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{text-decoration:underline;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}.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 0 #018574;transition-property:box-shadow;transition-duration:.1s}.content a:hover{box-shadow:inset 0 -1em 0 #018574}.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:#018574;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:#018574;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 #018574}.post-info svg{margin-right:.8em}.post-info .tag{margin-right:.5em}.post-info .tag::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;margin:0}#TableOfContents>ul{list-style-type:none}#TableOfContents>ul ul ul{font-size:.9em}#TableOfContents a:hover{border-bottom:#018574 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(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:1.2em}} \ No newline at end of file diff --git a/static/public/favicon-16x16.png b/static/public/favicon-16x16.png deleted file mode 100644 index 4ad4d17fa9482ce98f17cfbd9ca813a91c80ec8c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 401 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstUx|vage(c z!@6@aFM%A(0G|-on#Rt#i`V%CCB!D>PMfo=xT3MFs>$6i#?3dnuDLrjCL=aEud=o^ zC9|}pbJE0V3)XHquyFaN?g=yJ+K7Au8p2uN5n0T@z%2~Ij105pNB{-vJY5_^Brccs z-{w24z~g*YHIr#!$?yODu?wcWO`SI3#Kbp8ES4Q9{cmtQB1<>W%!4H~pvvKMAxAEg z=Y`L6_&sG@f?5(PQiHqLmmF|ZV_&1ev@(w`{M>ZrwbEbq9o$q9F-`Q8adJ!F))#Xp z-mh6N+kWs)`n7*^|4sS5?eE(Ej8i<=)=OR~@B+FdyecH3Bq*_5p`a)~Ei)%op`@}P zRUxyWB$Jc1ICAEQ%n|m}4IT@;^cY@=3zmFxGMx&vg2B_(&t;ucLK6V71(wGE diff --git a/static/public/favicon-32x32.png b/static/public/favicon-32x32.png deleted file mode 100644 index 356b180b0ef9c833fb6b61e1d35ad6b0ec53c03f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 526 zcmV+p0`dKcP)Px#IZ#YgMMq9tWoveLe1*5Y%6x!`Nl#sLd4PU{i+zHM ze}s&_#nN$her|MpPgP=EVQsUz#)OEGl9-{!&D+`;?3Mrk010qNS#tmY3ljhU3ljkV znw%H_008?*L_t(I%dL~^Zo?o9g=@!vsa?AC{U3H<5+KlN)inRH6o2CQa&o)&H#Ecz~>x7d*bLI170d12DC1!!U(7Vr-su8pb!s$ z)=8b5!0T!8dLDqh2et+15*}0)XNjRn0m&22O^#zK6167Vn0-;#G5fAfV*&cA>#^od zj>oE9@V=J<$0MiNFofdE70FwkEtT&~RD58W3EX1ZVx`k>i)nwi{RcnJ2fyCm;v3*b z5n23HuMq$M09SfcSaechcOY6Cgx@G{a;ABePT>%h=S&#LUDT#0SfONT5nC0O}VJbn-$q Ql>h($07*qoM6N<$g1Ft+;Q#;t diff --git a/static/public/favicon.ico b/static/public/favicon.ico deleted file mode 100644 index 4ea0c8d974051d15ace3d41d9695eb7b2182db46..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6318 zcmeHL-D@0G6hHHEcV=g2XXeh#?!4q7k9|<+L-Ed= zIrrYV3!s1oyLSWjCfsrWo&bRU{`j{E@H@WqJP-Lg>{0;Ui~x2a21Q^LACePPmYrx3 zN7Q&@1`h9g3VywR7bZ@=2uFwa!KIlgm^phI4h;>!ONWNx#+3z_ziT!PCNUzbLDZ7%}72t1Mz zF#Z>0BmF~15g6*eY5IC-Y%OFfzQb$GLSi-U=*p&MY{ld(3W7)w_KcgGN%-7~u~H(6 z0*m|ICZaeD(V|KuTn?F|bd(4+AT+sd0S@Ca3Ta^nflwo*U@=x>%o2DpM&YP~fFj@# zuv)29s!6;U3t6qrC5JRdkrkBd3rf(#M6+5wY18FKaR#RX{Ay%ix1*!X;tWP@X@HmJDQ*t ze8lwFfbA#Il=w;z)CINp6In^hvgk{^ir*%J)Vx1g28#Fu?s;ACMSrZIUPh{S@y966 zSCcEg5dU<(MlqgLpMXoDMSm`yMloNqo(uRaU+wjf)PGvfE%i{WH!ju)trxW{*B8R` zE2dD-rFcCe-i_CCOFbJ|2B;n?xF6CQB>iqY&ax$nA~gW@YPF1T!b7=Qt;gg1azTk~ z2DD#c?IWC4d^*m1FD%6SiNLitP}ollBi^stq2f*Zer3r0urt2HerTY8^tw%?^L~pi ziT%6?54!E=IPLA77Z}!Uo<}6Ho%4<|vAy$DtGZ9Js8Lp|qtKt-tb zJljUT>lqs1DyaqCuOh$=%0BU}azMDMpE?=3B%kAJLQfbg(534|K93ccim*=dHX3$N zzmVr#k&%?@1wX{|-%0qcG@xq2yyWA3!%z8|h=FP+{F11}pafFCYj@;Bk)P?O`DgyQ zQa{W5OX3sjm;UAEm+(cL)A_Z>N8~Aq4~q?8d^qI=cm2gX$oc zA13oFtApx81U$O4XL~K^L$-Wt0WPE!HPFxoLe9?RzxmaLIr0BG{a-%&>KV9rZW0z| zr{U92mSEzyJO^qaQyluAai~-rlLzsoTxw!y#kH z7;LVOHHI4-D}CQCHil1ZtUh*st?|cS8*9H||K|wy^uB@b*T)793>;YLYd&1wv%F^z Y^*p_{_66!m^fnVa_zFqR;@`J_1K!v`1^@s6 diff --git a/static/public/index.html b/static/public/index.html deleted file mode 100644 index cf14aef..0000000 --- a/static/public/index.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - Lieuwe Leene - - - - - - - -
-
-

Lieuwe Leene

- -
- -
- - - - - - - - diff --git a/static/public/index.xml b/static/public/index.xml deleted file mode 100644 index 49ceb72..0000000 --- a/static/public/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Lieuwe Leene - https://lieuwe.leene.dev/ - Recent content on Lieuwe Leene - Hugo -- gohugo.io - en-uk - - diff --git a/static/public/js/bundle.min.7d8545daa55d62427355498dd8da13f98ff79a7938ce7d2a5e2ae1ec0de3beb8.js b/static/public/js/bundle.min.7d8545daa55d62427355498dd8da13f98ff79a7938ce7d2a5e2ae1ec0de3beb8.js deleted file mode 100644 index 099327c..0000000 --- a/static/public/js/bundle.min.7d8545daa55d62427355498dd8da13f98ff79a7938ce7d2a5e2ae1ec0de3beb8.js +++ /dev/null @@ -1 +0,0 @@ -const throttle=(b,c)=>{let a=null;return()=>{a==null&&(a=setTimeout(()=>{b(),a=null},c))}},listen=(a,b,c)=>{document.querySelector(a)!==null&&document.querySelector(a).addEventListener(b,c)};let header=document.getElementById('site-header'),lastScrollPosition=window.pageYOffset;const autoHideHeader=()=>{let a=Math.max(window.pageYOffset,0);a>lastScrollPosition?(header.classList.remove('slideInUp'),header.classList.add('slideOutDown')):(header.classList.remove('slideOutDown'),header.classList.add('slideInUp')),lastScrollPosition=a};let mobileMenuVisible=!1;const toggleMobileMenu=()=>{let a=document.getElementById('mobile-menu');mobileMenuVisible==!1?(a.style.animationName='bounceInRight',a.style.webkitAnimationName='bounceInRight',a.style.display='block',mobileMenuVisible=!0):(a.style.animationName='bounceOutRight',a.style.webkitAnimationName='bounceOutRight',mobileMenuVisible=!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('#toc-btn',"click",toggleToc),listen('#img-btn',"click",showImg),listen('.bg-img',"click",hideImg),document.querySelectorAll('.post-year').forEach(a=>{a.addEventListener('click',()=>{window.location.hash='#'+a.id})}),window.addEventListener('scroll',throttle(()=>{autoHideHeader(),mobileMenuVisible==!0&&toggleMobileMenu()},250))),function(){'use strict';if(!document.queryCommandSupported('copy'))return;function a(a,b){a.textContent=b,setTimeout(function(){a.textContent="Copy"},1e3)}function b(c){var a=window.getSelection(),b=document.createRange();return b.selectNodeContents(c),a.removeAllRanges(),a.addRange(b),a}function c(d){var c=document.createElement("button"),e;c.className="highlight-copy-btn",c.textContent="Copy",e=d.firstElementChild,c.addEventListener('click',function(){try{var d=b(e);document.execCommand('copy'),d.removeAllRanges(),a(c,'Copied!')}catch(b){console&&console.log(b),a(c,"Failed :'(")}}),d.appendChild(c)}var d=document.getElementsByClassName('highlight');Array.prototype.forEach.call(d,c)}() \ No newline at end of file diff --git a/static/public/mstile-150x150.png b/static/public/mstile-150x150.png deleted file mode 100644 index f3165af47427c2960bea32230963096ecd641077..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1464 zcmV;p1xNacP)Px#El^BUMNDaNM^0RRgNuEFipS2}dw_^|e1vLmcXD@s z!^+rTWp0d-nuCauPgY~Dw7@aO$5H?Q00DGTPE!Ct=GbNc00g;7L_t(|+U=W7YZE~j z$NdVPDuG;P>5DmL36-965pOL?eZfm1Ye92JMRzIWpklKZFXBb?5=9DuUaO_hgBPjx z62!C=`U#YN24}XjnMty5#mtik|KBNlnqOvjXJ_X5&y_0x0000000000000000000? zn5+K=Jm3Kjc)$Z5m-aY2?Q}XjXOs2Fcf8sPV^*o!>U1aOk>7qvnEQ;ACt;gvai)LmN8+o~eHR>@lWT9HN!pq{wlWM@@ z)8N0asD{O_(u(rBYtlozEy6+|8|GRiak&zDX*Xv49y$HC1nmkD>2Yzn65g1$L64qx zTkf5opZ{^fhV9Y;zuv8dUiup|evb{^<4w7I%i$u@W3OB;?>aT^CC7Gi9{J@Vk9R(A zSb5z1vgPzWX1m5bw6`|&5DjY{f!FXiX6zo?U}}{D56_n!U{{34XMaofkN$v+-Q&Zs z$9s=AJmA5-LXUze4}DO#N)LsH+xMsnk8hslG1oQZk<%uow)F6}f(OEq91fEgC5@p`eWXZ z$MZ{iEST}gFJICl9NEY0p})47Ji-@u+#c+b9?Xo#Ost2P5=MD6jCh>Hd5BqQCCcNO z5szN92Oro4PJ~C@h{vxO4@YQJ*AGWM?o)ZZ?udasfX?INs0W{q)r#zh^VN#DFH1%| zK8$+Ye5-gf>QSKb7-C}mk>XK+$8>lUD4vg>5%2AhVvouravbAqyMoO-qaK9gX=ht% zY+k1tPkWIbo37+K)pzb%q=%c}@r-I7^jbU|o-b$}Qq6;Mk>6XXLFrM9^zefZ|GIxj zHBXLSHzdqI46PfY*HK>ld~AVqT^T<=ou^x8C(hTG==L2F*DrOteVD}cT!Ug?D&51_ zzLfsLWbjz%66{-M@F-C1<7V)vQ|xPJ@Muu%^QU_l+~?Ou)O3$|k~&bjN1dcDmhRCe zsT0QSBB1J#Lg7u>_~TPji%VH2 zT%^k7SiA#7!>Vpt4ZLLCv_X|q;vQ8lvZdjIwq2yj^~s!LLJox}=XjC(?B{{BT#g;&a>#O@ z7nK-mFqhQNEz#v*!(6bQ(+b6kl)2z($w?aB^>EX>4U6ba`-PAZc)PV*mhnoa6Eg2ys>@D9TUE z%t_@^00ScnE@KN5BNI!L6ay0=M1VBIWCJ6!R3OXP)X2ol#2my2%YaCrN-hBE7ZG&w SLN%2D0000 - - - https://lieuwe.leene.dev/categories/ - - https://lieuwe.leene.dev/ - - https://lieuwe.leene.dev/tags/ - - diff --git a/static/public/tags/index.html b/static/public/tags/index.html deleted file mode 100644 index a08623b..0000000 --- a/static/public/tags/index.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - Tags - - - - - - - -
-
    -
-
- - -
-

Tags

-
- -
-

© 2021

-

- Made with Hugo · Theme Hermit · -

-
- - - - - - - - - diff --git a/static/public/tags/index.xml b/static/public/tags/index.xml deleted file mode 100644 index 154c73e..0000000 --- a/static/public/tags/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Tags on Lieuwe Leene - https://lieuwe.leene.dev/tags/ - Recent content in Tags on Lieuwe Leene - Hugo -- gohugo.io - en-uk - - diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg deleted file mode 100644 index e69de29..0000000 diff --git a/static/site.webmanifest b/static/site.webmanifest deleted file mode 100644 index e69de29..0000000 diff --git a/static/sitemap.xml b/static/sitemap.xml deleted file mode 100644 index 20a7955..0000000 --- a/static/sitemap.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - https://lieuwe.leene.dev/categories/ - - https://lieuwe.leene.dev/ - - https://lieuwe.leene.dev/tags/ - - diff --git a/static/tags/index.html b/static/tags/index.html deleted file mode 100644 index a08623b..0000000 --- a/static/tags/index.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - Tags - - - - - - - -
-
    -
-
- - -
-

Tags

-
- -
-

© 2021

-

- Made with Hugo · Theme Hermit · -

-
- - - - - - - - - diff --git a/static/tags/index.xml b/static/tags/index.xml deleted file mode 100644 index 154c73e..0000000 --- a/static/tags/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Tags on Lieuwe Leene - https://lieuwe.leene.dev/tags/ - Recent content in Tags on Lieuwe Leene - Hugo -- gohugo.io - en-uk - -