2020-09-03 16:55: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,maximum-scale=1,user-scalable=0" > < 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 = "blogging,markdown,no-javascript,no-stylesheets,no-trackers,static-site-generator,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/cover-image.jpg" > < meta property = "og:updated_time" content = "2020-01-03T00:00:00+00:00" > < 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/cover-image.jpg" > < 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 : #eee } pre code { border-left : 1 px solid #999 ; color : #555 ; display : block ; padding : 10 px ; white-space : pre-wrap } blockquote { border-left : 1 px solid #999 ; color : #555 ; padding-left : 10 px ; font-style : italic } footer { padding : 25 px ; text-align : center } . helptext { color : #777 ; font-size : small } . errorlist { color : #eba613 ; font-size : small } < / style > < / head > < body > < header > < a href = /hugo-bearblog/ class = title > < h2 > Hugo ʕ•ᴥ•ʔ Bear Blog< / h2 > < / a > < nav > < a href = /hugo-bearblog/ > Home< / a >
2020-09-03 10:55:55 +00:00
< a href = /hugo-bearblog/bear/ > Bear< / a >
< a href = /hugo-bearblog/hugo/ > Hugo< / a >
2020-09-03 16:30:05 +00:00
< a href = /hugo-bearblog/blog > Blog< / a > < / nav > < / header > < main > < style > ul { list-style-type : none ; padding : unset } li { display : flex } li span { flex : 0 0 130 px } li a : visited { color : #6532dc } < / style > < content > < ul > < li > < span > < i > < time datetime = 2020-01-03 pubdate > 03 Jan, 2020< / time > < / i > < / span >
2020-09-03 10:55:55 +00:00
< a href = https://janraasch.github.io/hugo-bearblog/markdown-syntax-guide/ > Markdown Syntax Guide< / a > < / li > < li > < span > < i > < time datetime = 2020-01-02 pubdate > 02 Jan, 2020< / time > < / i > < / span >
< a href = https://janraasch.github.io/hugo-bearblog/hugo/ > Hugo< / a > < / li > < li > < span > < i > < time datetime = 2020-01-01 pubdate > 01 Jan, 2020< / time > < / i > < / span >
< a href = https://janraasch.github.io/hugo-bearblog/bear/ > Bear< / a > < / li > < / ul > < small > < div > < a href = https://janraasch.github.io/hugo-bearblog/blog/blogging/ > #blogging< / a > < / li > < a href = https://janraasch.github.io/hugo-bearblog/blog/markdown/ > #markdown< / a > < / li > < a href = https://janraasch.github.io/hugo-bearblog/blog/no-javascript/ > #no javascript< / a > < / li > < a href = https://janraasch.github.io/hugo-bearblog/blog/no-stylesheets/ > #no stylesheets< / a > < / li > < a href = https://janraasch.github.io/hugo-bearblog/blog/no-trackers/ > #no trackers< / a > < / li > < a href = https://janraasch.github.io/hugo-bearblog/blog/static-site-generator/ > #static site generator< / a > < / li > < a href = https://janraasch.github.io/hugo-bearblog/blog/syntax/ > #syntax< / a > < / li > < / div > < / small > < / content > < / main > < footer > Made with < a href = https://github.com/janraasch/hugo-bearblog/ > Hugo ʕ•ᴥ•ʔ Bear< / a > < / footer > < / body > < / html >