{"id":14981362,"url":"https://github.com/jpanther/congo","last_synced_at":"2025-05-14T07:08:19.745Z","repository":{"id":36996320,"uuid":"394873267","full_name":"jpanther/congo","owner":"jpanther","description":"A powerful, lightweight theme for Hugo built with Tailwind CSS.","archived":false,"fork":false,"pushed_at":"2025-04-11T00:01:46.000Z","size":46018,"stargazers_count":1381,"open_issues_count":22,"forks_count":367,"subscribers_count":10,"default_branch":"dev","last_synced_at":"2025-04-11T02:51:30.351Z","etag":null,"topics":["accessible","dark-mode","emoji","hugo","hugo-theme","responsive","tailwindcss","theme"],"latest_commit_sha":null,"homepage":"https://jpanther.github.io/congo/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jpanther.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"jpanther"}},"created_at":"2021-08-11T05:29:45.000Z","updated_at":"2025-04-10T10:15:25.000Z","dependencies_parsed_at":"2023-10-03T03:36:08.038Z","dependency_job_id":"95ce88c5-565e-4414-80bf-6959c8e25ff3","html_url":"https://github.com/jpanther/congo","commit_stats":{"total_commits":1270,"total_committers":143,"mean_commits":8.881118881118882,"dds":0.4307086614173228,"last_synced_commit":"89ae9809559cb6807b20749df32b16b01545caa8"},"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpanther%2Fcongo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpanther%2Fcongo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpanther%2Fcongo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpanther%2Fcongo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpanther","download_url":"https://codeload.github.com/jpanther/congo/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254092659,"owners_count":22013290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accessible","dark-mode","emoji","hugo","hugo-theme","responsive","tailwindcss","theme"],"created_at":"2024-09-24T14:03:23.207Z","updated_at":"2025-05-14T07:08:19.717Z","avatar_url":"https://github.com/jpanther.png","language":"HTML","readme":"# Congo\n\nCongo is designed to be a powerful, lightweight theme for [Hugo](https://gohugo.io). It's built using Tailwind CSS with a clean and minimalist design that prioritises to your content.\n\n🌏 [Demo site](https://jpanther.github.io/congo/)\n📑 [Theme documentation](https://jpanther.github.io/congo/docs/)\n🐛 [Bug reports \u0026 issues](https://github.com/jpanther/congo/issues)\n💡 [Questions \u0026 feature requests](https://github.com/jpanther/congo/discussions)\n\n![Screenshot](https://raw.githubusercontent.com/jpanther/congo/stable/images/screenshot.png)\n\n## Features\n\n- Fully responsive layout built with Tailwind CSS 3.0\n- Multiple colour schemes (or fully customise your own)\n- Dark mode (forced on/off or auto-switching with user toggle)\n- Highly customisable configuration\n- Multiple homepage layouts\n- Flexible with any content types, taxonomies and menus\n- Multilingual content support including support for RTL languages\n- Ability to link to posts on third-party websites\n- Client-side site search powered by Fuse.js\n- Diagrams and visualisations using Mermaid\n- Charts using Chart.js\n- Mathematical notation using KaTeX\n- SVG icons from FontAwesome 6\n- Automatic image resizing using Hugo Pipes\n- Heading anchors, Tables of Contents, Code copy, Buttons, Badges and more\n- HTML and Emoji support in articles 🎉\n- SEO friendly with links for sharing to social media\n- Fathom Analytics, Plausible Analytics, Umami Analytics and Google Analytics support\n- RSS feeds, Favicons and comments support\n- Advanced customisation using simple Tailwind colour definitions and styles\n- Optimised for performance and accessibility with perfect Lighthouse scores\n- Fully documented with regular updates\n\n---\n\n## Documentation\n\nCongo has [extensive documentation](https://jpanther.github.io/congo/docs/) that covers all aspects of the theme. Be sure to [read the docs](https://jpanther.github.io/congo/docs/) to learn more about how to use the theme and its features.\n\n---\n\n## Installation\n\nCongo supports several installation methods - as a Hugo Module (easiest), a git submodule, or as a completely manual install.\n\nDetailed instructions for each method can be found in the [Installation](https://jpanther.github.io/congo/docs/installation) docs. You should consult the documentation for the simplest setup experience. Below is a quick start guide using Hugo modules if you're already confident installing Hugo themes.\n\n### Quick start using Hugo\n\n\u003e **Note:** Ensure you have **Go** and **Hugo** installed, and that you have created a new Hugo project before proceeding.\n\n1. From your project directory, initialise Hugo Modules:\n\n   ```shell\n   hugo mod init github.com/\u003cusername\u003e/\u003crepo-name\u003e\n   ```\n\n2. Create `config/_default/module.toml` and add the following:\n\n   ```toml\n   [[imports]]\n   path = \"github.com/jpanther/congo/v2\"\n   ```\n\n3. Start your server using `hugo server` and the theme will be downloaded automatically.\n\n4. In the root folder of your website, delete the `hugo.toml` file that was generated by Hugo. Copy the `*.toml` config files from the theme into your `config/_default/` folder.\n\n   \u003e **Note:** Do not overwrite the `module.toml` file you created above!\n\n   You will find these theme config files in the Hugo cache directory, or [download a copy](https://github.com/jpanther/congo/tree/stable/config/_default) from GitHub.\n\n5. Follow the [Getting Started](https://jpanther.github.io/congo/docs/getting-started/) instructions to configure your website.\n\n### Installing theme updates\n\nAs new releases are posted, you can update the theme using Hugo. Simply run `hugo mod get -u` from your project directory and the theme will automatically update to the latest release.\n\nDetailed [update instructions](https://jpanther.github.io/congo/docs/installation/#installing-updates) are available in the docs.\n\n---\n\n## Contributing\n\nCongo is expected to evolve over time. I intend to keep adding features and making changes as required.\n\nFeel free to get in touch with any issues or suggestions for new features you'd like to see.\n\n- 🐛 **Bug reports \u0026 issues:** Use [GitHub Issues](https://github.com/jpanther/congo/issues)\n- 💡 **Ideas for new features:** Open a discussion on [GitHub Discussions](https://github.com/jpanther/congo/discussions)\n- 🙋‍♀️ **General questions:** Head to [GitHub Discussions](https://github.com/jpanther/congo/discussions)\n\nIf you're able to fix a bug or implement a new feature, I welcome PRs for this purpose. Learn more in the [contributing guidelines](https://github.com/jpanther/congo/blob/dev/CONTRIBUTING.md).\n","funding_links":["https://github.com/sponsors/jpanther"],"categories":["HTML"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpanther%2Fcongo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpanther%2Fcongo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpanther%2Fcongo/lists"}