2021-04-16 06:32:54 +02:00
<!doctype html> < html lang = en dir = auto > < head > < meta charset = utf-8 > < meta http-equiv = x-ua-compatible content = "IE=edge" > < meta name = viewport content = "width=device-width,initial-scale=1,shrink-to-fit=no" > < meta name = robots content = "index, follow" > < title > Search | PaperMod< / title > < meta name = keywords content > < meta name = description content = "Search - PaperMod" > < meta name = author content = "Theme PaperMod" > < link rel = canonical href = https://adityatelange.github.io/hugo-PaperMod/search/ > < link crossorigin = anonymous href = /hugo-PaperMod/assets/css/stylesheet.min.bc435bed1061be2618667408894ae8a5d27c970831ce57f287e42f911918fcbc.css integrity = "sha256-vENb7RBhviYYZnQIiUropdJ8lwgxzlfyh+QvkRkY/Lw=" rel = "preload stylesheet" as = style > < link crossorigin = anonymous rel = preload as = fetch href = ../index.json > < script defer crossorigin = anonymous src = /hugo-PaperMod/assets/js/search.min.2a74d1516b684f13a7dfe09ba6e75af40e05736d14d7010f5e4654c7ec1c67e7.js integrity = "sha256-KnTRUWtoTxOn3+Cbpuda9A4Fc20U1wEPXkZUx+wcZ+c=" > < / script > < link rel = icon href = https://adityatelange.github.io/hugo-PaperMod/favicon.ico > < link rel = icon type = image/png sizes = 16x16 href = https://adityatelange.github.io/hugo-PaperMod/favicon-16x16.png > < link rel = icon type = image/png sizes = 32x32 href = https://adityatelange.github.io/hugo-PaperMod/favicon-32x32.png > < link rel = apple-touch-icon href = https://adityatelange.github.io/hugo-PaperMod/apple-touch-icon.png > < link rel = mask-icon href = https://adityatelange.github.io/hugo-PaperMod/safari-pinned-tab.svg > < meta name = theme-color content = "#2e2e33" > < meta name = msapplication-TileColor content = "#2e2e33" > < meta name = generator content = "Hugo 0.82.0" > < link rel = alternate hreflang = en href = https://adityatelange.github.io/hugo-PaperMod/search/ > < link rel = alternate hreflang = fr href = https://adityatelange.github.io/hugo-PaperMod/fr/search/ > < meta property = "og:title" content = "Search" > < meta property = "og:description" content > < meta property = "og:type" content = "article" > < meta property = "og:url" content = "https://adityatelange.github.io/hugo-PaperMod/search/" > < meta property = "og:image" content = "https://adityatelange.github.io/hugo-PaperMod/papermod-cover.png" > < meta property = "article:section" content > < meta name = twitter:card content = "summary_large_image" > < meta name = twitter:image content = "https://adityatelange.github.io/hugo-PaperMod/papermod-cover.png" > < meta name = twitter:title content = "Search" > < meta name = twitter:description content > < script type = application/ld+json > { "@context" : "https://schema.org" , "@type" : "BreadcrumbList" , "itemListElement" : [ { "@type" : "ListItem" , "position" : 1 , "name" : "Search" , "item" : "https://adityatelange.github.io/hugo-PaperMod/search/" } ] } < / script > < script type = application/ld+json > { "@context" : "https://schema.org" , "@type" : "BlogPosting" , "headline" : "Search" , "name" : "Search" , "description" : "" , "keywords" : [ ] , "articleBody" : "" , "wordCount" : "0" , "inLanguage" : "en" , "datePublished" : "0001-01-01T00:00:00Z" , "dateModified" : "0001-01-01T00:00:00Z" , "author" : { "@type" : "Person" , "name" : "Theme PaperMod" } , "mainEntityOfPage" : { "@type" : "WebPage" , "@id" : "https://adityatelange.github.io/hugo-PaperMod/search/" } , "publisher" : { "@type" : "Organization" , "name" : "PaperMod" , "logo" : { "@type" : "ImageObject" , "url" : "https://adityatelange.github.io/hugo-PaperMod/favicon.ico" } } } < / script > < / head > < body class = list id = top > < script > localStorage . getItem ( "pref-theme" ) === "dark" ? document . body . classList . add ( 'dark' ) : localStorage . getItem ( "pref-theme" ) === "light" ? document . body . classList . remove ( 'dark' ) : window . matchMedia ( '(prefers-color-scheme: dark)' ) . matches && document . body . classList . add ( 'dark' ) < / script > < noscript > < style type = text/css > # theme-toggle , . top-link { display : none } < / style > < style > @ media ( prefers-color-scheme : dark ) { : root { --theme : #1d1e20 ; --entry : #2e2e33 ; --primary : rgba ( 255 , 255 , 255 , 0.84 ) ; --secondary : rgba ( 255 , 255 , 255 , 0.56 ) ; --tertiary : rgba ( 255 , 255 , 255 , 0.16 ) ; --content : rgba ( 255 , 255 , 255 , 0.74 ) ; --hljs-bg : #2e2e33 ; --code-bg : #37383e ; --border : #333 } . list { background : var ( - - theme ) } . list : not ( . dark ) :: -webkit-scrollbar-track { background : 0 0 } . list : not ( . dark ) :: -webkit-scrollbar-thumb { border-color : var ( - - theme ) } } < / style > < / noscript > < header class = header > < nav cla
2021-04-10 08:26:04 +02:00
< script > window . onload = function ( ) { localStorage . getItem ( "menu-scroll-position" ) && ( document . getElementById ( 'menu' ) . scrollLeft = localStorage . getItem ( "menu-scroll-position" ) ) } ; function menu _on _scroll ( ) { localStorage . setItem ( "menu-scroll-position" , document . getElementById ( 'menu' ) . scrollLeft ) } document . querySelectorAll ( 'a[href^="#"]' ) . forEach ( a => { a . addEventListener ( "click" , function ( b ) { b . preventDefault ( ) ; var a = this . getAttribute ( "href" ) . substr ( 1 ) ; window . matchMedia ( '(prefers-reduced-motion: reduce)' ) . matches ? document . querySelector ( ` [id=' ${ decodeURIComponent ( a ) } '] ` ) . scrollIntoView ( ) : document . querySelector ( ` [id=' ${ decodeURIComponent ( a ) } '] ` ) . scrollIntoView ( { behavior : "smooth" } ) , a === "top" ? history . replaceState ( null , null , " " ) : history . pushState ( null , null , ` # ${ a } ` ) } ) } ) < / script > < script > var mybutton = document . getElementById ( "top-link" ) ; window . onscroll = function ( ) { document . body . scrollTop > 800 || document . documentElement . scrollTop > 800 ? ( mybutton . style . visibility = "visible" , mybutton . style . opacity = "1" ) : ( mybutton . style . visibility = "hidden" , mybutton . style . opacity = "0" ) } < / script > < script > document . getElementById ( "theme-toggle" ) . addEventListener ( "click" , ( ) => { document . body . className . includes ( "dark" ) ? ( document . body . classList . remove ( 'dark' ) , localStorage . setItem ( "pref-theme" , 'light' ) ) : ( document . body . classList . add ( 'dark' ) , localStorage . setItem ( "pref-theme" , 'dark' ) ) } ) < / script > < / body > < / html >