Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sitemapb

A sitemap XML builder for Gleam

Package Version Hex Docs

gleam add sitemapb@1
import sitemapb

pub fn main() {
  let site = [
    "https://example.com/one",
    "https://example.com/two",
    "https://example.com/three",
  ]

  // Render it!
  sitemapb.render_basic(site)
}

Further documentation can be found at https://hexdocs.pm/sitemapb and https://www.sitemaps.org/protocol.html.

About

A sitemap XML builder for Gleam

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages