hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.
https://hexo.io
MIT License
39.46k stars 4.85k forks source link

Support for per-post permalink setting #5

Closed lucifr closed 11 years ago

lucifr commented 11 years ago

In Octopress a permalink will be used when it is defined in a post's YAML front matter and the system-wide setting will be omitted, which could be helpful for those who transferred from other platform such as wordpress, since there's no redirecting method in github.

tommy351 commented 11 years ago

Do you mean when user set permalink in articles, global config will be ignored? Like this:

---
layout: post
title: Title
permalink: custom-permalink
---
lucifr commented 11 years ago

Exactly. It's supported in Octopress.

alexblack commented 7 years ago

Is this now a feature of Hexo? Are there docs?