Thomas Stringer
Thomas Stringer

Reputation: 5862

Change Jekyll URLs for blog posts

I am currently using Jekyll to host my blog. The theme I'm using is Chirpy. Currently my blog posts are being published as trstringer.com/posts/blog-post-1.

Is there a way to change/modify this so that it is published as trstringer.com/blog-post-1? I'd like to "remove" the posts components of the url.

Upvotes: 0

Views: 446

Answers (1)

Thomas Stringer
Thomas Stringer

Reputation: 5862

I was able to fix this with a permalink: permalink: /:title/.

Upvotes: 1

Related Questions