Tags

GAX SSG

Tags

GAX Tags Collections

Add tags in frontmatter:


tags: [deployment, tutorial]

tags: 
  - hello
  - world

Tag list page auto at /tags/ using layouts/tags-list.gax

Tag single at /tags/:tag/ using layouts/tag.gax

Variables:


{{ tag }} - current tag name
{{ posts }} - posts with tag
{{ all_tags }} - all tags

GAX GO Static Site Generator Built with GAX