setr / redsystem

Static blog generator with cyclical digraph structure
https://setr.github.io/redsystem/index.html
0 stars 1 forks source link

naming conventions proposed changes #20

Closed ghost closed 5 years ago

ghost commented 5 years ago

parents to parent aliases to alias description to title to reduce awkwardness and follow mainstream naming paradigms.

alias="example" should be accepted alongside alias=["example"] in cases where there is only one tag to reduce excessive typing effort. current format lends itself to multiple tags but is excessive for single tags.

setr commented 5 years ago

Use serde attribute #[serde(deserialize_with = "path")]

Example

setr commented 5 years ago

All changes were implemented as described.