halogenica / beautifulhugo

Theme for the Hugo static website generator
Other
1.13k stars 601 forks source link

[Question] How to change permalinks #309

Open yamila-moreno opened 4 years ago

yamila-moreno commented 4 years ago

Hi! I'm using your theme in my own blog, ¡thanks for sharing!

I was wondering if it's possible to change the permalinks, from: {{ absoluteURL}}/post/{{ slug }} to {{ absoluteURL}}/year/month/{{ slug }}

Thanks in advance!

ibnunowshad commented 4 years ago

Hi @yamila-moreno

I haven't tried this below yet. Let me know if this works for you in config.toml

[Permalinks]
  blog = "/blog/:year/:month/:day/:title/"
  #blog = "/blog/:year/:month/:day/:filename/"
  #blog = "/blog/:year/:month/:title/"

Cheers

ibnunowshad commented 4 years ago

I tried my own above suggestion and it works for blog = "/blog/:title/"