hextra

πŸ”― Modern, batteries-included Hugo theme for creating beautiful doc, blog and static websites

MIT License

Stars
594
Committers
46
hextra - v0.8.2 Latest Release

Published by imfing 2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/imfing/hextra/compare/v0.8.1...v0.8.2

hextra - v0.8.1

Published by imfing 2 months ago

What's Changed

Features

Misc

New Contributors

Full Changelog: https://github.com/imfing/hextra/compare/v0.8.0...v0.8.1

hextra - v0.8.0

Published by imfing 5 months ago

What's Changed

Features

⚠️ BREAKING CHANGES:

  • add hx- prefix to Hextra Tailwind CSS classes by @imfing in https://github.com/imfing/hextra/pull/300
  • some Hextra built-in component classes have been renamed, custom CSS rules need to be updated after migrating to this new version

With the classes prefix change, it's much easier to utilize standard Tailwind CSS to stylize components and also reuse components from other places. For example:

See this discussion for more details.

Customize FlexSearch tokenize option (by @loenvom in https://github.com/imfing/hextra/pull/319)

params:
    # ...
    flexsearch:
      # full | forward | reverse | strict 
      tokenize: forward

Sort Blog posts list (by @imfing in https://github.com/imfing/hextra/pull/348)

params:
  blog:
    list:
      displayTags: true
      # date | lastmod | publishDate | title | weight
      sortBy: date
      sortOrder: desc # or "asc"

Enable and disable code block copy button (by @imfing in https://github.com/imfing/hextra/pull/331)

params:
  highlight:
    copy:
      enable: true
      # hover | always
      display: hover

Other new things

Documentation

i18n 🌐

Bug Fixes

Other Improvements

New Contributors

Full Changelog: https://github.com/imfing/hextra/compare/v0.7.3...v0.8.0

hextra - v0.7.3

Published by imfing 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/imfing/hextra/compare/v0.7.2...v0.7.3

hextra - v0.7.2

Published by imfing 9 months ago

What's Changed

Showcase

i18n

New

Fixes

New Contributors

Thank you all for the contributions πŸš€ πŸŽ‰

Full Changelog: https://github.com/imfing/hextra/compare/v0.7.1...v0.7.2

hextra - v0.7.1

Published by imfing 10 months ago

What's Changed

Some minor fixes and documentation updates

New Contributors

Thank you for contributing!

Full Changelog: https://github.com/imfing/hextra/compare/v0.7.0...v0.7.1

hextra - v0.7.0

Published by imfing 11 months ago

New Features

πŸ§‘β€πŸ’»πŸ‘©β€πŸ’» Display author images in blog post (by @imfing in https://github.com/imfing/hextra/pull/204)

Example blog post frontmatter:

---
authors:
  - name: imfing
    link: https://github.com/imfing
    image: https://github.com/imfing.png
  - name: Octocat
    link: https://github.com/octocat
    image: https://github.com/octocat.png
---

βž– Separator in sidebar (by @imfing in https://github.com/imfing/hextra/pull/199)

Example docs frontmatter:

---
title: Separator-1
weight: 6
sidebar:
  separator: true
_build:
  render: never
excludeSearch: true
---

Exclude page from sidebar (by @imfing in https://github.com/imfing/hextra/pull/209)

---
title: Configuration
sidebar:
  exclude: true
---

Improvements

New Contributors

Full Changelog: https://github.com/imfing/hextra/compare/v0.6.5...v0.7.0

hextra - v0.6.5

Published by imfing 12 months ago

What's Changed

Full Changelog: https://github.com/imfing/hextra/compare/v0.6.4...v0.6.5

hextra - v0.6.4

Published by imfing 12 months ago

Improvements

Full Changelog: https://github.com/imfing/hextra/compare/v0.6.3...v0.6.4

hextra - v0.6.3

Published by imfing 12 months ago

Improvements

Full Changelog: https://github.com/imfing/hextra/compare/v0.6.2...v0.6.3

hextra - v0.6.2

Published by imfing 12 months ago

Improvements

Full Changelog: https://github.com/imfing/hextra/compare/v0.6.1...v0.6.2

hextra - v0.6.1

Published by imfing 12 months ago

Improvements

🌐 Internationalization

New Contributors

Thank y'all ❀️

Full Changelog: https://github.com/imfing/hextra/compare/v0.6.0...v0.6.1

hextra - v0.6.0

Published by imfing 12 months ago

New Features

πŸŒ— Set Light/Dark Mode and hide toggle: option to set default light or dark mode for your site. Also the theme toggle can be hidden. (by @imfing in https://github.com/imfing/hextra/pull/146)

πŸ”Ž Custom Search Index: various types of search index: content | summary | heading | title to suit your need. Support excluding a page from the search index (by @imfing in https://github.com/imfing/hextra/pull/145)

🏷️ Show Tags in Blog List Page: show tags on blog list page (by @imfing in https://github.com/imfing/hextra/pull/161)

Celebrating 100 stars ⭐ πŸ₯³

Improvements

New Contributors

Thank you all for the contributions ❀️

Full Changelog: https://github.com/imfing/hextra/compare/v0.5.2...v0.6.0

hextra - v0.5.2

Published by imfing about 1 year ago

Improvements

Full Changelog: https://github.com/imfing/hextra/compare/v0.5.1...v0.5.2

hextra - v0.5.1

Published by imfing about 1 year ago

Improvements

Full Changelog: https://github.com/imfing/hextra/compare/v0.5.0...v0.5.1

hextra - v0.5.0

Published by imfing about 1 year ago

New Features

⬆️ Back to top button: Hextra now has "Scroll to top" button, by @remysheppard in https://github.com/imfing/hextra/pull/105
🎨 Custom saturation: Theme color can be further customized using --primary-saturation, by @imfing in https://github.com/imfing/hextra/pull/131

Improvements

Translations

New Contributors

Full Changelog: https://github.com/imfing/hextra/compare/v0.4.0...v0.5.0

hextra - v0.4.0

Published by imfing about 1 year ago

New Features

πŸ’¬ giscus support: Hextra now support giscus comments system. thanks @iju707 in https://github.com/imfing/hextra/pull/92

Check out the documentation: https://imfing.github.io/hextra/docs/advanced/comments/

Improvements

Full Changelog: https://github.com/imfing/hextra/compare/v0.3.0...v0.4.0

hextra - v0.3.0

Published by imfing about 1 year ago

New Features

  • Wide and Full Page Modes: Now you can experience more flexible layouts with wide and full-page modes. (#69)
  • Google Analytics Support: Integrate Google Analytics to track your site's performance effortlessly. (#70)
  • Shortcodes for Hextra Home Page: Easily build your Hextra home page with new, handy shortcodes. (#90)
Mode Image
Default
Wide
Full

Use shortcodes for Hextra homepage, the components are also reusable in your Markdown file!

Bug Fixes

Improvements

Documentation

CI/CD

New Contributors

Full Changelog: https://github.com/imfing/hextra/compare/v0.2.9...v0.3.0

hextra - v0.2.9

Published by imfing about 1 year ago

What's Changed

Full Changelog: https://github.com/imfing/hextra/compare/v0.2.8...v0.2.9

hextra - v0.2.8

Published by imfing about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/imfing/hextra/compare/v0.2.7...v0.2.8

Package Rankings
Top 7.79% on Proxy.golang.org