How to make blogs display after /blog/

Hello everyone,

I want to make my blog post url as : username.github.io/blog/test.md

Current: username.github.io/test.md

How to make this possible?

Thanks :grin:

set the following in your config file:

baseurl: "/blog"

thats not what I want, I want to make my blogs shown in the URL as example.com/blog/TEST not like example.com/TEST
appreciate it.

finally I got it.

you can modify permalink in config.yml
as follows:
permalink: /blog/:title/