2022-03-29 17:33:10 +00:00
<!doctype html> < html lang = en-us > < head > < meta http-equiv = x-clacks-overhead content = "GNU Terry Pratchett" > < meta charset = utf-8 > < meta name = viewport content = "width=device-width,initial-scale=1" > < link rel = "shortcut icon" href = https://janraasch.github.io/hugo-bearblog/images/favicon.png > < title > Blog | Hugo ʕ•ᴥ•ʔ Bear Blog< / title > < meta name = title content = "Blog" > < meta name = description content = "Hugo + Bear = :heart:" > < meta name = keywords content = "markdown,syntax," > < meta property = "og:title" content = "Blog" > < meta property = "og:description" content = "Hugo + Bear = :heart:" > < meta property = "og:type" content = "website" > < meta property = "og:url" content = "https://janraasch.github.io/hugo-bearblog/blog/" > < meta property = "og:image" content = "https://janraasch.github.io/hugo-bearblog/images/share.png" > < meta property = "og:site_name" content = "Hugo ʕ•ᴥ•ʔ Bear" > < meta name = twitter:card content = "summary_large_image" > < meta name = twitter:image content = "https://janraasch.github.io/hugo-bearblog/images/share.png" > < meta name = twitter:title content = "Blog" > < meta name = twitter:description content = "Hugo + Bear = :heart:" > < meta itemprop = name content = "Blog" > < meta itemprop = description content = "Hugo + Bear = :heart:" > < meta name = referrer content = "no-referrer-when-downgrade" > < link rel = alternate type = application/rss+xml href = https://janraasch.github.io/hugo-bearblog/blog/index.xml title = "Hugo ʕ•ᴥ•ʔ Bear Blog" > < style > body { font-family : Verdana , sans-serif ; margin : auto ; padding : 20 px ; max-width : 720 px ; text-align : left ; background-color : #fff ; word-wrap : break-word ; overflow-wrap : break-word ; line-height : 1.5 ; color : #444 } h1 , h2 , h3 , h4 , h5 , h6 , strong , b { color : #222 } a { color : #3273dc } . title { text-decoration : none ; border : 0 } . title span { font-weight : 400 } nav a { margin-right : 10 px } textarea { width : 100 % ; font-size : 16 px } input { font-size : 16 px } content { line-height : 1.6 } table { width : 100 % } img { max-width : 100 % } code { padding : 2 px 5 px ; background-color : #f2f2f2 } pre code { color : #222 ; display : block ; padding : 20 px ; white-space : pre-wrap ; font-size : 14 px } div . highlight pre { background-color : initial ; color : initial } div . highlight code { background-color : unset ; color : unset } blockquote { border-left : 1 px solid #999 ; color : #222 ; padding-left : 20 px ; font-style : italic } footer { padding : 25 px ; text-align : center } . helptext { color : #777 ; font-size : small } . errorlist { color : #eba613 ; font-size : small } ul . blog-posts { list-style-type : none ; padding : unset } ul . blog-posts li { display : flex } ul . blog-posts li span { flex : 0 0 130 px } ul . blog-posts li a : visited { color : #8b6fcb } @ media ( prefers-color-scheme : dark ) { body { background-color : #333 ; color : #ddd } h1 , h2 , h3 , h4 , h5 , h6 , strong , b { color : #eee } a { color : #8cc2dd } code { background-color : #777 } pre code { color : #ddd } blockquote { color : #ccc } textarea , input { background-color : #252525 ; color : #ddd } . helptext { color : #aaa } } < / style > < / head > < body > < header > < a href = /hugo-bearblog/ class = title > < h2 > Hugo ʕ•ᴥ•ʔ Bear Blog< / h2 > < / a > < nav > < a href = /hugo-bearblog/ > Home< / a >