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

Punctuation not allowed in tags #15

Open
vladkosarev opened this issue Apr 29, 2013 · 2 comments
Open

Punctuation not allowed in tags #15

vladkosarev opened this issue Apr 29, 2013 · 2 comments

Comments

@vladkosarev
Copy link
Contributor

For example if I wanted to use tag node.js I'll get node folder with index.html and index.js inside. If I use .net tag I get .net folder with index.html containing null.

Maybe generator should strip punctuation on directories/links but leave it showing on pages? So path become /net/index.html but when showing tags it still shows .net

What do you think?

@smola
Copy link

smola commented Aug 29, 2013

I get index.html containing only null too. But I'm not sure if it's for the same reason.

@laktek
Copy link
Owner

laktek commented Aug 31, 2013

Tags with dots collides with file paths in Punch. I guess we'll have to figure out a way to fix this in Punch itself (ie. adding ability to treat special paths).

For now it's best to avoid using dots in tag names (yeah, that doesn't sound as a good solution).

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