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 > Documentation · Congo< / title >
< meta name = title content = "Documentation · Congo" >
< meta name = description content = "Learn how to use Congo and its features." >
2021-08-19 02:53:58 +00:00
< link rel = canonical href = https://jpanther.github.io/congo/docs/ >
2021-08-26 00:19:03 +00:00
< link rel = alternate type = application/rss+xml href = /congo/docs/index.xml title = Congo >
< link type = text/css rel = stylesheet href = /congo/css/schemes/congo.min.b48d6ba061dc77186a2524fb8aac5ac3823b2679a9299ca60325abbccc9c1764c884715f0ba24b4e2776cb3814df4af1f4c854b87207cd5d4c7a254da9b55751.css integrity = "sha512-tI1roGHcdxhqJST7iqxaw4I7JnmpKZymAyWrvMycF2TIhHFfC6JLTid2yzgU30rx9MhUuHIHzV1MeiVNqbVXUQ==" >
2021-11-04 03:22:43 +00:00
< link type = text/css rel = stylesheet href = /congo/css/compiled/main.min.aca2297023c90faf162c0dcb8c066ab0b686298ed41f1e1349a00a96a70076d08c5f2b1efe10c6132c4e35e7857d2ff71f3e08da2b9121fa9cf6c2a2f0941d93.css integrity = "sha512-rKIpcCPJD68WLA3LjAZqsLaGKY7UHx4TSaAKlqcAdtCMXyse/hDGEyxONeeFfS/3Hz4I2iuRIfqc9sKi8JQdkw==" >
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 = "Documentation" >
< meta property = "og:description" content = "Learn how to use Congo and its features." >
< meta property = "og:type" content = "website" >
2021-08-19 02:53:58 +00:00
< meta property = "og:url" content = "https://jpanther.github.io/congo/docs/" >
2021-08-16 07:33:06 +00:00
< meta name = twitter:card content = "summary" >
< meta name = twitter:title content = "Documentation" >
< meta name = twitter:description content = "Learn how to use Congo and its features." >
2021-11-04 00:06:52 +00:00
< meta name = generator content = "Hugo 0.89.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-09-29 00:56:46 +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-800 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 >
2021-08-18 08:05:12 +00:00
< header >
2021-08-22 07:24:36 +00:00
< ol class = "text-sm text-neutral-400 dark:text-neutral-500" >
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 hidden" >
2021-08-26 00:19:03 +00:00
< a class = "hover:underline hover:underline-neutral-300 dark:underline-neutral-600" href = /congo/docs/ > Documentation< / a > < span class = "px-1 text-primary-500" > /< / span >
2021-08-18 08:05:12 +00:00
< / li >
< / ol >
2021-08-16 07:33:06 +00:00
< section class = "prose dark:prose-light" >
2021-08-22 07:24:36 +00:00
< h1 class = "mb-3 text-4xl font-extrabold text-neutral-800" > Documentation< / h1 >
< section > < p class = "!mb-9 text-xl text-neutral-400 dark:text-neutral-500" >
2021-08-16 07:33:06 +00:00
Simple, yet powerful. Learn how to use Congo and its features.
< / p >
2021-08-26 00:19:03 +00:00
< figure > < img src = /congo/docs/screenshot.png >
2021-08-16 07:33:06 +00:00
< / figure >
2021-08-26 00:19:03 +00:00
< p > This section contains everything you need to know about Congo. If you’ re new, check out the < a href = https://jpanther.github.io/congo/docs/installation/ > Installation< / a > guide to begin or visit the < a href = https://jpanther.github.io/congo/samples/ > Samples< / a > section to see what Congo can do.< / p >
2021-08-16 07:33:06 +00:00
< hr >
< / section >
< / section >
2021-08-18 08:05:12 +00:00
< / header >
2021-08-16 07:33:06 +00:00
< section >
< article >
2021-08-22 07:24:36 +00:00
< h3 class = "flex items-center mt-6 text-xl font-semibold" >
2021-08-26 00:19:03 +00:00
< a class = "hover:underline hover:underline-primary-500 hover:underline-offset-small text-neutral-800 dark:text-neutral" href = /congo/docs/installation/ > Installation< / a >
2021-08-16 07:33:06 +00:00
< / h3 >
2021-08-22 07:24:36 +00:00
< div class = "text-sm text-neutral-400 dark:text-neutral-500" >
< div class = "flex flex-row items-center" >
2021-11-04 00:06:52 +00:00
< span title = "Reading time" > 5 mins< / span >
2021-08-22 07:24:36 +00:00
< / div >
2021-08-16 07:33:06 +00:00
< / div >
< / article >
< article >
2021-08-22 07:24:36 +00:00
< h3 class = "flex items-center mt-6 text-xl font-semibold" >
2021-08-26 00:19:03 +00:00
< a class = "hover:underline hover:underline-primary-500 hover:underline-offset-small text-neutral-800 dark:text-neutral" href = /congo/docs/getting-started/ > Getting Started< / a >
2021-08-16 07:33:06 +00:00
< / h3 >
2021-08-22 07:24:36 +00:00
< div class = "text-sm text-neutral-400 dark:text-neutral-500" >
< div class = "flex flex-row items-center" >
2021-10-20 03:57:06 +00:00
< span title = "Reading time" > 3 mins< / span >
2021-08-22 07:24:36 +00:00
< / div >
2021-08-16 07:33:06 +00:00
< / div >
< / article >
< article >
2021-08-22 07:24:36 +00:00
< h3 class = "flex items-center mt-6 text-xl font-semibold" >
2021-08-26 00:19:03 +00:00
< a class = "hover:underline hover:underline-primary-500 hover:underline-offset-small text-neutral-800 dark:text-neutral" href = /congo/docs/configuration/ > Configuration< / a >
2021-08-16 07:33:06 +00:00
< / h3 >
2021-08-22 07:24:36 +00:00
< div class = "text-sm text-neutral-400 dark:text-neutral-500" >
< div class = "flex flex-row items-center" >
2021-11-04 00:06:52 +00:00
< span title = "Reading time" > 7 mins< / span >
2021-08-22 07:24:36 +00:00
< / div >
2021-08-16 07:33:06 +00:00
< / div >
< / article >
< article >
2021-08-22 07:24:36 +00:00
< h3 class = "flex items-center mt-6 text-xl font-semibold" >
2021-08-26 00:19:03 +00:00
< a class = "hover:underline hover:underline-primary-500 hover:underline-offset-small text-neutral-800 dark:text-neutral" href = /congo/docs/homepage-layout/ > Homepage Layout< / a >
2021-08-16 07:33:06 +00:00
< / h3 >
2021-08-22 07:24:36 +00:00
< div class = "text-sm text-neutral-400 dark:text-neutral-500" >
< div class = "flex flex-row items-center" >
< span title = "Reading time" > 3 mins< / span >
< / div >
2021-08-16 07:33:06 +00:00
< / div >
< / article >
< article >
2021-08-22 07:24:36 +00:00
< h3 class = "flex items-center mt-6 text-xl font-semibold" >
2021-08-26 00:19:03 +00:00
< a class = "hover:underline hover:underline-primary-500 hover:underline-offset-small text-neutral-800 dark:text-neutral" href = /congo/docs/front-matter/ > Front Matter< / a >
2021-08-16 07:33:06 +00:00
< / h3 >
2021-08-22 07:24:36 +00:00
< div class = "text-sm text-neutral-400 dark:text-neutral-500" >
< div class = "flex flex-row items-center" >
< span title = "Reading time" > 2 mins< / span >
< / div >
2021-08-16 07:33:06 +00:00
< / div >
< / article >
< article >
2021-08-22 07:24:36 +00:00
< h3 class = "flex items-center mt-6 text-xl font-semibold" >
2021-08-26 00:19:03 +00:00
< a class = "hover:underline hover:underline-primary-500 hover:underline-offset-small text-neutral-800 dark:text-neutral" href = /congo/docs/shortcodes/ > Shortcodes< / a >
2021-08-16 07:33:06 +00:00
< / h3 >
2021-08-22 07:24:36 +00:00
< div class = "text-sm text-neutral-400 dark:text-neutral-500" >
< div class = "flex flex-row items-center" >
2021-11-04 00:06:52 +00:00
< span title = "Reading time" > 4 mins< / span >
2021-08-22 07:24:36 +00:00
< / div >
2021-08-16 07:33:06 +00:00
< / div >
< / article >
< article >
2021-08-22 07:24:36 +00:00
< h3 class = "flex items-center mt-6 text-xl font-semibold" >
2021-08-26 00:19:03 +00:00
< a class = "hover:underline hover:underline-primary-500 hover:underline-offset-small text-neutral-800 dark:text-neutral" href = /congo/docs/partials/ > Partials< / a >
2021-08-16 07:33:06 +00:00
< / h3 >
2021-08-22 07:24:36 +00:00
< div class = "text-sm text-neutral-400 dark:text-neutral-500" >
< div class = "flex flex-row items-center" >
< span title = "Reading time" > 3 mins< / span >
< / div >
2021-08-16 07:33:06 +00:00
< / div >
< / article >
< article >
2021-08-22 07:24:36 +00:00
< h3 class = "flex items-center mt-6 text-xl font-semibold" >
2021-08-26 00:19:03 +00:00
< a class = "hover:underline hover:underline-primary-500 hover:underline-offset-small text-neutral-800 dark:text-neutral" href = /congo/docs/advanced-customisation/ > Advanced Customisation< / a >
2021-08-16 07:33:06 +00:00
< / h3 >
2021-08-22 07:24:36 +00:00
< div class = "text-sm text-neutral-400 dark:text-neutral-500" >
< div class = "flex flex-row items-center" >
< span title = "Reading time" > 3 mins< / span >
< / div >
2021-08-16 07:33:06 +00:00
< / div >
< / article >
2021-11-04 00:06:52 +00:00
< article >
< h3 class = "flex items-center mt-6 text-xl font-semibold" >
< a class = "hover:underline hover:underline-primary-500 hover:underline-offset-small text-neutral-800 dark:text-neutral" href = /congo/docs/hosting-deployment/ > Hosting & Deployment< / a >
< / h3 >
< div class = "text-sm text-neutral-400 dark:text-neutral-500" >
< div class = "flex flex-row items-center" >
< span title = "Reading time" > 3 mins< / span >
< / div >
< / div >
< / article >
2021-08-16 07:33:06 +00:00
< / section >
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-10-20 03:57:06 +00:00
< p class = "text-sm text-neutral-400 dark:text-neutral-500" >
2021-08-16 07:33:06 +00:00
©
2021
Congo
< / p >
2021-08-22 07:24:36 +00:00
< p class = "text-xs text-neutral-300 dark:text-neutral-600" >
2021-10-20 03:57:06 +00:00
Powered by < a class = "hover:underline hover:underline-primary-300 hover:text-primary-400" href = https://gohugo.io/ target = _blank rel = "noopener noreferrer" > Hugo< / a > & < a class = "hover:underline hover:underline-primary-300 hover:text-primary-400" 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 >