congo

A powerful, lightweight theme for Hugo built with Tailwind CSS.

MIT License

Stars
1.2K
Committers
138

Bot releases are visible (Hide)

congo - v2.3.1

Published by jpanther about 2 years ago

Added

  • Japanese translation (#234)

Changed

  • Upgrade to Mermaid v9.1.3 (#233)
  • Upgrade to Tailwind v3.1.6 (#245)
  • Upgrade to Typography v0.5.4 (#246)
  • Upgrade to Chart.js v3.8.2 (#247)

Fixed

  • Main content misaligned when hamburger menu is opened at large viewport sizes
congo - v2.3.0

Published by jpanther over 2 years ago

Added

  • Header layouts for selecting a preferred header style
  • Hamburger menu header layout with popover main menu (#167, #88, #43, #29)
  • Front matter support for showing or hiding comments on a per article basis (#207)
  • showCopyright and showThemeAttribution parameters that allow more control over how the site footer is displayed (#192)
  • bars SVG icon

Changed

  • ⚠️ Footer configuration parameters are now in their own footer sub-group
  • Search will now return results for all page types, including lists and taxonomies
  • Comments partials are now better considered within the page layout
  • Reduced whitespace at the top of the main content block (#226)
  • Upgrade to Tailwind v3.1.4 (#225)

Fixed

  • Hugo v0.101.0 breaks the link to the homepage (#230)
  • Search link does not appear in header if main menu has no items to display
  • Search only returns results in the primary language when multiple languages are available (#229)
  • Arrow on external article links not aligned correctly when title wraps onto multiple lines
  • Arrow on external article links points the wrong direction for RTL languages
  • Scroll to top misaligned with the footer at small viewport heights
  • Link to homepage would be incorrect in some deployments if baseURL contained sub-directories in the path
congo - v2.2.3

Published by jpanther over 2 years ago

Changed

  • Profile image alt text now uses author name when available

Fixed

  • Search not working when baseURL does not end with a forward slash (#224)
  • Author headline parameter not correctly displaying Markdown or Emoji content
congo - v2.2.2

Published by jpanther over 2 years ago

Added

  • Breadcrumb display can now be can now be specificed in front matter for articles and list pages
  • Italian translation (#209)

Changed

  • Upgrade to Chart.js v3.8.0 (#204)
  • Upgrade to KaTeX v0.16.0 (#208)
  • Upgrade to Mermaid v9.1.2 (#214)
congo - v2.2.1

Published by jpanther over 2 years ago

Changed

  • Upgrade to Mermaid v9.1.1 (#194)
  • Upgrade to Fuse.js v6.6.2 (#195)
  • Upgrade KaTeX to v0.15.6 (#202)

Fixed

  • Main content area doesn't grow to window height (#201)
congo - v2.2.0

Published by jpanther over 2 years ago

Added

  • Finnish translation (#185)

Changed

  • Updated French translation (#178)
  • Analytics partial now checks hugo.IsProduction instead of .Site.IsServer before including scripts (#179)
  • Upgrade to Tailwind v3.0.24 (#176)
  • Upgrade to Mermaid v9.0.1 (#183)
  • Upgrade to Fuse.js v6.6.1 (#189)

Fixed

  • Code blocks are rendered incorrectly in RTL languages (#164)
  • Scroll to top link overlaps footer menu on mobile devices when there are several links (#172)

Removed

congo - v2.1.3

Published by jpanther over 2 years ago

Added

  • Hungarian translation (#170)

Fixed

  • Scroll to top link overlaps footer menu on mobile devices (#172)
congo - v2.1.2

Published by jpanther over 2 years ago

Added

  • Romanian translation (#168)

Changed

  • Upgrade to Mermaid v9.0.0
congo - v2.1.1

Published by jpanther over 2 years ago

Added

  • Print styles to hide unnecessary elements when printing (#155)
  • Hebrew translation (#163)

Fixed

  • Footer menu displays incorrectly in RTL languages (#165)
congo - v2.1.0

Published by jpanther over 2 years ago

Added

  • Simple page layout for creating full-width content (#139)
  • Portuguese (Portugal) translation (#144)

Changed

  • Upgrade SVG icons to FontAwesome 6:
    • New icons for Hashnode, bug, check, comment, light bulb, list, pencil, skull, tag, and information.
    • ⚠️ The exclamation-triangle icon has been renamed triangle-exclamation
    • ⚠️ The times icon has been renamed xmark
    • ⚠️ The stackoverflow icon has been renamed stack-overflow
  • Upgrade KaTeX to v0.15.3
  • Markdown images and figure shortcode now search the assets/ directory if an image cannot be found in page bundle (#126)
  • Markdown images and figure shortcode now fallback to static assets if an image is not provided as a Hugo resource (#126)
  • Taxonomy term listings now honour the groupByYear parameter (#145)
  • The alert shortcode now allows its icon to be specified as a parameter

Fixed

  • Dark appearance shown even when default appearance set to light and auto switching is disabled (#149)
congo - v2.0.5

Published by jpanther over 2 years ago

Added

  • Bengali translation (#115)

Changed

  • Upgrade to Tailwind v3.0.23 and Typography v0.5.2
  • Upgrade to Mermaid v8.14.0
  • Upgrade to Chart.js v3.7.1

Fixed

  • Updated date is displayed even when it is the same as published date
  • Structured data on homepage unparsable by Google (#113)
  • Underline styles not displaying correctly in some browsers (#125)
congo - v2.0.4

Published by jpanther over 2 years ago

Changed

  • Updated German translation (#110)
  • Upgrade to Tailwind v3.0.19

Fixed

  • Main content area not growing to fill screen vertically
  • Search results not cleared when search is dismissed (#109)
  • Emoji strings not displaying in search results
congo - v2.0.3

Published by jpanther over 2 years ago

Changed

  • Updated Turkish translation (#105)
  • Updated Spanish translation (#106)

Fixed

  • Markdown images and figure shortcode fail to load resource when providing an external URL source
  • HTML figcaption tags are output for Markdown images even when a caption is not provided
  • Light appearance briefly appears on page load before switching to dark appearance (#102)
congo - v2.0.2

Published by jpanther over 2 years ago

Changed

  • Updated French translation (#100)

Fixed

  • User's appearance preference is lost on page load when default appearance is dark (#102)
  • JavaScript warning when appearance switcher is disabled
congo - v2.0.1

Published by jpanther over 2 years ago

Fixed

  • Hugo module error when downloading version 2
  • Emoji strings not displaying in table of contents
congo - v2.0.0

Published by jpanther over 2 years ago

Added

  • Multilingual support
  • Right-to-left (RTL) language support
  • Site search powered by Fuse.js
  • Automatic Markdown image resizing and srcset generation
  • Performance and Accessibility improvements to achieve perfect Lighthouse scores
  • Tables of Contents on article pages
  • Code copy buttons in article content
  • Taxonomy and term listings now support Markdown content
  • Taxonomies on article and list pages
  • Article pagination direction can be inverted
  • Author headline parameter
  • Skip to content and Scroll to top links
  • Archetype for generating links to external articles

Changed

  • ⚠️ Required Hugo version is now 0.87.0 or later
  • ⚠️ Complete rewrite of dark mode to allow more flexibile configuration
  • ⚠️ All theme images are now Hugo assets
  • ⚠️ Overhauled figure shortcode which now resizes images
  • Upgrade to Tailwind v3.0.18
  • Inline Javascript moved to external files
  • Improved JSON-LD structured data
  • Breadcrumbs now fallback to section name when title is not provided
  • Minor style and layout improvements
congo - v1.6.4

Published by jpanther over 2 years ago

Added

  • Turkish translation (#90)

Changed

  • Article updated date formatting and i18n (#91)
  • Upgrade to Mermaid v8.13.10

Fixed

  • Article metadata not wrapping at small viewports (#91)
congo - v1.6.3

Published by jpanther almost 3 years ago

Added

  • Icon for Stack Overflow (#82)

Changed

  • Upgrade to Mermaid v8.13.9
  • Upgrade to KaTeX v0.15.2

Fixed

  • Emoji characters in article titles not appearing on list pages and in HTML metadata (#84)
congo - v1.6.2

Published by jpanther almost 3 years ago

Changed

  • Upgrade to Chart.js v3.7.0
  • Upgrade to Mermaid v8.13.8

Fixed

  • lead shortcode not rendering Markdown formatted text (#73)
  • JSON-LD keywords data not structured correctly (#74)
congo - v1.6.1

Published by jpanther almost 3 years ago

Added

  • Icon for Blogger (#71)

Fixed

  • Error when building using older Hugo versions (#65)
  • Error when serving sites using blogdown (#66)