Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sitemap feature #84

Closed
hariadi opened this issue Mar 10, 2013 · 5 comments
Closed

Sitemap feature #84

hariadi opened this issue Mar 10, 2013 · 5 comments
Assignees

Comments

@hariadi
Copy link
Member

hariadi commented Mar 10, 2013

Generate src/data/sitemap.json for all files generating in dest.

For example if I have structure like this:
index.html
some-folder/index.html

sample sitemap.json have this:

{
  "map": {
    "index.html",
    "some-folder/index.html"
   }
}

Just idea for generating sitemap or creating partial page like breadcrumb.

@jonschlinkert
Copy link
Member

@hariadi thanks for the suggestion.

we will put this on the roadmap.

@jonschlinkert
Copy link
Member

Not the same thing exactly, but I just posted this example for creating a sitemap.xml.

I'm also working on a plugin to generate a manifest like your example.

@hariadi
Copy link
Member Author

hariadi commented Apr 25, 2013

Awesome sitemap example! ❤️

@jonschlinkert
Copy link
Member

thanks

@jonschlinkert
Copy link
Member

Okay, here is a task for generating manifests in JSON or YAML ;-) output. A couple of caveats:

  1. It's not part of the assemble core task, because it was big enough to justify being it's own task.
  2. The task requires documentation still

In any case, if you think it resolves this issue please feel free to close or keep open if you want to continue the discussion.

@hariadi hariadi closed this as completed Apr 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants