gouthambs / Flask-Blogging

A Markdown Based Python Blog Engine as a Flask Extension.
http://flask-blogging.readthedocs.org/en/latest/
MIT License
686 stars 158 forks source link

Neater Url #139

Open EwetoyeIbrahim opened 4 years ago

EwetoyeIbrahim commented 4 years ago

The problem:

One should be able to change the url from the default mysite.com/optional prefix/page/id/slug(based on title) to something more "professional", professional because I don't know of any reputable blog that you can displays such url, to something like mysite.com/optional prefix/slug(based on title).

In other words: mysite.com/blog/page/101/Ewetoye-Ibrahim looks spammy compared to mysite.com/blog/Ewetoye-Ibrahim which looks better.

Possible ways of solving this issue:

I can see two possible ways of solving this issue

If there are better ways of resolving this issue someone should kindly let me know before I begin to invest time it.

Thank you.

gouthambs commented 4 years ago

Open to reviewing PR