congo/exampleSite/content/_index.md

30 lines
1.6 KiB
Markdown
Raw Normal View History

2021-08-11 07:27:32 +00:00
---
2021-08-15 08:41:40 +00:00
title: "Welcome to Congo! :tada:"
2021-08-16 07:19:10 +00:00
description: "This is a demo of the Congo theme for Hugo."
2021-08-11 07:27:32 +00:00
---
{{< lead >}}
A simple, lightweight theme for Hugo built with Tailwind CSS.
{{< /lead >}}
<div class="flex px-4 py-2 mb-8 text-base rounded-md bg-primary-100 dark:bg-primary-900">
<span class="flex items-center pr-3 text-primary-400">
{{< icon "exclamation-triangle" >}}
</span>
<span class="flex items-center justify-between flex-grow dark:text-gray-300">
2021-08-18 08:26:57 +00:00
<span class="prose dark:text-white">This is a demo of the <code id="layout">page</code> layout.</span>
<button
class="px-4 !text-white !no-underline rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
onclick="switchLayout()"
>
Switch layout &orarr;
</button>
</span>
</div>
2021-08-16 07:19:10 +00:00
This is a demo site built entirely using Congo. It also contains a complete set of [theme documentation](/docs/). Congo is flexible and is great for both static page-based content (like this demo) or a traditional blog with a feed of recent posts.
Explore the [sample pages](/samples/) to get a feel for what Congo can do. If you like what you see, check out the project on [Github](https://github.com/jpanther/congo) or read the [Installation guide](/docs/installation/) to get started.
2021-08-11 07:27:32 +00:00
{{< figure src="mountains.jpg" caption="Photo by [Anna Scarfiello](https://unsplash.com/@little_anne?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)." >}}