mirror of
https://github.com/zaphar/jeremy.marzhillstudios.com.git
synced 2025-07-21 19:29:48 -04:00
27 lines
329 B
Sed
27 lines
329 B
Sed
|
1 {
|
||
|
i +++
|
||
|
|
||
|
/^\[\s\]+:/ {
|
||
|
s/\(.*\): \(.*\)/\1 = \"\2\"/
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/^time: / {
|
||
|
s|.*: \(\[^ \] \(.*\)\)|date = \1T\2|
|
||
|
|
||
|
}
|
||
|
|
||
|
/^tags/ s/tags/taxonomies/
|
||
|
/^content-type:/ d
|
||
|
|
||
|
/^content:/ {
|
||
|
i in_search_index = true
|
||
|
i +++
|
||
|
d
|
||
|
q
|
||
|
}
|
||
|
|
||
|
/^\[^:\]+:/ {
|
||
|
s/\(.*\): \(.*\)/\1 = \"\2\"/
|
||
|
}
|
||
|
s/^\s+- \(.+\)/\t\"\1\"\,/
|