2021-08-16 07:33:06 +00:00
<!doctype html> < html lang = en-au > < head >
< meta charset = utf-8 >
< meta http-equiv = content-language content = "en-AU" >
< meta name = viewport content = "width=device-width,initial-scale=1" >
< meta http-equiv = x-ua-compatible content = "ie=edge" >
< title > Rich Content · Congo< / title >
< meta name = title content = "Rich Content · Congo" >
< meta name = description content = "A brief description of Hugo Shortcodes" >
2021-08-19 02:53:58 +00:00
< link rel = canonical href = https://jpanther.github.io/congo/samples/rich-content/ >
2021-08-26 00:19:03 +00:00
< link type = text/css rel = stylesheet href = /congo/css/schemes/congo.min.b48d6ba061dc77186a2524fb8aac5ac3823b2679a9299ca60325abbccc9c1764c884715f0ba24b4e2776cb3814df4af1f4c854b87207cd5d4c7a254da9b55751.css integrity = "sha512-tI1roGHcdxhqJST7iqxaw4I7JnmpKZymAyWrvMycF2TIhHFfC6JLTid2yzgU30rx9MhUuHIHzV1MeiVNqbVXUQ==" >
2021-12-21 02:27:30 +00:00
< link type = text/css rel = stylesheet href = /congo/css/compiled/main.min.810ea9a5336b89bef8a72ead10f90e489f72a2716ada0c121c5aba8c499f32956b0eee84e7422826b4718c639027fb12d1a22fda7a7d4182de72da92d898f4b7.css integrity = "sha512-gQ6ppTNrib74py6tEPkOSJ9yonFq2gwSHFq6jEmfMpVrDu6E50IoJrRxjGOQJ/sS0aIv2np9QYLectqS2Jj0tw==" >
2021-11-04 00:06:52 +00:00
< script > function loadPreferredAppearance ( ) { localStorage . preferredAppearance === "dark" || ! ( "preferredAppearance" in localStorage ) && window . matchMedia ( "(prefers-color-scheme: dark)" ) . matches ? document . documentElement . classList . add ( "dark" ) : document . documentElement . classList . remove ( "dark" ) } function setPreferredAppearance ( a ) { a == "default" ? localStorage . removeItem ( "preferredAppearance" ) : localStorage . preferredAppearance = a , loadPreferredAppearance ( ) } loadPreferredAppearance ( ) , window . matchMedia ( "(prefers-color-scheme: dark)" ) . addListener ( loadPreferredAppearance ) < / script >
2021-08-26 00:19:03 +00:00
< link rel = apple-touch-icon sizes = 180x180 href = /congo/apple-touch-icon.png >
< link rel = icon type = image/png sizes = 32x32 href = /congo/favicon-32x32.png >
< link rel = icon type = image/png sizes = 16x16 href = /congo/favicon-16x16.png >
< link rel = manifest href = /congo/site.webmanifest >
2021-08-16 07:33:06 +00:00
< meta property = "og:title" content = "Rich Content" >
< meta property = "og:description" content = "A brief description of Hugo Shortcodes" >
< meta property = "og:type" content = "article" >
2021-08-19 02:53:58 +00:00
< meta property = "og:url" content = "https://jpanther.github.io/congo/samples/rich-content/" > < meta property = "article:section" content = "samples" >
2021-08-16 07:33:06 +00:00
< meta property = "article:published_time" content = "2019-03-10T00:00:00+00:00" >
< meta property = "article:modified_time" content = "2019-03-10T00:00:00+00:00" >
< meta name = twitter:card content = "summary" >
< meta name = twitter:title content = "Rich Content" >
< meta name = twitter:description content = "A brief description of Hugo Shortcodes" >
2021-11-04 00:06:52 +00:00
< script type = application/ld+json > { "@context" : "https://schema.org" , "@type" : "BlogPosting" , "articleSection" : "Content Samples" , "name" : "Rich Content" , "headline" : "Rich Content" , "description" : "A brief description of Hugo Shortcodes" , "inLanguage" : "en-AU" , "author" : { "@type" : "Person" , "name" : "Congo" } , "creator" : { "@type" : "Person" , "name" : "Congo" } , "copyrightHolder" : "Congo" , "copyrightYear" : "2019" , "dateCreated" : "2019-03-10T00:00:00\u002b00:00" , "datePublished" : "2019-03-10T00:00:00\u002b00:00" , "dateModified" : "2019-03-10T00:00:00\u002b00:00" , "url" : "https:\/\/jpanther.github.io\/congo\/samples\/rich-content\/" , "wordCount" : "222" , "keywords" : [ "shortcodes" , "privacy" , "sample" , "gist" , "twitter" , "youtube" , "vimeo" ] } < / script >
2021-12-21 02:27:30 +00:00
< meta name = generator content = "Hugo 0.91.0" >
2021-08-16 07:33:06 +00:00
< meta name = author content = "Congo" >
< link href = https://twitter.com/ rel = me >
< link href = https://facebook.com/ rel = me >
< link href = https://linkedin.com/ rel = me >
< link href = https://youtube.com/ rel = me >
< / head >
2021-12-21 02:27:30 +00:00
< body class = "flex flex-col h-screen px-6 m-auto text-lg leading-7 bg-neutral text-neutral-900 sm:px-14 md:px-24 lg:px-32 dark:bg-neutral-800 dark:text-neutral max-w-7xl" > < header class = "flex justify-between py-6 font-semibold sm:items-center sm:py-10 text-neutral-900 dark:text-neutral" >
2021-08-16 07:33:06 +00:00
< div >
2021-08-26 00:19:03 +00:00
< a class = "hover:underline hover:underline-primary-500 hover:underline-thickness-bold hover:underline-offset-small" rel = me href = /congo/ > Congo< / a >
2021-08-16 07:33:06 +00:00
< / div >
< nav >
< ul class = "flex flex-col list-none sm:flex-row" >
2021-08-22 07:24:36 +00:00
< li class = "mb-1 text-right sm:mb-0 sm:mr-7 sm:last:mr-0" >
2021-08-26 00:19:03 +00:00
< a class = "hover:underline hover:underline-primary-500 hover:underline-thickness-bold hover:underline-offset-small" href = /congo/docs/ title = Documentation > Docs< / a >
2021-08-16 07:33:06 +00:00
< / li >
2021-08-22 07:24:36 +00:00
< li class = "mb-1 text-right sm:mb-0 sm:mr-7 sm:last:mr-0" >
2021-08-26 00:19:03 +00:00
< a class = "hover:underline hover:underline-primary-500 hover:underline-thickness-bold hover:underline-offset-small" href = /congo/samples/ title = "Content Samples" > Samples< / a >
< / li >
< li class = "mb-1 text-right sm:mb-0 sm:mr-7 sm:last:mr-0" >
< a class = "hover:underline hover:underline-primary-500 hover:underline-thickness-bold hover:underline-offset-small" href = /congo/users/ title = Users > Users< / a >
2021-08-16 07:33:06 +00:00
< / li >
2021-08-22 07:24:36 +00:00
< li class = "mb-1 text-right sm:mb-0 sm:mr-7 sm:last:mr-0" >
< a class = "hover:underline hover:underline-primary-500 hover:underline-thickness-bold hover:underline-offset-small" href = https://github.com/jpanther/congo title > GitHub< / a >
2021-08-16 07:33:06 +00:00
< / li >
< / ul >
< / nav >
< / header >
< main class = flex-grow >
< article class = max-w-prose >
< header >
2021-12-21 02:27:30 +00:00
< ol class = "text-sm text-neutral-500 dark:text-neutral-400" >
2021-08-18 08:05:12 +00:00
< li class = "inline hidden" >
2021-08-26 00:19:03 +00:00
< a class = "hover:underline hover:underline-neutral-300 dark:underline-neutral-600" href = /congo/ > Welcome to Congo! :tada:< / a > < span class = "px-1 text-primary-500" > /< / span >
2021-08-18 08:05:12 +00:00
< / li >
< li class = inline >
2021-08-26 00:19:03 +00:00
< a class = "hover:underline hover:underline-neutral-300 dark:underline-neutral-600" href = /congo/samples/ > Content Samples< / a > < span class = "px-1 text-primary-500" > /< / span >
2021-08-18 08:05:12 +00:00
< / li >
< li class = "inline hidden" >
2021-08-26 00:19:03 +00:00
< a class = "hover:underline hover:underline-neutral-300 dark:underline-neutral-600" href = /congo/samples/rich-content/ > Rich Content< / a > < span class = "px-1 text-primary-500" > /< / span >
2021-08-18 08:05:12 +00:00
< / li >
< / ol >
2021-12-21 02:27:30 +00:00
< h1 class = "mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral" >
2021-08-22 07:24:36 +00:00
Rich Content
< / h1 >
2021-12-21 02:27:30 +00:00
< div class = "mt-8 mb-12 text-base text-neutral-500 dark:text-neutral-400" >
2021-08-22 07:24:36 +00:00
< div class = "flex flex-row items-center" >
2021-12-21 02:27:30 +00:00
< time datetime = "2019-03-10 00:00:00 +0000 UTC" > 10 March 2019< / time >
< span class = "px-2 text-primary-500" > · < / span > < span title = "Reading time" > 2 mins< / span >
2021-08-22 07:24:36 +00:00
< / div >
2021-08-16 07:33:06 +00:00
< / div >
< / header >
< section class = "prose dark:prose-light" >
2021-11-04 00:06:52 +00:00
< p > Hugo ships with several < a href = https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes > built-in shortcodes< / a > for rich content, along with a < a href = https://gohugo.io/about/hugo-and-gdpr/ > privacy config< / a > and a set of < em > simple shortcodes< / em > that enable static and no-JS versions of various social media embeds.< / p >
< h2 id = youtube > YouTube < a class = heading-anchor href = #youtube aria-label = Anchor > #< / a > < / h2 >
< p > Below is an example using the built-in < code > youtube< / code > shortcode.< / p >
2021-08-16 07:33:06 +00:00
< div style = position:relative;padding-bottom:56.25%;height:0;overflow:hidden >
< iframe src = https://www.youtube.com/embed/ZJthWmvUzzc style = position:absolute;top:0;left:0;width:100%;height:100%;border:0 allowfullscreen title = "YouTube Video" > < / iframe >
< / div >
2021-11-04 00:06:52 +00:00
< h2 id = twitter > Twitter < a class = heading-anchor href = #twitter aria-label = Anchor > #< / a > < / h2 >
< p > This example uses the < code > twitter_simple< / code > shortcode to output a Tweet. It requires two named parameters < code > user< / code > and < code > id< / code > .< / p >
2021-08-16 07:33:06 +00:00
< style type = text/css > . twitter-tweet { font : 14 px / 1.45 '-apple-system' , BlinkMacSystemFont , segoe ui , Roboto , Oxygen-Sans , Ubuntu , Cantarell , helvetica neue , sans-serif ; border-left : 4 px solid #2b7bb9 ; padding-left : 1.5 em ; color : #555 } . twitter-tweet a { color : #2b7bb9 ; text-decoration : none } blockquote . twitter-tweet a : hover , blockquote . twitter-tweet a : focus { text-decoration : underline } < / style >
< blockquote class = twitter-tweet > < p lang = en dir = ltr > “In addition to being more logical, asymmetry has the advantage that its complete appearance is far more optically effective than symmetry.”< br > — Jan Tschichold < a href = https://t.co/gcv7SrhvJb > pic.twitter.com/gcv7SrhvJb< / a > < / p > — Graphic Design History (@DesignReviewed) < a href = "https://twitter.com/DesignReviewed/status/1085870671291310081?ref_src=twsrc%5Etfw" > January 17, 2019< / a > < / blockquote >
2021-11-04 00:06:52 +00:00
< p > Alternatively, the < code > tweet< / code > shortcode can be used to embed a fully marked up Twitter card.< / p >
< h2 id = gist > Gist < a class = heading-anchor href = #gist aria-label = Anchor > #< / a > < / h2 >
< p > The < code > gist< / code > shortcode can be used to embed a GitHub Gist. It requires two unnamed parameters: the username and ID of the Gist.< / p >
< script type = application/javascript src = https://gist.github.com/jpanther/a873e1219ffeaa80a926bbe8255f348e.js > < / script >
< h2 id = vimeo > Vimeo < a class = heading-anchor href = #vimeo aria-label = Anchor > #< / a > < / h2 >
< p > The < code > vimeo_simple< / code > shortcode will embed a Vimeo video.< / p >
2021-08-16 07:33:06 +00:00
< style > . __h_video { position : relative ; padding-bottom : 56.23 % ; height : 0 ; overflow : hidden ; width : 100 % ; background : #000 } . __h_video img { width : 100 % ; height : auto ; color : #000 } . __h_video . play { height : 72 px ; width : 72 px ; left : 50 % ; top : 50 % ; margin-left : -36 px ; margin-top : -36 px ; position : absolute ; cursor : pointer } < / style >
< div class = "s_video_simple __h_video" >
< a href = https://vimeo.com/4.8912912e+07 rel = noopener target = _blank >
2021-09-29 00:56:46 +00:00
< img src = https://i.vimeocdn.com/video/337401969-979f0cc9f55fdf305fb8984e90d92639ec9d7ecc4c9dfbc6536e28edb43784ce-d_640 srcset = "https://i.vimeocdn.com/video/337401969-979f0cc9f55fdf305fb8984e90d92639ec9d7ecc4c9dfbc6536e28edb43784ce-d_640 1x, https://i.vimeocdn.com/video/337401969-979f0cc9f55fdf305fb8984e90d92639ec9d7ecc4c9dfbc6536e28edb43784ce-d_640 2x" alt = "Sing Jan Swing - Kinetic Type" >
2021-08-16 07:33:06 +00:00
< div class = play > < svg version = "1" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 61 61" > < circle cx = "30.5" cy = "30.5" r = "30.5" opacity = ".8" fill = "#000" / > < path d = "M25.3 19.2c-2.1-1.2-3.8-.2-3.8 2.2v18.1c0 2.4 1.7 3.4 3.8 2.2l16.6-9.1c2.1-1.2 2.1-3.2.0-4.4l-16.6-9z" fill = "#fff" / > < / svg > < / div > < / a > < / div >
< / section >
< footer class = pt-8 >
2021-11-04 00:06:52 +00:00
< div class = flex >
2021-12-21 02:27:30 +00:00
< img class = "w-24 h-24 !mt-0 !mb-0 mr-4 rounded-full" width = 96 height = 96 alt = Author src = /congo/img/author.jpg >
2021-11-04 00:06:52 +00:00
< div class = place-self-center >
2021-12-21 02:27:30 +00:00
< div class = "text-[0.6rem] leading-3 text-neutral-500 dark:text-neutral-400 uppercase" >
2021-08-18 08:05:12 +00:00
Author
< / div >
2021-08-22 07:24:36 +00:00
< div class = "font-semibold leading-6 text-neutral-800 dark:text-neutral-300" >
2021-08-16 07:33:06 +00:00
Congo
< / div >
2021-11-04 00:06:52 +00:00
< div class = "text-sm text-neutral-700 dark:text-neutral-400" > This is an example author bio, and although there’ s a stock photo of a dog here, this article was actually created by a human. 🐶< / div >
2021-12-21 02:27:30 +00:00
< div class = "text-2xl sm:text-lg" >
2021-08-22 07:24:36 +00:00
< div class = "flex flex-wrap text-neutral-400 dark:text-neutral-500" >
2021-12-21 02:27:30 +00:00
< a class = "px-1 hover:text-primary-700 dark:hover:text-primary-400" href = https://twitter.com/ target = _blank aria-label = Twitter rel = "me noopener noreferrer" >
2021-11-10 01:57:05 +00:00
< span class = "relative inline-block align-text-bottom icon" > < svg aria-hidden = "true" focusable = "false" data-prefix = "fab" data-icon = "twitter" class = "svg-inline--fa fa-twitter fa-w-16" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" > < path fill = "currentcolor" d = "M459.37 151.716c.325 4.548.325 9.097.325 13.645.0 138.72-105.583 298.558-298.558 298.558-59.452.0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055.0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421.0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391.0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04.0-57.828 46.782-104.934 104.934-104.934 30.213.0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" / > < / svg >
2021-08-16 07:33:06 +00:00
< / span >
< / a >
2021-12-21 02:27:30 +00:00
< a class = "px-1 hover:text-primary-700 dark:hover:text-primary-400" href = https://facebook.com/ target = _blank aria-label = Facebook rel = "me noopener noreferrer" >
2021-11-10 01:57:05 +00:00
< span class = "relative inline-block align-text-bottom icon" > < svg aria-hidden = "true" focusable = "false" data-prefix = "fab" data-icon = "facebook" class = "svg-inline--fa fa-facebook fa-w-16" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" > < path fill = "currentcolor" d = "M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14.0 55.52 4.84 55.52 4.84v61h-31.28c-30.8.0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z" / > < / svg >
2021-08-16 07:33:06 +00:00
< / span >
< / a >
2021-12-21 02:27:30 +00:00
< a class = "px-1 hover:text-primary-700 dark:hover:text-primary-400" href = https://linkedin.com/ target = _blank aria-label = Linkedin rel = "me noopener noreferrer" >
2021-11-10 01:57:05 +00:00
< span class = "relative inline-block align-text-bottom icon" > < svg aria-hidden = "true" focusable = "false" data-prefix = "fab" data-icon = "linkedin" class = "svg-inline--fa fa-linkedin fa-w-14" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 448 512" > < path fill = "currentcolor" d = "M416 32H31.9C14.3 32 0 46.5.0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6.0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3.0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2.0 38.5 17.3 38.5 38.5.0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6.0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2.0 79.7 44.3 79.7 101.9V416z" / > < / svg >
2021-08-16 07:33:06 +00:00
< / span >
< / a >
2021-12-21 02:27:30 +00:00
< a class = "px-1 hover:text-primary-700 dark:hover:text-primary-400" href = https://youtube.com/ target = _blank aria-label = Youtube rel = "me noopener noreferrer" >
2021-11-10 01:57:05 +00:00
< span class = "relative inline-block align-text-bottom icon" > < svg aria-hidden = "true" focusable = "false" data-prefix = "fab" data-icon = "youtube" class = "svg-inline--fa fa-youtube fa-w-18" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 576 512" > < path fill = "currentcolor" d = "M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78.0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" / > < / svg >
2021-08-16 07:33:06 +00:00
< / span >
< / a >
< / div >
< / div >
< / div >
2021-12-21 02:27:30 +00:00
< / div >
2021-08-18 08:05:12 +00:00
< div class = "pt-8 article-pagination" >
2021-08-22 07:24:36 +00:00
< hr class = "border-dotted border-neutral-300 dark:border-neutral-600" >
2021-08-16 07:33:06 +00:00
< div class = "flex justify-between pt-3" >
< span >
2021-11-04 00:06:52 +00:00
< a class = flex href = /congo/samples/markdown/ >
2021-08-18 08:05:12 +00:00
< span class = "mr-3 article-pagination-direction" > ← < / span >
2021-08-16 07:33:06 +00:00
< span class = "flex flex-col" >
2021-11-10 01:57:05 +00:00
< span class = "article-pagination-title mt-[0.1rem] leading-6" > Markdown< / span >
2021-12-21 02:27:30 +00:00
< span class = "mt-[0.1rem] text-xs text-neutral-500 dark:text-neutral-400" >
2021-11-17 22:49:39 +00:00
< time datetime = "2019-03-11 00:00:00 +0000 UTC" > 11 March 2019< / time >
2021-08-22 07:24:36 +00:00
< / span >
2021-08-16 07:33:06 +00:00
< / span >
< / a >
< / span >
< span >
2021-11-04 00:06:52 +00:00
< a class = "flex text-right" href = /congo/samples/mathematical-notation/ >
2021-08-16 07:33:06 +00:00
< span class = "flex flex-col" >
2021-11-10 01:57:05 +00:00
< span class = "article-pagination-title mt-[0.1rem] leading-6" > Mathematical notation< / span >
2021-12-21 02:27:30 +00:00
< span class = "mt-[0.1rem] text-xs text-neutral-500 dark:text-neutral-400" >
2021-11-17 22:49:39 +00:00
< time datetime = "2019-03-08 00:00:00 +0000 UTC" > 8 March 2019< / time >
2021-08-22 07:24:36 +00:00
< / span >
2021-08-16 07:33:06 +00:00
< / span >
2021-08-18 08:05:12 +00:00
< span class = "ml-3 article-pagination-direction" > → < / span >
2021-08-16 07:33:06 +00:00
< / a >
< / span >
< / div >
< / div >
< / footer >
< / article >
2021-10-20 03:57:06 +00:00
< / main > < footer class = py-10 >
2021-11-04 00:06:52 +00:00
< div class = "flex justify-between" >
< div >
2021-12-21 02:27:30 +00:00
< p class = "text-sm text-neutral-500 dark:text-neutral-400" >
2021-08-16 07:33:06 +00:00
©
2021
Congo
< / p >
2021-12-21 02:27:30 +00:00
< p class = "text-xs text-neutral-400 dark:text-neutral-600" >
Powered by < a class = "hover:underline hover:underline-primary-400 hover:text-primary-500" href = https://gohugo.io/ target = _blank rel = "noopener noreferrer" > Hugo< / a > & < a class = "hover:underline hover:underline-primary-400 hover:text-primary-500" href = https://git.io/hugo-congo target = _blank rel = "noopener noreferrer" > Congo< / a >
2021-08-16 07:33:06 +00:00
< / p >
2021-11-04 00:06:52 +00:00
< / div >
< / div >
2021-08-16 07:33:06 +00:00
< / footer >
< / body >
< / html >