hugo-academic-mirror/modules/blox-tailwind
2024-05-19 17:46:11 +01:00
..
assets starters: update 2024-05-19 17:46:11 +01:00
data feat(tailwind): port support for Publications and Events 2024-05-06 23:16:55 +01:00
i18n feat: add support for backlinks 2024-05-18 21:14:14 +01:00
images starters: update 2023-11-25 23:39:49 +00:00
layouts feat(blox): add fill_image option to article-grid view 2024-05-19 16:32:46 +01:00
go.mod feat: Hugo deprecated site.GoogleAnalytics 2024-01-28 18:23:53 +00:00
hugo.yaml feat: add support for backlinks 2024-05-18 21:14:14 +01:00
package.json feat: add support for Alpine JS 2024-05-05 22:44:16 +01:00
pnpm-lock.yaml feat: add support for Alpine JS 2024-05-05 22:44:16 +01:00
postcss.config.js fix(tailwind): syntax highlighting 2023-12-16 14:33:42 +00:00
README.md fix: links 2023-11-07 23:09:38 +00:00
tailwind.config.js feat(blox): add fill_image option to article-grid view 2024-05-19 16:32:46 +01:00
theme.toml starters: update 2023-11-25 23:39:49 +00:00
vite.config.js feat: add support for Alpine JS 2024-05-05 22:44:16 +01:00

Hugo Blox Tailwind UI

The Hugo Blox web framework utilising TailwindCSS and its typography plugin for styling components.

See the Blog Starter Template for an example using this module.

Development

hugo mod npm pack
npm install

You need to add this to your config.yaml to enable Hugo's Tailwind integration:

build:
  writeStats: true