commit 23cc91e4b9a8dc49de6a4b28751465908f44a4ac Author: jpanther Date: Wed Aug 11 10:29:04 2021 +0000 Automated deployment: Wed Aug 11 10:29:04 UTC 2021 4ed359ca8af260555cb9c3b32ad18d7df87c252d diff --git a/404.html b/404.html new file mode 100644 index 00000000..39fc8d4d --- /dev/null +++ b/404.html @@ -0,0 +1,67 @@ + + + + + +404 Page not found · Congo + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+

Page Not Found πŸ€·β€β™‚οΈ

+

Error 404

+
+

It seems that the page you've requested does not exist.

+
+
+ + \ No newline at end of file diff --git a/about/index.html b/about/index.html new file mode 100644 index 00000000..23fd1a45 --- /dev/null +++ b/about/index.html @@ -0,0 +1,116 @@ + + + + + +About · Congo + + + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+
+

About

+
+ +· + +1 +min + +
+
+
+

Written in Go, Hugo is an open source static site generator available under the Apache Licence 2.0. Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.

+

Hugo makes use of a variety of open source projects including:

+ +

Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.

+

Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.

+

Websites built with Hugo are extremely fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.

+

Learn more and contribute on GitHub.

+
+ +
+
+ + \ No newline at end of file diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100755 index 00000000..eeb320e3 Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png new file mode 100755 index 00000000..698731a5 Binary files /dev/null and b/android-chrome-512x512.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100755 index 00000000..e3ad14a1 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/blog/emoji-support/index.html b/blog/emoji-support/index.html new file mode 100644 index 00000000..db01fdc8 --- /dev/null +++ b/blog/emoji-support/index.html @@ -0,0 +1,112 @@ + + + + + +Emoji Support · Congo + + + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+
+

Emoji Support

+
+ +· + +1 +min + +
+
+
+

Emoji can be enabled in a Hugo project in a number of ways.

+

The emojify function can be called directly in templates or Inline Shortcodes.

+

To enable emoji globally, set enableEmoji to true in your site’s configuration and then you can type emoji shorthand codes directly in content files; e.g.

+

The Emoji cheat sheet is a useful reference for emoji shorthand codes.

+
+

N.B. The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack; e.g.

+
.emoji {
+font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
+}
+
+ +
+
+ + \ No newline at end of file diff --git a/blog/index.html b/blog/index.html new file mode 100644 index 00000000..22b55381 --- /dev/null +++ b/blog/index.html @@ -0,0 +1,135 @@ + + + + + +Blog · Congo + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+

Blog

+

My life in words.

+
+
+

2019

+
+ + + + + +
+
+ + \ No newline at end of file diff --git a/blog/index.xml b/blog/index.xml new file mode 100644 index 00000000..4a2d0484 --- /dev/null +++ b/blog/index.xml @@ -0,0 +1,2 @@ +Blog on Congohttps://jpanther.github.io/Congo/blog/Recent content in Blog on CongoHugo -- gohugo.ioen-AUMon, 11 Mar 2019 00:00:00 +0000Markdown Syntax Guidehttps://jpanther.github.io/Congo/blog/markdown-syntax/Mon, 11 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/markdown-syntax/<p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p>Rich Contenthttps://jpanther.github.io/Congo/blog/rich-content/Sun, 10 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/rich-content/<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 Simple Shortcodes that enable static and no-JS versions of various social media embeds.</p> +<h2 id="heading"></h2>Placeholder Texthttps://jpanther.github.io/Congo/blog/placeholder-text/Sat, 09 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/placeholder-text/<p>Lorem est tota propiore conpellat pectoribus de pectora summo.</p>Math Typesettinghttps://jpanther.github.io/Congo/blog/math-typesetting/Fri, 08 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/math-typesetting/<p>Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.</p>Emoji Supporthttps://jpanther.github.io/Congo/blog/emoji-support/Tue, 05 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/emoji-support/<p>Emoji can be enabled in a Hugo project in a number of ways.</p> \ No newline at end of file diff --git a/blog/markdown-syntax/index.html b/blog/markdown-syntax/index.html new file mode 100644 index 00000000..cedfb4c0 --- /dev/null +++ b/blog/markdown-syntax/index.html @@ -0,0 +1,242 @@ + + + + + +Markdown Syntax Guide · Congo + + + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+
+

Markdown Syntax Guide

+
+ +· + +3 +mins + +
+
+
+

This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.

+

Headings #

+

The following HTML <h1>β€”<h6> elements represent six levels of section headings. <h1> is the highest section level while <h6> is the lowest.

+

H1

+

H2 #

+

H3 #

+

H4 #

+
H5
+
H6
+

Paragraph #

+

Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.

+

Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.

+

Blockquotes #

+

The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer or cite element, and optionally with in-line changes such as annotations and abbreviations.

+

Blockquote without attribution #

+
+

Tiam, ad mint andaepu dandae nostion secatur sequo quae. +Note that you can use Markdown syntax within a blockquote.

+
+

Blockquote with attribution #

+
+

Don’t communicate by sharing memory, share memory by communicating. +β€” Rob Pike1

+
+

Tables #

+

Tables aren’t part of the core Markdown spec, but Hugo supports supports them out-of-the-box.

+ + + + + + + + + + + + + + + + + +
NameAge
Bob27
Alice23
+

Inline Markdown within tables #

+ + + + + + + + + + + + + + + +
ItalicsBoldCode
italicsboldcode
+

Code Blocks #

+

Code block with backticks #

+
<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8" />
+    <title>Example HTML5 Document</title>
+  </head>
+  <body>
+    <p>Test</p>
+  </body>
+</html>
+

Code block indented with four spaces #

+
<!doctype html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <title>Example HTML5 Document</title>
+</head>
+<body>
+  <p>Test</p>
+</body>
+</html>
+
+

Code block with Hugo’s internal highlight shortcode #

+
<!doctype html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <title>Example HTML5 Document</title>
+</head>
+<body>
+  <p>Test</p>
+</body>
+</html>
+

List Types #

+

Ordered List #

+
    +
  1. First item
  2. +
  3. Second item
  4. +
  5. Third item
  6. +
+

Unordered List #

+
    +
  • List item
  • +
  • Another item
  • +
  • And another item
  • +
+

Nested list #

+
    +
  • Fruit +
      +
    • Apple
    • +
    • Orange
    • +
    • Banana
    • +
    +
  • +
  • Dairy +
      +
    • Milk
    • +
    • Cheese
    • +
    +
  • +
+

Other Elements β€” abbr, sub, sup, kbd, mark #

+

GIF is a bitmap image format.

+

H2O

+

Xn + Yn = Zn

+

Press CTRL+ALT+Delete to end the session.

+

Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.

+
+
+
    +
  1. +

    The above quote is excerpted from Rob Pike’s talk during Gopherfest, November 18, 2015. ↩︎

    +
  2. +
+
+
+ +
+
+ + \ No newline at end of file diff --git a/blog/math-typesetting/index.html b/blog/math-typesetting/index.html new file mode 100644 index 00000000..908733b2 --- /dev/null +++ b/blog/math-typesetting/index.html @@ -0,0 +1,123 @@ + + + + + +Math Typesetting · Congo + + + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+
+

Math Typesetting

+
+ +· + +1 +min + +
+
+
+

Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.

+

In this example we will be using KaTeX

+
    +
  • Create a partial under /layouts/partials/math.html
  • +
  • Within this partial reference the Auto-render Extension or host these scripts locally.
  • +
  • Include the partial in your templates like so:
  • +
+
{{ if or .Params.math .Site.Params.math }}
+{{ partial "math.html" . }}
+{{ end }}
+
    +
  • To enable KaTex globally set the parameter math to true in a project’s configuration
  • +
  • To enable KaTex on a per page basis include the parameter math: true in content files
  • +
+

Note: Use the online reference of Supported TeX Functions

+

Examples #

+

Block math:

+

$$ +\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } } +$$

+
+ +
+
+ + \ No newline at end of file diff --git a/blog/page/1/index.html b/blog/page/1/index.html new file mode 100644 index 00000000..6e0ed069 --- /dev/null +++ b/blog/page/1/index.html @@ -0,0 +1 @@ +https://jpanther.github.io/Congo/blog/ \ No newline at end of file diff --git a/blog/placeholder-text/index.html b/blog/placeholder-text/index.html new file mode 100644 index 00000000..72b4266d --- /dev/null +++ b/blog/placeholder-text/index.html @@ -0,0 +1,126 @@ + + + + + +Placeholder Text · Congo + + + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+
+

Placeholder Text

+
+ +· + +2 +mins + +
+
+
+

Lorem est tota propiore conpellat pectoribus de pectora summo.

+

Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.

+
    +
  1. Exierant elisi ambit vivere dedere
  2. +
  3. Duce pollice
  4. +
  5. Eris modo
  6. +
  7. Spargitque ferrea quos palude
  8. +
+

Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria tractus malis.

+
    +
  1. Comas hunc haec pietate fetum procerum dixit
  2. +
  3. Post torum vates letum Tiresia
  4. +
  5. Flumen querellas
  6. +
  7. Arcanaque montibus omnes
  8. +
  9. Quidem et
  10. +
+

Vagus elidunt

+

+

The Van de Graaf Canon

+

Mane refeci capiebant unda mulcebat #

+

Victa caducifer, malo vulnere contra dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. Faces illo pepulere tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis.

+

Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae vulnus haerentia iuste et exercebat, sui et.

+

Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel mitis temploque vocatus, inque alis, oculos nomen non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem Propoetides parte.

+
+ +
+
+ + \ No newline at end of file diff --git a/blog/rich-content/index.html b/blog/rich-content/index.html new file mode 100644 index 00000000..f5fa8ad4 --- /dev/null +++ b/blog/rich-content/index.html @@ -0,0 +1,120 @@ + + + + + +Rich Content · Congo + + + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+
+

Rich Content

+
+ +· + +1 +min + +
+
+
+

Hugo ships with several Built-in Shortcodes for rich content, along with a Privacy Config and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.

+

 #

+

YouTube Privacy Enhanced Shortcode #

+
+ +
+
+

Twitter Simple Shortcode #

+ + +
+

Vimeo Simple Shortcode #

+ + +
+ +
+
+ + \ No newline at end of file diff --git a/categories/index.html b/categories/index.html new file mode 100644 index 00000000..91ca0f64 --- /dev/null +++ b/categories/index.html @@ -0,0 +1,86 @@ + + + + + +Categories · Congo + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+

Categories

+

+
+
+ + +
+
+ + \ No newline at end of file diff --git a/categories/index.xml b/categories/index.xml new file mode 100644 index 00000000..a77a564a --- /dev/null +++ b/categories/index.xml @@ -0,0 +1 @@ +Categories on Congohttps://jpanther.github.io/Congo/categories/Recent content in Categories on CongoHugo -- gohugo.ioen-AUMon, 11 Mar 2019 00:00:00 +0000syntaxhttps://jpanther.github.io/Congo/categories/syntax/Mon, 11 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/categories/syntax/themeshttps://jpanther.github.io/Congo/categories/themes/Mon, 11 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/categories/themes/ \ No newline at end of file diff --git a/categories/syntax/index.html b/categories/syntax/index.html new file mode 100644 index 00000000..4da4b78c --- /dev/null +++ b/categories/syntax/index.html @@ -0,0 +1,83 @@ + + + + + +syntax · Congo + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+

syntax

+

+
+
+

2019

+
+ +
+
+ + \ No newline at end of file diff --git a/categories/syntax/index.xml b/categories/syntax/index.xml new file mode 100644 index 00000000..df636d24 --- /dev/null +++ b/categories/syntax/index.xml @@ -0,0 +1 @@ +syntax on Congohttps://jpanther.github.io/Congo/categories/syntax/Recent content in syntax on CongoHugo -- gohugo.ioen-AUMon, 11 Mar 2019 00:00:00 +0000Markdown Syntax Guidehttps://jpanther.github.io/Congo/blog/markdown-syntax/Mon, 11 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/markdown-syntax/<p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p> \ No newline at end of file diff --git a/categories/syntax/page/1/index.html b/categories/syntax/page/1/index.html new file mode 100644 index 00000000..66759e07 --- /dev/null +++ b/categories/syntax/page/1/index.html @@ -0,0 +1 @@ +https://jpanther.github.io/Congo/categories/syntax/ \ No newline at end of file diff --git a/categories/themes/index.html b/categories/themes/index.html new file mode 100644 index 00000000..abf44d4a --- /dev/null +++ b/categories/themes/index.html @@ -0,0 +1,83 @@ + + + + + +themes · Congo + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+

themes

+

+
+
+

2019

+
+ +
+
+ + \ No newline at end of file diff --git a/categories/themes/index.xml b/categories/themes/index.xml new file mode 100644 index 00000000..4ed622d6 --- /dev/null +++ b/categories/themes/index.xml @@ -0,0 +1 @@ +themes on Congohttps://jpanther.github.io/Congo/categories/themes/Recent content in themes on CongoHugo -- gohugo.ioen-AUMon, 11 Mar 2019 00:00:00 +0000Markdown Syntax Guidehttps://jpanther.github.io/Congo/blog/markdown-syntax/Mon, 11 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/markdown-syntax/<p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p> \ No newline at end of file diff --git a/categories/themes/page/1/index.html b/categories/themes/page/1/index.html new file mode 100644 index 00000000..8e9a7b85 --- /dev/null +++ b/categories/themes/page/1/index.html @@ -0,0 +1 @@ +https://jpanther.github.io/Congo/categories/themes/ \ No newline at end of file diff --git a/css/main.css b/css/main.css new file mode 100644 index 00000000..bc4192c2 --- /dev/null +++ b/css/main.css @@ -0,0 +1 @@ +/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com*//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */html{-moz-tab-size:4;-o-tab-size:4;tab-size:4;line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}hr{height:0;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:initial;background-image:none}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{font-family:inherit;line-height:inherit}*,:after,:before{box-sizing:border-box;border:0 solid}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#a1a1aa}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1;color:#a1a1aa}input::placeholder,textarea::placeholder{opacity:1;color:#a1a1aa}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.prose{color:#3f3f46;max-width:65ch}.prose [class~=lead]{color:#52525b;font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose a{color:#6d28d9;text-decoration:underline;font-weight:500}.prose a:hover{background-color:#7c3aed;color:#fff;text-decoration:none}.prose strong{color:#18181b;font-weight:600}.prose ol[type=A]{--list-counter-style:upper-alpha}.prose ol[type=a]{--list-counter-style:lower-alpha}.prose ol[type=A s]{--list-counter-style:upper-alpha}.prose ol[type=a s]{--list-counter-style:lower-alpha}.prose ol[type=I]{--list-counter-style:upper-roman}.prose ol[type=i]{--list-counter-style:lower-roman}.prose ol[type=I s]{--list-counter-style:upper-roman}.prose ol[type=i s]{--list-counter-style:lower-roman}.prose ol[type="1"]{--list-counter-style:decimal}.prose ol>li{position:relative;padding-left:1.75em}.prose ol>li:before{content:counter(list-item,var(--list-counter-style,decimal)) ".";position:absolute;font-weight:400;color:#71717a;left:0}.prose ul>li{position:relative;padding-left:1.75em}.prose ul>li:before{content:"";position:absolute;background-color:#d4d4d8;border-radius:50%;width:.375em;height:.375em;top:.6875em;left:.25em}.prose hr{border-color:#e4e4e7;border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose blockquote{font-weight:500;font-style:italic;color:#18181b;border-left-width:.25rem;border-left-color:#e4e4e7;quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose blockquote p:first-of-type:before{content:open-quote}.prose blockquote p:last-of-type:after{content:close-quote}.prose h1{color:#18181b;font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose h2{color:#18181b;font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333;position:relative}.prose h3{font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose h3,.prose h4{color:#18181b;font-weight:600;position:relative}.prose h4{margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose figure figcaption{color:#71717a;font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose code{color:#a21caf;font-weight:600;font-size:.875em}.prose code:after,.prose code:before{content:"`"}.prose a code{color:#18181b}.prose pre{color:#e4e4e7;background-color:#fafafa;overflow-x:auto;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose pre code{background-color:initial;border-width:0;border-radius:0;padding:0;font-weight:400;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose pre code:after,.prose pre code:before{content:none}.prose table{width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose thead{color:#18181b;font-weight:600;border-bottom-width:1px;border-bottom-color:#d4d4d8}.prose thead th{vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose tbody tr{border-bottom-width:1px;border-bottom-color:#e4e4e7}.prose tbody tr:last-child{border-bottom-width:0}.prose tbody td{vertical-align:top;padding:.5714286em}.prose{font-size:1rem;line-height:1.75}.prose p{margin-top:1.25em;margin-bottom:1.25em}.prose figure,.prose img,.prose video{margin-top:2em;margin-bottom:2em}.prose figure>*{margin-top:0;margin-bottom:0}.prose h2 code{font-size:.875em}.prose h3 code{font-size:.9em}.prose ol,.prose ul{margin-top:1.25em;margin-bottom:1.25em}.prose li{margin-top:.5em;margin-bottom:.5em}.prose>ul>li p{margin-top:.75em;margin-bottom:.75em}.prose>ul>li>:first-child{margin-top:1.25em}.prose>ul>li>:last-child{margin-bottom:1.25em}.prose>ol>li>:first-child{margin-top:1.25em}.prose>ol>li>:last-child{margin-bottom:1.25em}.prose ol ol,.prose ol ul,.prose ul ol,.prose ul ul{margin-top:.75em;margin-bottom:.75em}.prose h2+*,.prose h3+*,.prose h4+*,.prose hr+*{margin-top:0}.prose thead th:first-child{padding-left:0}.prose thead th:last-child{padding-right:0}.prose tbody td:first-child{padding-left:0}.prose tbody td:last-child{padding-right:0}.prose>:first-child{margin-top:0}.prose>:last-child{margin-bottom:0}.prose kbd{background-color:#e4e4e7;padding:.1rem .4rem;border-radius:.25rem;font-size:.9rem;font-weight:600}.icon svg{height:1em;width:1em}.prose .heading-anchor{position:absolute;top:0;left:-1.5rem;width:1.5rem;text-decoration:none;opacity:0}.prose .heading-anchor:hover{background-color:initial;--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity));text-decoration:underline;opacity:1}.prose h2:focus>.heading-anchor,.prose h2:hover>.heading-anchor,.prose h3:focus>.heading-anchor,.prose h3:hover>.heading-anchor,.prose h4:focus>.heading-anchor,.prose h4:hover>.heading-anchor{opacity:1}.no-prose>p{margin-top:0}.no-prose>p:last-child{margin-bottom:0}.prose .chroma{border-radius:.375rem;--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(63,63,70,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.prose .chroma{--tw-bg-opacity:1;background-color:rgba(63,63,70,var(--tw-bg-opacity));--tw-text-opacity:1;color:rgba(228,228,231,var(--tw-text-opacity))}}.chroma .lntd,.chroma .lntd pre{margin:0;border-style:none;padding:0;vertical-align:top}.chroma .lntable{display:block;width:auto;overflow:hidden;padding:.75rem 1rem;font-size:1rem;line-height:1.5rem;border-spacing:0}.chroma .hl{margin-left:-1rem;margin-right:-1rem;display:block;width:auto;--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity));padding-left:1rem;padding-right:1rem}@media (prefers-color-scheme:dark){.chroma .hl{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}}.chroma .lntd .hl{margin:0;padding:0}.chroma .lnt{--tw-text-opacity:1;color:rgba(82,82,91,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .lnt{--tw-text-opacity:1;color:rgba(212,212,216,var(--tw-text-opacity))}}.chroma .lnt{margin-right:.4em;padding:0 .4em}.chroma .ln{--tw-text-opacity:1;color:rgba(82,82,91,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .ln{--tw-text-opacity:1;color:rgba(212,212,216,var(--tw-text-opacity))}}.chroma .ln{margin-right:.4em;padding:0 .4em}.chroma .k{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .k{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}}.chroma .kc{font-weight:600;--tw-text-opacity:1;color:rgba(232,121,249,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .kc{--tw-text-opacity:1;color:rgba(217,70,239,var(--tw-text-opacity))}}.chroma .kd{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .kd{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}}.chroma .kn{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .kn{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}}.chroma .kp{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .kp{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}}.chroma .kr{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .kr{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}}.chroma .kt{--tw-text-opacity:1;color:rgba(232,121,249,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .kt{--tw-text-opacity:1;color:rgba(192,38,211,var(--tw-text-opacity))}}.chroma .n{--tw-text-opacity:1;color:rgba(112,26,117,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .n{--tw-text-opacity:1;color:rgba(245,208,254,var(--tw-text-opacity))}}.chroma .na{--tw-text-opacity:1;color:rgba(134,25,143,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .na{--tw-text-opacity:1;color:rgba(240,171,252,var(--tw-text-opacity))}}.chroma .nb{--tw-text-opacity:1;color:rgba(134,25,143,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .nb{--tw-text-opacity:1;color:rgba(240,171,252,var(--tw-text-opacity))}}.chroma .bp{--tw-text-opacity:1;color:rgba(134,25,143,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .bp{--tw-text-opacity:1;color:rgba(240,171,252,var(--tw-text-opacity))}}.chroma .nc{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .nc{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}}.chroma .no{font-weight:600;--tw-text-opacity:1;color:rgba(232,121,249,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .no{--tw-text-opacity:1;color:rgba(217,70,239,var(--tw-text-opacity))}}.chroma .nd{--tw-text-opacity:1;color:rgba(112,26,117,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .nd{--tw-text-opacity:1;color:rgba(245,208,254,var(--tw-text-opacity))}}.chroma .ni{--tw-text-opacity:1;color:rgba(112,26,117,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .ni{--tw-text-opacity:1;color:rgba(245,208,254,var(--tw-text-opacity))}}.chroma .ne{font-weight:600;--tw-text-opacity:1;color:rgba(232,121,249,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .ne{--tw-text-opacity:1;color:rgba(217,70,239,var(--tw-text-opacity))}}.chroma .nf{--tw-text-opacity:1;color:rgba(192,38,211,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .nf{--tw-text-opacity:1;color:rgba(217,70,239,var(--tw-text-opacity))}}.chroma .fm{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .fm{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}}.chroma .nl{--tw-text-opacity:1;color:rgba(112,26,117,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .nl{--tw-text-opacity:1;color:rgba(245,208,254,var(--tw-text-opacity))}}.chroma .nn{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .nn{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}}.chroma .nx{--tw-text-opacity:1;color:rgba(134,25,143,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .nx{--tw-text-opacity:1;color:rgba(240,171,252,var(--tw-text-opacity))}}.chroma .py{color:#cebc3a}.chroma .nt{--tw-text-opacity:1;color:rgba(134,25,143,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .nt{--tw-text-opacity:1;color:rgba(240,171,252,var(--tw-text-opacity))}}.chroma .nv{--tw-text-opacity:1;color:rgba(232,121,249,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .nv{--tw-text-opacity:1;color:rgba(192,38,211,var(--tw-text-opacity))}}.chroma .vc{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .vc{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}}.chroma .vg{font-weight:600;--tw-text-opacity:1;color:rgba(232,121,249,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .vg{--tw-text-opacity:1;color:rgba(217,70,239,var(--tw-text-opacity))}}.chroma .vi{--tw-text-opacity:1;color:rgba(232,121,249,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .vi{--tw-text-opacity:1;color:rgba(192,38,211,var(--tw-text-opacity))}}.chroma .vm{--tw-text-opacity:1;color:rgba(232,121,249,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .vm{--tw-text-opacity:1;color:rgba(192,38,211,var(--tw-text-opacity))}}.chroma .l{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .l{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}.chroma .ld{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .ld{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}.chroma .s{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .s{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}.chroma .sa{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .sa{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}.chroma .sb{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .sb{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}.chroma .sc{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .sc{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}.chroma .dl{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .dl{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}.chroma .sd{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .sd{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}.chroma .s2{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .s2{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}.chroma .se{font-weight:600;--tw-text-opacity:1;color:rgba(232,121,249,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .se{--tw-text-opacity:1;color:rgba(217,70,239,var(--tw-text-opacity))}}.chroma .sh{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .sh{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}.chroma .si{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .si{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}.chroma .sx{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .sx{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}.chroma .sr{font-weight:600;--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .sr{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}.chroma .s1{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .s1{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}.chroma .ss{font-weight:600;--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .ss{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}.chroma .m{--tw-text-opacity:1;color:rgba(232,121,249,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .m{--tw-text-opacity:1;color:rgba(192,38,211,var(--tw-text-opacity))}}.chroma .mb{--tw-text-opacity:1;color:rgba(232,121,249,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .mb{--tw-text-opacity:1;color:rgba(192,38,211,var(--tw-text-opacity))}}.chroma .mf{--tw-text-opacity:1;color:rgba(232,121,249,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .mf{--tw-text-opacity:1;color:rgba(192,38,211,var(--tw-text-opacity))}}.chroma .mh{--tw-text-opacity:1;color:rgba(232,121,249,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .mh{--tw-text-opacity:1;color:rgba(192,38,211,var(--tw-text-opacity))}}.chroma .mi{--tw-text-opacity:1;color:rgba(232,121,249,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .mi{--tw-text-opacity:1;color:rgba(192,38,211,var(--tw-text-opacity))}}.chroma .il{--tw-text-opacity:1;color:rgba(232,121,249,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .il{--tw-text-opacity:1;color:rgba(192,38,211,var(--tw-text-opacity))}}.chroma .mo{--tw-text-opacity:1;color:rgba(232,121,249,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .mo{--tw-text-opacity:1;color:rgba(192,38,211,var(--tw-text-opacity))}}.chroma .o{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.chroma .ow{font-weight:600;--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .ow{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}}.chroma .c{font-style:italic;--tw-text-opacity:1;color:rgba(161,161,170,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .c{--tw-text-opacity:1;color:rgba(113,113,122,var(--tw-text-opacity))}}.chroma .ch{font-weight:600;font-style:italic;--tw-text-opacity:1;color:rgba(161,161,170,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .ch{--tw-text-opacity:1;color:rgba(113,113,122,var(--tw-text-opacity))}}.chroma .cm{font-style:italic;--tw-text-opacity:1;color:rgba(161,161,170,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .cm{--tw-text-opacity:1;color:rgba(113,113,122,var(--tw-text-opacity))}}.chroma .c1{font-style:italic;--tw-text-opacity:1;color:rgba(161,161,170,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .c1{--tw-text-opacity:1;color:rgba(113,113,122,var(--tw-text-opacity))}}.chroma .cs{font-style:italic;--tw-text-opacity:1;color:rgba(161,161,170,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .cs{--tw-text-opacity:1;color:rgba(113,113,122,var(--tw-text-opacity))}}.chroma .cp{font-style:italic;--tw-text-opacity:1;color:rgba(161,161,170,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .cp{--tw-text-opacity:1;color:rgba(113,113,122,var(--tw-text-opacity))}}.chroma .cpf{font-style:italic;--tw-text-opacity:1;color:rgba(161,161,170,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .cpf{--tw-text-opacity:1;color:rgba(113,113,122,var(--tw-text-opacity))}}.chroma .ge{font-style:italic}.chroma .gh{font-weight:600;--tw-text-opacity:1;color:rgba(113,113,122,var(--tw-text-opacity))}.chroma .gi{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .gi{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}.chroma .go{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .go{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}.chroma .gp{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}@media (prefers-color-scheme:dark){.chroma .gp{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}.chroma .gs{font-weight:600}.chroma .gt,.chroma .gu{--tw-text-opacity:1;color:rgba(113,113,122,var(--tw-text-opacity))}.chroma .gl{text-decoration:underline}.relative{position:relative}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.my-3{margin-top:.75rem}.mb-3,.my-3{margin-bottom:.75rem}.mt-8{margin-top:2rem}.mb-12{margin-bottom:3rem}.mt-12{margin-top:3rem}.mt-0{margin-top:0}.mt-6{margin-top:1.5rem}.\!mt-0{margin-top:0!important}.\!mb-0{margin-bottom:0!important}.mr-4{margin-right:1rem}.mr-2{margin-right:.5rem}.mr-7{margin-right:1.75rem}.\!mb-9{margin-bottom:2.25rem!important}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.h-screen{height:100vh}.h-24{height:6rem}.w-36{width:9rem}.w-full{width:100%}.w-24{width:6rem}.max-w-full{max-width:100%}.max-w-prose{max-width:65ch}.flex-grow{flex-grow:1}.cursor-default{cursor:default}.list-none{list-style-type:none}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.border-dotted{border-style:dotted}.border-gray-400{--tw-border-opacity:1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.bg-primary-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.px-8{padding-left:2rem;padding-right:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pt-8{padding-top:2rem}.pr-3{padding-right:.75rem}.align-text-bottom{vertical-align:text-bottom}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-base{font-size:1rem;line-height:1.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-extrabold{font-weight:800}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-7{line-height:1.75rem}.leading-6{line-height:1.5rem}.text-gray-400{--tw-text-opacity:1;color:rgba(161,161,170,var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgba(39,39,42,var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgba(212,212,216,var(--tw-text-opacity))}.text-primary-400{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.first\:mt-8:first-child{margin-top:2rem}.last\:mr-0:last-child{margin-right:0}.hover\:text-primary-700:hover{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.hover\:underline:hover{text-decoration:underline}@media (prefers-color-scheme:dark){.dark\:prose-light{color:#a1a1aa}.dark\:prose-light a{color:#a78bfa}.dark\:prose-light strong{color:#fff}.dark\:prose-light ol>li:before{color:#a1a1aa}.dark\:prose-light ul>li:before{background-color:#52525b}.dark\:prose-light hr{border-color:#e4e4e7}.dark\:prose-light blockquote{color:#e4e4e7;border-left-color:#52525b}.dark\:prose-light h1,.dark\:prose-light h2,.dark\:prose-light h3,.dark\:prose-light h4{color:#fff}.dark\:prose-light figure figcaption{color:#a1a1aa}.dark\:prose-light code{color:#e879f9}.dark\:prose-light a code{color:#fff}.dark\:prose-light pre{color:#e4e4e7;background-color:#3f3f46}.dark\:prose-light thead{color:#fff;border-bottom-color:#a1a1aa}.dark\:prose-light tbody tr{border-bottom-color:#52525b}.dark\:prose-light kbd{background-color:#3f3f46;color:#d4d4d8}.dark\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.dark\:bg-primary-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.dark\:text-gray-500{--tw-text-opacity:1;color:rgba(113,113,122,var(--tw-text-opacity))}.dark\:text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.dark\:text-gray-300{--tw-text-opacity:1;color:rgba(212,212,216,var(--tw-text-opacity))}.dark\:text-gray-600{--tw-text-opacity:1;color:rgba(82,82,91,var(--tw-text-opacity))}.dark\:hover\:text-primary-400:hover{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}}@media (min-width:640px){.sm\:w-1\/2{width:50%}.sm\:px-14{padding-left:3.5rem;padding-right:3.5rem}}@media (min-width:768px){.md\:w-1\/3{width:33.333333%}.md\:px-24{padding-left:6rem;padding-right:6rem}}@media (min-width:1024px){.lg\:w-1\/4{width:25%}.lg\:px-32{padding-left:8rem;padding-right:8rem}}@media (min-width:1280px){.xl\:w-1\/5{width:20%}} \ No newline at end of file diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100755 index 00000000..8ecbbe95 Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100755 index 00000000..6f409e8f Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100755 index 00000000..879d7555 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 00000000..70dec350 --- /dev/null +++ b/index.html @@ -0,0 +1,77 @@ + + + + + +Congo + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+
+

Welcome to Congo! πŸŽ‰

+
+

+A simple, lightweight theme for Hugo built with Tailwind CSS. +

+

This is the homepage. It’s just plain Markdown content and can render whatever you wish.

+

Perhaps you’ll link to an about page, or direct people to check out your blog posts. It’s really up to you.

+
Photo by Anna Scarfiello on Unsplash.
+

Photo by Anna Scarfiello on Unsplash.

+
+
+
+
+
+ + \ No newline at end of file diff --git a/index.xml b/index.xml new file mode 100644 index 00000000..ac66e607 --- /dev/null +++ b/index.xml @@ -0,0 +1,4 @@ +Welcome to Congo! πŸŽ‰ on Congohttps://jpanther.github.io/Congo/Recent content in Welcome to Congo! πŸŽ‰ on CongoHugo -- gohugo.ioen-AUMon, 11 Mar 2019 00:00:00 +0000Markdown Syntax Guidehttps://jpanther.github.io/Congo/blog/markdown-syntax/Mon, 11 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/markdown-syntax/<p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p>Rich Contenthttps://jpanther.github.io/Congo/blog/rich-content/Sun, 10 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/rich-content/<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 Simple Shortcodes that enable static and no-JS versions of various social media embeds.</p> +<h2 id="heading"></h2>Placeholder Texthttps://jpanther.github.io/Congo/blog/placeholder-text/Sat, 09 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/placeholder-text/<p>Lorem est tota propiore conpellat pectoribus de pectora summo.</p>Math Typesettinghttps://jpanther.github.io/Congo/blog/math-typesetting/Fri, 08 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/math-typesetting/<p>Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.</p>Emoji Supporthttps://jpanther.github.io/Congo/blog/emoji-support/Tue, 05 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/emoji-support/<p>Emoji can be enabled in a Hugo project in a number of ways.</p>Abouthttps://jpanther.github.io/Congo/about/Thu, 28 Feb 2019 00:00:00 +0000https://jpanther.github.io/Congo/about/Written in Go, Hugo is an open source static site generator available under the Apache Licence 2.0. Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows. +Hugo makes use of a variety of open source projects including: +https://github. \ No newline at end of file diff --git a/mountains.jpg b/mountains.jpg new file mode 100644 index 00000000..fadf2636 Binary files /dev/null and b/mountains.jpg differ diff --git a/robots.txt b/robots.txt new file mode 100644 index 00000000..22b4badd --- /dev/null +++ b/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: +Sitemap: https://jpanther.github.io/Congo/sitemap.xml diff --git a/site.webmanifest b/site.webmanifest new file mode 100755 index 00000000..45dc8a20 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 00000000..327d32f2 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1 @@ +https://jpanther.github.io/Congo/blog/2019-03-11T00:00:00+00:00https://jpanther.github.io/Congo/blog/markdown-syntax/2019-03-11T00:00:00+00:00https://jpanther.github.io/Congo/2019-03-11T00:00:00+00:00https://jpanther.github.io/Congo/blog/rich-content/2019-03-10T00:00:00+00:00https://jpanther.github.io/Congo/blog/placeholder-text/2019-03-09T00:00:00+00:00https://jpanther.github.io/Congo/blog/math-typesetting/2019-03-08T00:00:00+00:00https://jpanther.github.io/Congo/blog/emoji-support/2019-03-05T00:00:00+00:00https://jpanther.github.io/Congo/about/2019-02-28T00:00:00+00:00 \ No newline at end of file diff --git a/tags/css/index.html b/tags/css/index.html new file mode 100644 index 00000000..c77a7556 --- /dev/null +++ b/tags/css/index.html @@ -0,0 +1,83 @@ + + + + + +css · Congo + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+

css

+

+
+
+

2019

+
+ +
+
+ + \ No newline at end of file diff --git a/tags/css/index.xml b/tags/css/index.xml new file mode 100644 index 00000000..62f1c5c8 --- /dev/null +++ b/tags/css/index.xml @@ -0,0 +1 @@ +css on Congohttps://jpanther.github.io/Congo/tags/css/Recent content in css on CongoHugo -- gohugo.ioen-AUMon, 11 Mar 2019 00:00:00 +0000Markdown Syntax Guidehttps://jpanther.github.io/Congo/blog/markdown-syntax/Mon, 11 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/markdown-syntax/<p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p> \ No newline at end of file diff --git a/tags/css/page/1/index.html b/tags/css/page/1/index.html new file mode 100644 index 00000000..580e4150 --- /dev/null +++ b/tags/css/page/1/index.html @@ -0,0 +1 @@ +https://jpanther.github.io/Congo/tags/css/ \ No newline at end of file diff --git a/tags/emoji/index.html b/tags/emoji/index.html new file mode 100644 index 00000000..eb0c3831 --- /dev/null +++ b/tags/emoji/index.html @@ -0,0 +1,83 @@ + + + + + +emoji · Congo + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+

emoji

+

+
+
+

2019

+
+ +
+
+ + \ No newline at end of file diff --git a/tags/emoji/index.xml b/tags/emoji/index.xml new file mode 100644 index 00000000..9a3be36a --- /dev/null +++ b/tags/emoji/index.xml @@ -0,0 +1 @@ +emoji on Congohttps://jpanther.github.io/Congo/tags/emoji/Recent content in emoji on CongoHugo -- gohugo.ioen-AUTue, 05 Mar 2019 00:00:00 +0000Emoji Supporthttps://jpanther.github.io/Congo/blog/emoji-support/Tue, 05 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/emoji-support/<p>Emoji can be enabled in a Hugo project in a number of ways.</p> \ No newline at end of file diff --git a/tags/emoji/page/1/index.html b/tags/emoji/page/1/index.html new file mode 100644 index 00000000..74c7ddbb --- /dev/null +++ b/tags/emoji/page/1/index.html @@ -0,0 +1 @@ +https://jpanther.github.io/Congo/tags/emoji/ \ No newline at end of file diff --git a/tags/html/index.html b/tags/html/index.html new file mode 100644 index 00000000..596a7deb --- /dev/null +++ b/tags/html/index.html @@ -0,0 +1,83 @@ + + + + + +html · Congo + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+

html

+

+
+
+

2019

+
+ +
+
+ + \ No newline at end of file diff --git a/tags/html/index.xml b/tags/html/index.xml new file mode 100644 index 00000000..1b6b249c --- /dev/null +++ b/tags/html/index.xml @@ -0,0 +1 @@ +html on Congohttps://jpanther.github.io/Congo/tags/html/Recent content in html on CongoHugo -- gohugo.ioen-AUMon, 11 Mar 2019 00:00:00 +0000Markdown Syntax Guidehttps://jpanther.github.io/Congo/blog/markdown-syntax/Mon, 11 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/markdown-syntax/<p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p> \ No newline at end of file diff --git a/tags/html/page/1/index.html b/tags/html/page/1/index.html new file mode 100644 index 00000000..ca5b196c --- /dev/null +++ b/tags/html/page/1/index.html @@ -0,0 +1 @@ +https://jpanther.github.io/Congo/tags/html/ \ No newline at end of file diff --git a/tags/index.html b/tags/index.html new file mode 100644 index 00000000..46930028 --- /dev/null +++ b/tags/index.html @@ -0,0 +1,131 @@ + + + + + +Tags · Congo + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+

Tags

+

+
+
+
+

+css + +· +1 + +

+
+ +
+

+html + +· +1 + +

+
+ + + +
+

+text + +· +1 + +

+
+
+
+ + \ No newline at end of file diff --git a/tags/index.xml b/tags/index.xml new file mode 100644 index 00000000..8107f123 --- /dev/null +++ b/tags/index.xml @@ -0,0 +1 @@ +Tags on Congohttps://jpanther.github.io/Congo/tags/Recent content in Tags on CongoHugo -- gohugo.ioen-AUMon, 11 Mar 2019 00:00:00 +0000csshttps://jpanther.github.io/Congo/tags/css/Mon, 11 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/tags/css/htmlhttps://jpanther.github.io/Congo/tags/html/Mon, 11 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/tags/html/markdownhttps://jpanther.github.io/Congo/tags/markdown/Mon, 11 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/tags/markdown/privacyhttps://jpanther.github.io/Congo/tags/privacy/Sun, 10 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/tags/privacy/shortcodeshttps://jpanther.github.io/Congo/tags/shortcodes/Sun, 10 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/tags/shortcodes/texthttps://jpanther.github.io/Congo/tags/text/Sat, 09 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/tags/text/emojihttps://jpanther.github.io/Congo/tags/emoji/Tue, 05 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/tags/emoji/ \ No newline at end of file diff --git a/tags/markdown/index.html b/tags/markdown/index.html new file mode 100644 index 00000000..8e240577 --- /dev/null +++ b/tags/markdown/index.html @@ -0,0 +1,96 @@ + + + + + +markdown · Congo + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+

markdown

+

+
+
+

2019

+
+ + +
+
+ + \ No newline at end of file diff --git a/tags/markdown/index.xml b/tags/markdown/index.xml new file mode 100644 index 00000000..e5913f1f --- /dev/null +++ b/tags/markdown/index.xml @@ -0,0 +1 @@ +markdown on Congohttps://jpanther.github.io/Congo/tags/markdown/Recent content in markdown on CongoHugo -- gohugo.ioen-AUMon, 11 Mar 2019 00:00:00 +0000Markdown Syntax Guidehttps://jpanther.github.io/Congo/blog/markdown-syntax/Mon, 11 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/markdown-syntax/<p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p>Placeholder Texthttps://jpanther.github.io/Congo/blog/placeholder-text/Sat, 09 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/placeholder-text/<p>Lorem est tota propiore conpellat pectoribus de pectora summo.</p> \ No newline at end of file diff --git a/tags/markdown/page/1/index.html b/tags/markdown/page/1/index.html new file mode 100644 index 00000000..d4b832e2 --- /dev/null +++ b/tags/markdown/page/1/index.html @@ -0,0 +1 @@ +https://jpanther.github.io/Congo/tags/markdown/ \ No newline at end of file diff --git a/tags/privacy/index.html b/tags/privacy/index.html new file mode 100644 index 00000000..a1da03f3 --- /dev/null +++ b/tags/privacy/index.html @@ -0,0 +1,83 @@ + + + + + +privacy · Congo + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+

privacy

+

+
+
+

2019

+
+ +
+
+ + \ No newline at end of file diff --git a/tags/privacy/index.xml b/tags/privacy/index.xml new file mode 100644 index 00000000..68f4078c --- /dev/null +++ b/tags/privacy/index.xml @@ -0,0 +1,2 @@ +privacy on Congohttps://jpanther.github.io/Congo/tags/privacy/Recent content in privacy on CongoHugo -- gohugo.ioen-AUSun, 10 Mar 2019 00:00:00 +0000Rich Contenthttps://jpanther.github.io/Congo/blog/rich-content/Sun, 10 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/rich-content/<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 Simple Shortcodes that enable static and no-JS versions of various social media embeds.</p> +<h2 id="heading"></h2> \ No newline at end of file diff --git a/tags/privacy/page/1/index.html b/tags/privacy/page/1/index.html new file mode 100644 index 00000000..74b68669 --- /dev/null +++ b/tags/privacy/page/1/index.html @@ -0,0 +1 @@ +https://jpanther.github.io/Congo/tags/privacy/ \ No newline at end of file diff --git a/tags/shortcodes/index.html b/tags/shortcodes/index.html new file mode 100644 index 00000000..a5060b14 --- /dev/null +++ b/tags/shortcodes/index.html @@ -0,0 +1,83 @@ + + + + + +shortcodes · Congo + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+

shortcodes

+

+
+
+

2019

+
+ +
+
+ + \ No newline at end of file diff --git a/tags/shortcodes/index.xml b/tags/shortcodes/index.xml new file mode 100644 index 00000000..0dc4db17 --- /dev/null +++ b/tags/shortcodes/index.xml @@ -0,0 +1,2 @@ +shortcodes on Congohttps://jpanther.github.io/Congo/tags/shortcodes/Recent content in shortcodes on CongoHugo -- gohugo.ioen-AUSun, 10 Mar 2019 00:00:00 +0000Rich Contenthttps://jpanther.github.io/Congo/blog/rich-content/Sun, 10 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/rich-content/<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 Simple Shortcodes that enable static and no-JS versions of various social media embeds.</p> +<h2 id="heading"></h2> \ No newline at end of file diff --git a/tags/shortcodes/page/1/index.html b/tags/shortcodes/page/1/index.html new file mode 100644 index 00000000..d2cbd546 --- /dev/null +++ b/tags/shortcodes/page/1/index.html @@ -0,0 +1 @@ +https://jpanther.github.io/Congo/tags/shortcodes/ \ No newline at end of file diff --git a/tags/text/index.html b/tags/text/index.html new file mode 100644 index 00000000..ab8af2fb --- /dev/null +++ b/tags/text/index.html @@ -0,0 +1,83 @@ + + + + + +text · Congo + + + + + + + + + + + + + + + + + + + + + + +
+
+Congo +
+ +
+
+
+

text

+

+
+
+

2019

+
+ +
+
+ + \ No newline at end of file diff --git a/tags/text/index.xml b/tags/text/index.xml new file mode 100644 index 00000000..79cd27d4 --- /dev/null +++ b/tags/text/index.xml @@ -0,0 +1 @@ +text on Congohttps://jpanther.github.io/Congo/tags/text/Recent content in text on CongoHugo -- gohugo.ioen-AUSat, 09 Mar 2019 00:00:00 +0000Placeholder Texthttps://jpanther.github.io/Congo/blog/placeholder-text/Sat, 09 Mar 2019 00:00:00 +0000https://jpanther.github.io/Congo/blog/placeholder-text/<p>Lorem est tota propiore conpellat pectoribus de pectora summo.</p> \ No newline at end of file diff --git a/tags/text/page/1/index.html b/tags/text/page/1/index.html new file mode 100644 index 00000000..d55c9037 --- /dev/null +++ b/tags/text/page/1/index.html @@ -0,0 +1 @@ +https://jpanther.github.io/Congo/tags/text/ \ No newline at end of file