hugo-academic-mirror/modules/blox-tailwind
2024-10-12 18:41:04 +01:00
..
assets fix: CSS padding and math overflow on small screens 2024-09-08 18:05:34 +01:00
data feat: add Bluesky icon to Brands icon pack (#3111) 2024-07-13 21:45:32 +01:00
i18n i18n: FR: add Experience translation (#3149) 2024-10-06 01:57:25 +01:00
images starters: update 2023-11-25 23:39:49 +00:00
layouts fix: CSS padding and math overflow on small screens 2024-09-08 18:05:34 +01:00
go.mod feat: pull in latest analytics/seo modules 2024-10-12 18:41:04 +01:00
hugo.yaml feat: pull in latest analytics/seo modules 2024-10-12 18:41:04 +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