Commit d5f0e56
committed
Move wiki pages into place
This was accomplished by
git mv *.png static/img/
and
git ls-tree --format='%(path)' HEAD^{/^Merge.*wiki}^2 |
while read path
do
test "z$path" != "z${path%.md}" &&
test -f "$path" ||
continue
title="$(echo "${path%.md}" | tr '-' ' ')"
filename="$(echo "$title" |
tr 'A-Z' 'a-z' |
sed 's/[^0-9A-Za-z_]\+/-/g').md"
sed -i '1i---\ntitle: "'"$title"'"\naliases:\n - "'"$path"'"\n---' "$path" &&
git mv "$path" content/"$filename"
done
Signed-off-by: Johannes Schindelin <[email protected]>1 parent 4582fd4 commit d5f0e56
File tree
52 files changed
+255
-0
lines changed- content
- static/img
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+255
-0
lines changedLines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
0 commit comments