-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checklist for GitPages release #12
Comments
Something to be aware of: (from https://leanpub.com/markua/read#leanpub-auto-newlines)
|
In case it helps: The other alternative to create newlines in Markdown is to use First line\
second line. Rendered output: First line |
Scripted now, some manual postprocessing might be needed (depending on build steps, full vs. incremental)
|
|
rm introduction.md
and thenmv README.md introduction.md
sed -i '9 i [Git Pages Home](https://socadk.github.io/design-practice-repository)' *.md
andsed -i '10 i [Activities Overview](https://socadk.github.io/design-practice-repository/activities)' *.md
and (optional)sed -i '9 i \\' *.md
sed -i '8 i [Git Pages Home](https://socadk.github.io/design-practice-repository)' *.md
andsed -i '9 i [Artifacts Overview](https://socadk.github.io/design-practice-repository/artifact-templates)' *.md
and (optional)sed -i '8 i \\' *.md
sed -i '5 i [Git Pages Home](https://socadk.github.io/design-practice-repository)' *.md
andsed -i '6 i [Roles Overview](https://socadk.github.io/design-practice-repository/roles)' *.md
and (optional)sed -i '5 i \\' *.md
sed -i 's@/activities/@./@g' *.md
sed -i 's@/artifact-templates/@./@g' *.md
sed -i 's@/roles/@./@g' *.md
The text was updated successfully, but these errors were encountered: