Hi. I started to switch from “frog” to hugo for my blog (and I really like hugo so far).
The thing is: frog uses a URL schema I cannot reproduce with hugo (yet?) - although I want to keep backwards compability. Here’s an example: I have a Blog post with
- Title: “rate.sh – Port to C++”
- Frog URL: “/blog/2015/02/25/rate-sh-port-to-c/”
- Hugo URL: “/blog/2015/02/25/rate.sh----port-to-c++”
Also, the hugo URL results in a 404. My hugo permalink config looks like this:
[permalinks]
blog = "/blog/:year/:month/:day/:slug"
So everything is fine but the slug. Is there a way to define a custom slug-generating function?