Go to file
Attila Greguss 9efcda2fdd
feat: support custom footer section (#518)
* Add support for custom footer

* amend how the custom footer section is displayed

* Add missing class

* add missing class

* Remove context variable and flag in hugo.yaml

* update hugo_stats

* Only show footer section for copyright and PoweredBy if they are enabled

* Add missing compiled css

* Added necessary variables for correct styling of the custom footer in some cases

* make padding consistent for copyright section and custom footer

* chore: update css

* chore: clean up css

* docs: update customization instructions

* fix: footer padding

---------

Co-authored-by: Xin <xin@imfing.com>
2024-12-25 21:25:47 +00:00
.devcontainer chore: bump hugo versions 2024-08-11 16:28:59 +00:00
.github chore: update HUGO_VERSION to 0.138.0 in GitHub Actions workflow 2024-12-15 20:26:11 +00:00
.vscode chore: add contributing guide 2023-09-10 12:07:04 +01:00
assets feat: support github style alerts (#513) 2024-12-14 23:44:10 +00:00
data chore(icons): add bluesky icon (#505) 2024-12-04 07:34:02 +00:00
exampleSite feat: support custom footer section (#518) 2024-12-25 21:25:47 +00:00
i18n i18n: add russian language + fix GitHub capitalization (#476) 2024-10-16 19:17:54 +01:00
images chore: add screenshots 2023-08-28 00:41:05 +01:00
layouts feat: support custom footer section (#518) 2024-12-25 21:25:47 +00:00
static fix: urls in site.webmanifest 2023-08-27 23:49:09 +01:00
.gitignore chore: move content to exampleSite 2023-08-16 20:42:32 +01:00
.prettierrc feat: support github style alerts (#513) 2024-12-14 23:44:10 +00:00
dev.toml fix: card image not displaying correctly (#77) 2023-09-23 19:25:51 +01:00
go.mod hugo init 2023-08-16 20:38:01 +01:00
LICENSE Initial commit 2023-07-19 22:03:58 +01:00
netlify.toml feat: support github style alerts (#513) 2024-12-14 23:44:10 +00:00
package-lock.json chore(deps-dev): bump cross-spawn from 7.0.3 to 7.0.6 (#515) 2024-12-15 16:33:44 +00:00
package.json chore(deps): bump npm package versions (#361) 2024-04-17 22:30:01 +01:00
postcss.config.js chore: update local dev config 2023-08-31 20:49:28 +01:00
README.fa.md chore: add i18n links in README (#374) 2024-04-28 11:24:21 +01:00
README.md chore: add i18n links in README (#374) 2024-04-28 11:24:21 +01:00
README.zh-cn.md docs: updated translation in the Chinese README 2024-10-15 18:12:56 +01:00
tailwind.config.js feat: support github style alerts (#513) 2024-12-14 23:44:10 +00:00
taskfile.yaml feat: update mermaid to 11.3.0 (#477) 2024-10-18 09:55:14 +01:00
theme.toml fix: use hugo.IsMultilingual to replace deprecated .Site.IsMultiLingual (#404) 2024-05-29 09:11:25 +01:00

Hextra

English | 简体中文 فارسی

Modern, responsive, batteries-included Hugo theme for creating beautiful static websites.

Demo → imfing.github.io/hextra

Hextra
GitHub Actions Status Netlify Status

Features

  • Beautiful Design - Inspired by Nextra, Hextra utilizes Tailwind CSS to offer a modern design that makes your site look outstanding.
  • Responsive Layout and Dark Mode - It looks great on all devices, from mobile to desktop. Dark mode is also supported to accommodate various lighting conditions.
  • Fast and Lightweight - Powered by Hugo, a lightning-fast static-site generator housed in a single binary file, Hextra keeps its footprint minimal. No JavaScript or Node.js are needed to use it.
  • Full-text Search - Built-in offline full-text search powered by FlexSearch, no extra configuration required.
  • Battery-included - Markdown, syntax highlighting, LaTeX math formulae, diagrams and Shortcodes elements to enhance your content. Table of contents, breadcrumbs, pagination, sidebar navigation and more are all automatically generated.
  • Multi-language and SEO Ready - Multi-language sites made easy with Hugo's multilingual mode. Out-of-the-box support is included for SEO tags, Open Graph, and Twitter Cards.

Quick Start

Use the template

Using the Hextra Starter Template is the simplest method to bootstrap a new website with Hextra theme. Get started by clicking the "Use this template" button on the template repository page.

The template repository also includes a GitHub Actions workflow for deploying your website to GitHub Pages.

Hextra Starter Template

Usage

Refer to the documentation for more information.

Contributing

Contributions are welcome. Check out the contributing guide to get started.

License

MIT License